public class SpatialPartition extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpatialPartition.Relation |
| Constructor and Description |
|---|
SpatialPartition(org.locationtech.jts.geom.Geometry[] geoms,
SpatialPartition.Relation rel) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
org.locationtech.jts.geom.Geometry |
getGeometry(int s,
int i) |
int |
getItem(int s,
int i) |
int |
getSize(int s) |
public SpatialPartition(org.locationtech.jts.geom.Geometry[] geoms,
SpatialPartition.Relation rel)
Copyright © 2022. All rights reserved.