Uses of Class
org.geotools.gml.producer.FeatureTransformer.FeatureTypeNamespaces
-
Packages that use FeatureTransformer.FeatureTypeNamespaces Package Description org.geotools.gml.producer -
-
Uses of FeatureTransformer.FeatureTypeNamespaces in org.geotools.gml.producer
Methods in org.geotools.gml.producer that return FeatureTransformer.FeatureTypeNamespaces Modifier and Type Method Description FeatureTransformer.FeatureTypeNamespaces
FeatureTransformer.FeatureTranslator. getFeatureTypeNamespaces()
FeatureTransformer.FeatureTypeNamespaces
FeatureTransformer. getFeatureTypeNamespaces()
Methods in org.geotools.gml.producer with parameters of type FeatureTransformer.FeatureTypeNamespaces Modifier and Type Method Description protected FeatureTransformer.FeatureTranslator
FeatureTransformer. createTranslator(ContentHandler handler, String prefix, String ns, FeatureTransformer.FeatureTypeNamespaces featureTypeNamespaces, TransformerBase.SchemaLocationSupport schemaLocationSupport)
Template method for creating the translator.Constructors in org.geotools.gml.producer with parameters of type FeatureTransformer.FeatureTypeNamespaces Constructor Description FeatureTranslator(ContentHandler handler, String prefix, String ns, FeatureTransformer.FeatureTypeNamespaces types, TransformerBase.SchemaLocationSupport schemaLoc)
Constructor with handler.
-