Package com.complexible.stardog.spatial
Interface GeospatialSource
-
- All Superinterfaces:
java.lang.AutoCloseable
public interface GeospatialSource extends java.lang.AutoCloseable
A source of geospatial information
- Since:
- 4.0
- Author:
- Michael Grove
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Features
parse(GeospatialSink theSink, CancelCheck theCheck)
Parse or otherwise extract spatial relations from some source and provide them to the given sink.
-
-
-
Method Detail
-
parse
Features parse(GeospatialSink theSink, CancelCheck theCheck) throws GeoException
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
-
-