Uses of Class
org.geotools.gml2.simple.QualifiedName
-
Packages that use QualifiedName Package Description org.geotools.gml2.simple org.geotools.gml3.simple -
-
Uses of QualifiedName in org.geotools.gml2.simple
Methods in org.geotools.gml2.simple that return QualifiedName Modifier and Type Method Description static QualifiedName
QualifiedName. build(String targetNamespace, String name, String prefix)
This method is used to replicate a "feature" of the standard encoder, when no prefix can be found, "null" will be used instead of having the code throw an exceptionQualifiedName
QualifiedName. derive(String prefix)
Derives a newQualifiedName
with the given prefix, or returns itself if the prefix is the same alredy in useQualifiedName
QualifiedName. derive(String prefix, String uri)
Methods in org.geotools.gml2.simple with parameters of type QualifiedName Modifier and Type Method Description void
GMLWriter. endElement(QualifiedName qn)
protected Attributes
FeatureCollectionEncoderDelegate. getPropertyAttributes(QualifiedName name, FeatureType featureType, AttributeDescriptor attribute, Object value)
Allows subclasses to generate a list of attributes for the property being encoded.void
GMLWriter. startElement(QualifiedName qn, Attributes atts)
-
Uses of QualifiedName in org.geotools.gml3.simple
Fields in org.geotools.gml3.simple declared as QualifiedName Modifier and Type Field Description protected QualifiedName
GML32FeatureCollectionEncoderDelegate.GML32Delegate. member
Methods in org.geotools.gml3.simple with parameters of type QualifiedName Modifier and Type Method Description protected Attributes
GML32FeatureCollectionEncoderDelegate. getPropertyAttributes(QualifiedName name, FeatureType featureType, AttributeDescriptor attribute, Object value)
-