Package org.geotools.gml
Interface GMLHandlerFeature
- All Superinterfaces:
- ContentHandler
- All Known Implementing Classes:
- GMLReceiver
LEVEL4 saxGML4j GML handler: Gets features.
 
This handler must be implemented by the parent of a GMLFilterFeature filter in order to handle the features passed to it from the child.
- Author:
- Rob Hranac, Vision for New York
- 
Method SummaryModifier and TypeMethodDescriptionvoidfeature(SimpleFeature feature) Receives OGC simple feature from parent.Methods inherited from interface ContentHandlercharacters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
- 
Method Details- 
featureReceives OGC simple feature from parent.
 
-