- 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.
- getArea() - Method in class org.locationtech.jtslab.edgeray.EdgeRayArea
-
- getArea() - Method in class org.locationtech.jtslab.edgeray.EdgeRayIntersectionArea
-
- getCount() - Method in class org.locationtech.jts.operation.union.DisjointSets.Subsets
-
Gets the number of disjoint subsets.
- getCount() - Method in class org.locationtech.jts.operation.union.SpatialPartition
-
- getGeometry(int, int) - Method in class org.locationtech.jts.operation.union.SpatialPartition
-
- getItem(int, int) - Method in class org.locationtech.jts.operation.union.DisjointSets.Subsets
-
Gets an item from a subset.
- getItem(int, int) - Method in class org.locationtech.jts.operation.union.SpatialPartition
-
- getResult() - Method in class org.locationtech.jts.hull.ConcaveHull
-
- 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.
- getSize(int) - Method in class org.locationtech.jts.operation.union.DisjointSets.Subsets
-
Gets the number of items in a given subset.
- getSize(int) - Method in class org.locationtech.jts.operation.union.SpatialPartition
-