- GeometryEditorEx - Class in org.locationtech.jtslab.geom.util
-
A class which supports creating new Geometrys
which are modifications of existing ones,
maintaining the same type structure.
- GeometryEditorEx() - Constructor for class org.locationtech.jtslab.geom.util.GeometryEditorEx
-
Creates a new GeometryEditor object which will create
edited Geometrys with the same GeometryFactory as the input Geometry.
- GeometryEditorEx(GeometryFactory) - Constructor for class org.locationtech.jtslab.geom.util.GeometryEditorEx
-
Creates a new GeometryEditor object which will create
edited Geometrys with the given GeometryFactory.
- GeometryEditorEx(GeometryEditorEx.GeometryEditorOperation) - Constructor for class org.locationtech.jtslab.geom.util.GeometryEditorEx
-
Creates a GeometryEditor which edits geometries using
a given GeometryOperation
and the same GeometryFactory as the input Geometry.
- GeometryEditorEx(GeometryEditorEx.GeometryEditorOperation, GeometryFactory) - Constructor for class org.locationtech.jtslab.geom.util.GeometryEditorEx
-
Creates a GeometryEditor which edits geometries using
a given GeometryOperation
and the given GeometryFactory.
- GeometryEditorEx.CoordinateOperation - Class in org.locationtech.jtslab.geom.util
-
- GeometryEditorEx.CoordinateSequenceOperation - Class in org.locationtech.jtslab.geom.util
-
- GeometryEditorEx.GeometryEditorOperation - Interface in org.locationtech.jtslab.geom.util
-
A interface which specifies an edit operation for Geometries.
- GeometryEditorEx.NoOpGeometryOperation - Class in org.locationtech.jtslab.geom.util
-
A GeometryEditorOperation which does not modify
the input geometry.
- GeometrySnapRounder - Class in org.locationtech.jtslab.snapround
-
Nodes a Geometry using Snap-Rounding
to a given PrecisionModel.
- GeometrySnapRounder(PrecisionModel) - Constructor for class org.locationtech.jtslab.snapround.GeometrySnapRounder
-
Creates a new snap-rounder which snap-rounds to a grid specified
by the given PrecisionModel.
- getArea() - Method in class org.locationtech.jtslab.edgeray.EdgeRayArea
-
- getArea() - Method in class org.locationtech.jtslab.edgeray.EdgeRayIntersectionArea
-
- getResult() - Method in class org.locationtech.jts.hull.ConcaveHull
-
- getResult() - Method in class org.locationtech.jts.operation.buffer.VariableWidthBuffer
-
Gets the computed variable-width line buffer.
- getResult() - Method in class org.locationtech.jtslab.clean.HoleRemover
-
Gets the cleaned geometry.
- getResult() - Method in class org.locationtech.jtslab.clean.InvalidHoleRemover
-
Gets the cleaned geometry.