Package com.complexible.stardog.spatial
Class Indexing
java.lang.Object
com.complexible.stardog.spatial.Indexing
Utilities for spatial indexing
- Since:
- 4.0
- Author:
- Michael Grove
-
Method Summary
Modifier and TypeMethodDescriptionstatic Featuresadd(GeospatialSource theSource, GeospatialIndexConnection theConnection, CancelCheck theCheck) static voidremove(GeospatialSource theSource, GeospatialIndexConnection theConnection, CancelCheck theCheck) static FeatureswipeAndLoad(GeospatialSource theSource, GeospatialIndexConnection theConnection, CancelCheck theCheck)
-
Method Details
-
wipeAndLoad
public static Features wipeAndLoad(GeospatialSource theSource, GeospatialIndexConnection theConnection, CancelCheck theCheck) throws GeoException - Throws:
GeoException
-
add
public static Features add(GeospatialSource theSource, GeospatialIndexConnection theConnection, CancelCheck theCheck) throws GeoException - Throws:
GeoException
-
remove
public static void remove(GeospatialSource theSource, GeospatialIndexConnection theConnection, CancelCheck theCheck) throws GeoException - Throws:
GeoException
-