|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.xml.transform.TransformerBase.TranslatorSupport org.geotools.gml.producer.FeatureTransformer.FeatureTranslator
Outputs gml without any fancy indents or newlines.
Field Summary |
Fields inherited from class org.geotools.xml.transform.TransformerBase.TranslatorSupport |
contentHandler, nsSupport, NULL_ATTS, schemaLocation |
Constructor Summary | |
FeatureTransformer.FeatureTranslator(org.xml.sax.ContentHandler handler,
java.lang.String prefix,
java.lang.String ns,
FeatureTransformer.FeatureTypeNamespaces types,
TransformerBase.SchemaLocationSupport schemaLoc)
Constructor with handler. |
Method Summary | |
void |
encode(java.lang.Object o)
Encode the object. |
void |
endFeature(Feature f)
Sends sax for the ending of a feature. |
void |
endFeatureCollection()
|
void |
endFeatureCollection(FeatureCollection collection)
Sends sax for the ending of a feature collection. |
void |
handleAttribute(AttributeType type,
java.lang.Object value)
handles sax for an attribute. |
void |
handleFeature(Feature f)
Handles sax for a feature. |
void |
handleFeatureCollection(FeatureCollection collection)
Prints up the gml for a featurecollection. |
void |
handleFeatureReader(FeatureReader r)
|
void |
setLockId(java.lang.String lockId)
|
void |
startFeatureCollection()
|
void |
writeBounds(com.vividsolutions.jts.geom.Envelope bounds)
writes the gml:boundedBy element to output based on
fc.getBounds() |
Methods inherited from class org.geotools.xml.transform.TransformerBase.TranslatorSupport |
abort, addNamespaceDeclarations, chars, element, element, end, getDefaultNamespace, getDefaultPrefix, getNamespaceSupport, getSchemaLocationSupport, start, start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FeatureTransformer.FeatureTranslator(org.xml.sax.ContentHandler handler, java.lang.String prefix, java.lang.String ns, FeatureTransformer.FeatureTypeNamespaces types, TransformerBase.SchemaLocationSupport schemaLoc)
handler
- the handler to use.prefix
- DOCUMENT ME!ns
- DOCUMENT ME!types
- DOCUMENT ME!schemaLoc
- DOCUMENT ME!Method Detail |
public void setLockId(java.lang.String lockId)
public void encode(java.lang.Object o) throws java.lang.IllegalArgumentException
Translator
encode
in interface Translator
o
- The Object to encode.
java.lang.IllegalArgumentException
- if the Object is not encodeable.public void handleFeatureReader(FeatureReader r) throws java.io.IOException
java.io.IOException
public void startFeatureCollection()
public void endFeatureCollection()
public void handleFeatureCollection(FeatureCollection collection)
handleFeatureCollection
in interface FeatureCollectionIteration.Handler
collection
- DOCUMENT ME!public void writeBounds(com.vividsolutions.jts.geom.Envelope bounds)
gml:boundedBy
element to output based on
fc.getBounds()
bounds
-
java.lang.RuntimeException
- if it is thorwn while writing the element
or coordinatespublic void endFeatureCollection(FeatureCollection collection)
endFeatureCollection
in interface FeatureCollectionIteration.Handler
collection
- DOCUMENT ME!public void endFeature(Feature f)
endFeature
in interface FeatureCollectionIteration.Handler
f
- DOCUMENT ME!
java.lang.RuntimeException
- DOCUMENT ME!public void handleAttribute(AttributeType type, java.lang.Object value)
handleAttribute
in interface FeatureCollectionIteration.Handler
type
- DOCUMENT ME!value
- DOCUMENT ME!
java.lang.RuntimeException
- DOCUMENT ME!public void handleFeature(Feature f)
handleFeature
in interface FeatureCollectionIteration.Handler
f
- DOCUMENT ME!
java.lang.RuntimeException
- DOCUMENT ME!
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |