public interface GMLHandlerGeometry extends ContentHandler
This handler is required for any parent of a GMLFilterDocument filter. It receives basic element notifications and coordinates.
| Modifier and Type | Method and Description |
|---|---|
void |
geometryEnd(String localName)
Receives a geometry end element from the parent.
|
void |
geometryStart(String localName,
Attributes atts)
Receives a geometry start element from the parent.
|
void |
geometrySub(String localName)
Receives a geometry sub element from the parent.
|
void |
gmlCoordinates(double x,
double y)
Receives a finished coordinate from the parent (2-valued).
|
void |
gmlCoordinates(double x,
double y,
double z)
Receives a finished coordinate from the parent (3-valued).
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingvoid geometryStart(String localName, Attributes atts) throws SAXException
SAXExceptionvoid geometryEnd(String localName) throws SAXException
SAXExceptionvoid geometrySub(String localName) throws SAXException
SAXExceptionvoid gmlCoordinates(double x,
double y)
throws SAXException
SAXExceptionvoid gmlCoordinates(double x,
double y,
double z)
throws SAXException
SAXExceptionCopyright © 1996–2019 Geotools. All rights reserved.