A SAX
DefaultHandler which builds
Geometrys from GML2-formatted geometries. An XML parser can delegate SAX events to this handler to parse and building Geometrys.
This handler currently ignores both namespaces and prefixes. Hints:
If your parent handler is a DefaultHandler register the parent handler to receive the errors and locator calls.
Creates a new handler. Allows the user to specify a delegate object for error / warning messages. If the delegate also implements ContentHandler then the document Locator will be passed on.