org.geotools.gml
Interface GMLHandlerFeature

All Superinterfaces:
org.xml.sax.ContentHandler
All Known Implementing Classes:
GMLReceiver

public interface GMLHandlerFeature
extends org.xml.sax.ContentHandler

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.

Version:
$Id: GMLHandlerFeature.java 17701 2006-01-23 00:00:51Z desruisseaux $
Author:
Rob Hranac, Vision for New York

Method Summary
 void feature(Feature feature)
          Receives OGC simple feature from parent.
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

feature

public void feature(Feature feature)
Receives OGC simple feature from parent.



Copyright © GeoTools. All Rights Reserved.