Package org.geotools.gml
Interface GMLHandlerJTS
-
- All Superinterfaces:
ContentHandler
- All Known Implementing Classes:
FilterFilter
,GMLFilterFeature
,TestHandler
public interface GMLHandlerJTS extends 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.
- Author:
- Rob Hranac, Vision for New York
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
geometry(Geometry geometry)
Receives OGC simple feature type geometry from parent.-
Methods inherited from interface ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
-
-
-
Method Detail
-
geometry
void geometry(Geometry geometry)
Receives OGC simple feature type geometry from parent.- Parameters:
geometry
- the simple feature geometry
-
-