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 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