Class GMLHandler.Handler

  • Enclosing class:
    GMLHandler

    static class GMLHandler.Handler
    extends java.lang.Object
    This class is intended to log the SAX activity within a given element until its termination. At this time, a new object of value is created and passed to the parent. An object of value is typically either java.lang.* or a JTS Geometry This class is not intended for use outside this distribution, and may change in subsequent versions.
    • Field Detail

      • attrs

        protected org.xml.sax.Attributes attrs
      • text

        protected java.lang.StringBuffer text
      • children

        protected java.util.List children
    • Constructor Detail

    • Method Detail

      • addText

        public void addText​(java.lang.String str)
        Caches text for the future
        Parameters:
        str -
      • keep

        public void keep​(java.lang.Object obj)
        Store param for the future
        Parameters:
        obj -
      • create

        public java.lang.Object create​(GeometryFactory gf)
                                throws org.xml.sax.SAXException
        Parameters:
        gf - GeometryFactory
        Returns:
        Parsed Object
        Throws:
        org.xml.sax.SAXException