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 GeospatialSink

    Handler for something that can process geometric Shapes

    Since:
    4.0
    Version:
    4.0
    Author:
    Michael Grove
    • 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