|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineIntersector | |
---|---|
org.geotools.geometry.iso.operation | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
org.geotools.geometry.iso.topograph2D | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
org.geotools.geometry.iso.topograph2D.index | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
org.geotools.geometry.iso.util.algorithm2D | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
Uses of LineIntersector in org.geotools.geometry.iso.operation |
---|
Fields in org.geotools.geometry.iso.operation declared as LineIntersector | |
---|---|
protected LineIntersector |
GeometryGraphOperation.li
|
Uses of LineIntersector in org.geotools.geometry.iso.topograph2D |
---|
Methods in org.geotools.geometry.iso.topograph2D with parameters of type LineIntersector | |
---|---|
void |
Edge.addIntersection(LineIntersector li,
int segmentIndex,
int geomIndex,
int intIndex)
Add an EdgeIntersection for intersection intIndex. |
void |
Edge.addIntersections(LineIntersector li,
int segmentIndex,
int geomIndex)
Adds EdgeIntersections for one or both intersections found for a segment of an edge to the edge intersection list. |
SegmentIntersector |
GeometryGraph.computeEdgeIntersections(GeometryGraph g,
LineIntersector li,
boolean includeProper)
|
SegmentIntersector |
GeometryGraph.computeSelfNodes(LineIntersector li,
boolean computeRingSelfNodes)
Compute self-nodes, taking advantage of the Geometry type to minimize the number of intersection tests. |
Uses of LineIntersector in org.geotools.geometry.iso.topograph2D.index |
---|
Constructors in org.geotools.geometry.iso.topograph2D.index with parameters of type LineIntersector | |
---|---|
SegmentIntersector(LineIntersector li,
boolean includeProper,
boolean recordIsolated)
|
Uses of LineIntersector in org.geotools.geometry.iso.util.algorithm2D |
---|
Subclasses of LineIntersector in org.geotools.geometry.iso.util.algorithm2D | |
---|---|
class |
RobustLineIntersector
A robust version of LineIntersector . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |