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 class
FeatureTransformer.FeatureTranslator
Outputs gml without any fancy indents or newlines.static class
FeatureTypeTransformer.FeatureTypeTranslator
A FeatureTypeTranslator encodes FeatureTypes as a (hopefully) valid XML schema.static class
GeometryTransformer.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 class
FilterTransformer.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 void
TransformerBase.TranslatorSupport. addNamespaceDeclarations(TransformerBase.TranslatorSupport trans)
Utility method to copy namespace declarations from "sub" translators into this ns support...
-