Package | Description |
---|---|
org.geotools.gml2.simple | |
org.geotools.gml3.simple |
Modifier and Type | Method and 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 exception
|
QualifiedName |
QualifiedName.derive(String prefix)
Derives a new
QualifiedName with the given prefix, or returns itself if the prefix is
the same alredy in use |
QualifiedName |
QualifiedName.derive(String prefix,
String uri) |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
protected QualifiedName |
GML32FeatureCollectionEncoderDelegate.GML32Delegate.member |
Modifier and Type | Method and Description |
---|---|
protected Attributes |
GML32FeatureCollectionEncoderDelegate.getPropertyAttributes(QualifiedName name,
FeatureType featureType,
AttributeDescriptor attribute,
Object value) |
Copyright © 1996–2019 Geotools. All rights reserved.