org.geotools.gml.producer
Class GeometryTransformer
Object
TransformerBase
GeometryTransformer
public class GeometryTransformer
- extends TransformerBase
Used to walk through GeometryObjects issuing SAX events
as needed.
Please note that this GeometryTransformer issues GML2 events,
the Coordinate
- Author:
- Ian Schneider
- Module:
Methods inherited from class TransformerBase |
createTransformer, createTransformTask, createXMLReader, getEncoding, getIndentation, isNamespaceDeclartionEnabled, isOmitXMLDeclaration, setEncoding, setIndentation, setNamespaceDeclarationEnabled, setOmitXMLDeclaration, transform, transform, transform, transform |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
useDummyZ
protected boolean useDummyZ
numDecimals
protected int numDecimals
GeometryTransformer
public GeometryTransformer()
setUseDummyZ
public void setUseDummyZ(boolean flag)
setNumDecimals
public void setNumDecimals(int num)
createTranslator
public Translator createTranslator(ContentHandler handler)
- Description copied from class:
TransformerBase
- Create a Translator to issue SAXEvents to a ContentHandler.
- Specified by:
createTranslator
in class TransformerBase
- TODO:
- remove constant from GometryTraslator contructor call
Copyright © 1996-2009 Geotools. All Rights Reserved.