org.geotools.gml
Interface GMLHandlerJTS

All Superinterfaces:
org.xml.sax.ContentHandler
All Known Implementing Classes:
FilterFilter, GMLFilterFeature, TestHandler

public interface GMLHandlerJTS
extends org.xml.sax.ContentHandler

LEVEL3 saxGML4j GML handler: Gets JTS objects.

This handler must be implemented by the parent of a GMLFilterGeometry filter in order to handle the JTS objects passed to it from the child.

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

Method Summary
 void geometry(com.vividsolutions.jts.geom.Geometry geometry)
          Receives OGC simple feature type geometry from parent.
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

geometry

public void geometry(com.vividsolutions.jts.geom.Geometry geometry)
Receives OGC simple feature type geometry from parent.

Parameters:
geometry - the simple feature geometry


Copyright © GeoTools. All Rights Reserved.