Package com.complexible.stardog.spatial
Class GeospatialIndexMetadata
java.lang.Object
com.complexible.stardog.spatial.GeospatialIndexMetadata
Utility class for reading the metadata about a spatial index
- Since:
- 4.0
- Version:
- 4.0
- Author:
- Michael Grove
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INDEX_SUBDIR
The location of spatial index- See Also:
-
-
Method Details
-
read
Read the index metadata from the given index directory- Parameters:
theDir- the index directory to read from- Returns:
- the metadata in the file
- Throws:
IOException- if there was an error while reading
-
write
Write the metadata to the given metadata file in the given directory- Parameters:
theDir- the index directory to save the metadata information totheMeta- the metadata to write- Throws:
IOException- if there was an error while writing
-