public interface GMLHandlerFeature extends ContentHandler
This handler must be implemented by the parent of a GMLFilterFeature filter in order to handle the features passed to it from the child.
Modifier and Type | Method and Description |
---|---|
void |
feature(SimpleFeature feature)
Receives OGC simple feature from parent.
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
void feature(SimpleFeature feature)
Copyright © 1996–2019 Geotools. All rights reserved.