Uses of Class
org.geotools.xml.transform.TransformerBase.SchemaLocationSupport
-
Packages that use TransformerBase.SchemaLocationSupport Package Description org.geotools.gml.producer org.geotools.xml.transform -
-
Uses of TransformerBase.SchemaLocationSupport in org.geotools.gml.producer
Methods in org.geotools.gml.producer with parameters of type TransformerBase.SchemaLocationSupport 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 TransformerBase.SchemaLocationSupport Constructor Description FeatureTranslator(ContentHandler handler, String prefix, String ns, FeatureTransformer.FeatureTypeNamespaces types, TransformerBase.SchemaLocationSupport schemaLoc)
Constructor with handler. -
Uses of TransformerBase.SchemaLocationSupport in org.geotools.xml.transform
Fields in org.geotools.xml.transform declared as TransformerBase.SchemaLocationSupport Modifier and Type Field Description protected TransformerBase.SchemaLocationSupport
TransformerBase.TranslatorSupport. schemaLocation
Methods in org.geotools.xml.transform that return TransformerBase.SchemaLocationSupport Modifier and Type Method Description TransformerBase.SchemaLocationSupport
TransformerBase.TranslatorSupport. getSchemaLocationSupport()
TransformerBase.SchemaLocationSupport
Translator. getSchemaLocationSupport()
Gets the location of the schemas used in this translator.Constructors in org.geotools.xml.transform with parameters of type TransformerBase.SchemaLocationSupport Constructor Description TranslatorSupport(ContentHandler contentHandler, String prefix, String nsURI, TransformerBase.SchemaLocationSupport schemaLocation)
-