Interface GMLHandlerGeometry

  • All Superinterfaces:
    ContentHandler
    All Known Implementing Classes:
    GMLFilterGeometry

    public interface GMLHandlerGeometry
    extends ContentHandler
    LEVEL2 saxGML4j GML handler: Gets basic alerts from GMLFilterDocument.

    This handler is required for any parent of a GMLFilterDocument filter. It receives basic element notifications and coordinates.

    Author:
    Rob Hranac, Vision for New York
    • Method Detail

      • gmlCoordinates

        void gmlCoordinates​(double x,
                            double y)
                     throws SAXException
        Receives a finished coordinate from the parent (2-valued).
        Throws:
        SAXException
      • gmlCoordinates

        void gmlCoordinates​(double x,
                            double y,
                            double z)
                     throws SAXException
        Receives a finished coordinate from the parent (3-valued).
        Throws:
        SAXException