Uses of Class
org.geotools.xml.transform.TransformerBase.TranslatorSupport
- 
Packages that use TransformerBase.TranslatorSupport Package Description org.geotools.gml.producer org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation.org.geotools.xml.transform  - 
- 
Uses of TransformerBase.TranslatorSupport in org.geotools.gml.producer
Subclasses of TransformerBase.TranslatorSupport in org.geotools.gml.producer Modifier and Type Class Description classFeatureTransformer.FeatureTranslatorOutputs gml without any fancy indents or newlines.static classFeatureTypeTransformer.FeatureTypeTranslatorA FeatureTypeTranslator encodes FeatureTypes as a (hopefully) valid XML schema.static classGeometryTransformer.GeometryTranslator - 
Uses of TransformerBase.TranslatorSupport in org.geotools.xml.filter
Subclasses of TransformerBase.TranslatorSupport in org.geotools.xml.filter Modifier and Type Class Description static classFilterTransformer.FilterTranslator - 
Uses of TransformerBase.TranslatorSupport in org.geotools.xml.transform
Methods in org.geotools.xml.transform with parameters of type TransformerBase.TranslatorSupport Modifier and Type Method Description protected voidTransformerBase.TranslatorSupport. addNamespaceDeclarations(TransformerBase.TranslatorSupport trans)Utility method to copy namespace declarations from "sub" translators into this ns support... 
 -