|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
LEVEL2 saxGML4j GML handler: Gets basic alerts from GMLFilterDocument.
This handler is required for any parent of a GMLFilterDocument filter. It receives basic element notifications and coordinates.
Method Summary | |
void |
geometryEnd(java.lang.String localName)
Receives a geometry end element from the parent. |
void |
geometryStart(java.lang.String localName,
org.xml.sax.Attributes atts)
Receives a geometry start element from the parent. |
void |
geometrySub(java.lang.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). |
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Method Detail |
public void geometryStart(java.lang.String localName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void geometryEnd(java.lang.String localName) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void geometrySub(java.lang.String localName) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void gmlCoordinates(double x, double y) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void gmlCoordinates(double x, double y, double z) throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |