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 QualifiedNameQualifiedName. 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 exceptionQualifiedNameQualifiedName. derive(String prefix)Derives a newQualifiedNamewith the given prefix, or returns itself if the prefix is the same alredy in useQualifiedNameQualifiedName. derive(String prefix, String uri)Methods in org.geotools.gml2.simple with parameters of type QualifiedName Modifier and Type Method Description voidGMLWriter. endElement(QualifiedName qn)protected AttributesFeatureCollectionEncoderDelegate. getPropertyAttributes(QualifiedName name, FeatureType featureType, AttributeDescriptor attribute, Object value)Allows subclasses to generate a list of attributes for the property being encoded.voidGMLWriter. 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 QualifiedNameGML32FeatureCollectionEncoderDelegate.GML32Delegate. memberMethods in org.geotools.gml3.simple with parameters of type QualifiedName Modifier and Type Method Description protected AttributesGML32FeatureCollectionEncoderDelegate. getPropertyAttributes(QualifiedName name, FeatureType featureType, AttributeDescriptor attribute, Object value)
-