Package org.geotools.gml
Class TestHandler
Object
XMLFilterImpl
TestHandler
- All Implemented Interfaces:
GMLHandlerJTS,ContentHandler,DTDHandler,EntityResolver,ErrorHandler,XMLFilter,XMLReader
Simple test implementation of
GMLHandlerJTS. This very simple handler just prints every JTS geometry
that it gets to the standard output.- Author:
- Rob Hranac, Vision for New York
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class XMLFilterImpl
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
characters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
Constructor Details
-
TestHandler
public TestHandler()
-
-
Method Details
-
geometry
Description copied from interface:GMLHandlerJTSReceives OGC simple feature type geometry from parent.- Specified by:
geometryin interfaceGMLHandlerJTS- Parameters:
geometry- the simple feature geometry
-