Interface GeospatialSource

All Superinterfaces:
AutoCloseable

public interface GeospatialSource extends AutoCloseable

A source of geospatial information

Since:
4.0
Author:
Michael Grove
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(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

      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