Interface GeoSpatialIndexCreator
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface GeoSpatialIndexCreator extends Closeable
Index creator for geospatial index.
-
-
Method Detail
-
add
void add(org.locationtech.jts.geom.Geometry geometry) throws IOException
Adds the next geospatial value.- Throws:
IOException
-
seal
void seal() throws IOException
Seals the index and flushes it to disk.- Throws:
IOException
-
-