Package com.complexible.stardog.spatial
Interface GeospatialSink
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface GeospatialSinkHandler for something that can process geometric
Shapes- Since:
- 4.0
- Version:
- 4.0
- Author:
- Michael Grove
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(Feature theShape)Process the give Shape
-
-
-
Method Detail
-
process
void process(Feature theShape) throws GeoException
Process the give Shape- Parameters:
theShape- the shape for processing- Throws:
GeoException- if an error occurred in the processor
-
-