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