Class GMLInputTemplate

  • All Implemented Interfaces:
    ContentHandler, DTDHandler, EntityResolver, ErrorHandler

    public class GMLInputTemplate
    extends DefaultHandler
    Reads an XML file that starts with a 'JCSGMLInputTemplate'.
    Will abort read at the end of the 'JCSGMLInputTemplate' tag.
    Constructs a description of the Columns and geometry tag so the
    actual GML parser (GMLReader) will know what to do with different tags.

    This is a SAX Handler.