Package com.complexible.stardog.spatial
Class Indexing
- java.lang.Object
-
- com.complexible.stardog.spatial.Indexing
-
public final class Indexing extends java.lang.Object
Utilities for spatial indexing
- Since:
- 4.0
- Author:
- Michael Grove
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Features
add(GeospatialSource theSource, GeospatialIndexConnection theConnection)
static void
remove(GeospatialSource theSource, GeospatialIndexConnection theConnection)
static Features
wipeAndLoad(GeospatialSource theSource, GeospatialIndexConnection theConnection, CancelCheck theCheck)
-
-
-
Method Detail
-
wipeAndLoad
public static Features wipeAndLoad(GeospatialSource theSource, GeospatialIndexConnection theConnection, CancelCheck theCheck) throws GeoException
- Throws:
GeoException
-
add
public static Features add(GeospatialSource theSource, GeospatialIndexConnection theConnection) throws GeoException
- Throws:
GeoException
-
remove
public static void remove(GeospatialSource theSource, GeospatialIndexConnection theConnection) throws GeoException
- Throws:
GeoException
-
-