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
- Version:
- 4.0
- Author:
- Michael Grove
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default void
parse(GeospatialSink theSink)
Deprecated.void
parse(GeospatialSink theSink, CancelCheck theCheck)
Parse or otherwise extract spatial relations from some source and provide them to the given sink.
-
-
-
Method Detail
-
parse
void 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
-
parse
@Deprecated default void parse(GeospatialSink theSink) throws GeoException
Deprecated.- Throws:
GeoException
-
-