Class SpatialPartition
- java.lang.Object
-
- org.locationtech.jts.operation.union.SpatialPartition
-
public class SpatialPartition extends java.lang.ObjectComputes 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 Modifier and Type Class Description static interfaceSpatialPartition.Relation
-
Constructor Summary
Constructors Constructor Description SpatialPartition(org.locationtech.jts.geom.Geometry[] geoms, SpatialPartition.Relation rel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()org.locationtech.jts.geom.GeometrygetGeometry(int s, int i)intgetItem(int s, int i)intgetSize(int s)
-
-
-
Constructor Detail
-
SpatialPartition
public SpatialPartition(org.locationtech.jts.geom.Geometry[] geoms, SpatialPartition.Relation rel)
-
-