|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectXMLFilterImpl
TestHandler
public class TestHandler
Simple test implementation of GMLHandlerJTS
. This very simple
handler just prints every JTS geometry that it gets to the standard output.
modules/library/main (gt-main.jar)
Constructor Summary | |
---|---|
TestHandler()
|
Method Summary | |
---|---|
void |
geometry(Geometry geometry)
Receives OGC simple feature type geometry from parent. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ContentHandler |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Constructor Detail |
---|
public TestHandler()
Method Detail |
---|
public void geometry(Geometry geometry)
GMLHandlerJTS
geometry
in interface GMLHandlerJTS
geometry
- the simple feature geometry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |