Package | Description |
---|---|
org.locationtech.jts.geom.util |
Provides classes that parse and modify Geometry objects.
|
org.locationtech.jts.precision |
Provides classes for analyzing and
manipulating the precision of Geometries.
|
org.locationtech.jtstest.testbuilder.geom | |
org.locationtech.jtstest.testbuilder.topostretch |
Modifier and Type | Class and Description |
---|---|
static class |
GeometryEditor.CoordinateOperation
A
GeometryEditor.GeometryEditorOperation which edits the coordinate list of a Geometry . |
static class |
GeometryEditor.CoordinateSequenceOperation
|
static class |
GeometryEditor.NoOpGeometryOperation
A GeometryEditorOperation which does not modify
the input geometry.
|
Modifier and Type | Method and Description |
---|---|
Geometry |
GeometryEditor.edit(Geometry geometry,
GeometryEditor.GeometryEditorOperation operation)
Edit the input
Geometry with the given edit operation. |
private GeometryCollection |
GeometryEditor.editGeometryCollection(GeometryCollection collection,
GeometryEditor.GeometryEditorOperation operation) |
private Geometry |
GeometryEditor.editInternal(Geometry geometry,
GeometryEditor.GeometryEditorOperation operation) |
private Polygon |
GeometryEditor.editPolygon(Polygon polygon,
GeometryEditor.GeometryEditorOperation operation) |
Modifier and Type | Class and Description |
---|---|
class |
PrecisionReducerCoordinateOperation |
private class |
SimpleGeometryPrecisionReducer.PrecisionReducerCoordinateOperation
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
private static class |
GeometryBoxDeleter.BoxDeleteComponentOperation |
private static class |
GeometryBoxDeleter.BoxDeleteVertexOperation |
private static class |
GeometryVertexDeleter.DeleteVertexOperation |
private static class |
GeometryVertexInserter.InsertVertexOperation |
private static class |
GeometryVertexMover.MoveVertexOperation |
Modifier and Type | Class and Description |
---|---|
private class |
GeometryVerticesMover.MoveVerticesOperation |