Class SpatialPartition
java.lang.Object
org.locationtech.jts.operation.union.SpatialPartition
Computes a partition of a set of geometries into disjoint subsets,
based on a provided equivalence relation.
Uses a spatial index for efficient processing.
- Author:
- mdavis
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSpatialPartition(org.locationtech.jts.geom.Geometry[] geoms, SpatialPartition.Relation rel) -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()org.locationtech.jts.geom.GeometrygetGeometry(int s, int i) intgetItem(int s, int i) intgetSize(int s)
-
Constructor Details
-
SpatialPartition
-
-
Method Details
-
getCount
public int getCount() -
getSize
public int getSize(int s) -
getItem
public int getItem(int s, int i) -
getGeometry
public org.locationtech.jts.geom.Geometry getGeometry(int s, int i)
-