Package com.complexible.stardog.spatial
Interface GeospatialSource
- All Superinterfaces:
AutoCloseable
A source of geospatial information
- Since:
- 4.0
- Author:
- Michael Grove
-
Method Summary
Modifier and TypeMethodDescriptionparse(GeospatialSink theSink, CancelCheck theCheck) Parse or otherwise extract spatial relations from some source and provide them to the given sink.Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
parse
Parse or otherwise extract spatial relations from some source and provide them to the given sink.- Parameters:
theSink- the handler for all parsed spatial objects- Throws:
GeoException- if there was an error while parsing
-