Package | Description |
---|---|
org.locationtech.jts.geomgraph |
Contains classes that implement topology graphs.
|
org.locationtech.jts.operation.distance |
Provides classes for computing the distance between geometries
|
org.locationtech.jts.operation.overlay |
Contains classes that perform a topological overlay to compute boolean spatial functions.
|
org.locationtech.jts.operation.overlay.validate |
Classes to validate the results of overlay operations.
|
org.locationtech.jts.operation.relate |
Contains classes to implement the computation of the spatial relationships of
Geometry s. |
Modifier and Type | Field and Description |
---|---|
private PointLocator |
GeometryGraph.ptLocator |
Modifier and Type | Field and Description |
---|---|
private PointLocator |
DistanceOp.ptLocator |
Modifier and Type | Field and Description |
---|---|
private PointLocator |
OverlayOp.ptLocator |
private PointLocator |
LineBuilder.ptLocator |
Constructor and Description |
---|
LineBuilder(OverlayOp op,
GeometryFactory geometryFactory,
PointLocator ptLocator) |
PointBuilder(OverlayOp op,
GeometryFactory geometryFactory,
PointLocator ptLocator) |
Modifier and Type | Field and Description |
---|---|
private PointLocator |
FuzzyPointLocator.ptLocator |
Modifier and Type | Field and Description |
---|---|
private PointLocator |
RelateComputer.ptLocator |