Package com.complexible.stardog.spatial
Interface GeospatialIndexFactory
public interface GeospatialIndexFactory
Factory for creating instances of GeospatialIndex
- Since:
- 4.0
- Version:
- 4.0
- Author:
- Michael Grove
-
Method Summary
Modifier and TypeMethodDescriptionOpen a disk-based spatial index.Open a new in-memory spatial index
-
Method Details
-
open
Open a new in-memory spatial index- Returns:
- the new index
- Throws:
GeoException
-
open
Open a disk-based spatial index. If an index does not exist in the given location, a new one will be automatically created- Parameters:
theFile- the file- Returns:
- the index
- Throws:
GeoException
-