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.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
Geometry |
GeometryEditor.edit(Geometry geometry,
GeometryEditor.GeometryEditorOperation operation) |
Edit the input
Geometry with the given edit operation. |
Modifier and Type | Class | Description |
---|---|---|
class |
PrecisionReducerCoordinateOperation |
Copyright © 2018. All rights reserved.