|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GMLVersion in org.deegree.feature |
---|
Methods in org.deegree.feature with parameters of type GMLVersion | |
---|---|
Property<?>[] |
Feature.getProperties(GMLVersion version)
Returns all properties in order, including standard GML properties. |
Property<?>[] |
AbstractFeature.getProperties(GMLVersion version)
|
Property<?>[] |
Feature.getProperties(QName propName,
GMLVersion version)
Returns the properties with the given name, in order. |
Property<?>[] |
AbstractFeature.getProperties(QName propName,
GMLVersion version)
|
Property<?> |
Feature.getProperty(QName propName,
GMLVersion version)
Returns the property with the given name. |
Property<?> |
AbstractFeature.getProperty(QName propName,
GMLVersion version)
|
Object |
Feature.getPropertyValue(QName propName,
GMLVersion version)
Returns the values of the property with the given name. |
Object |
AbstractFeature.getPropertyValue(QName propName,
GMLVersion version)
|
Object[] |
AbstractFeature.getPropertyValues(PropertyName propName,
GMLVersion version)
|
Object[] |
Feature.getPropertyValues(QName propName,
GMLVersion version)
Returns the values of the properties with the given name, in order. |
Object[] |
AbstractFeature.getPropertyValues(QName propName,
GMLVersion version)
|
void |
Feature.setProperties(List<Property<?>> props,
GMLVersion version)
Called during construction to initialize the properties of the feature. |
void |
AbstractFeature.setProperties(List<Property<?>> props,
GMLVersion version)
|
void |
Feature.setPropertyValue(QName propName,
int occurence,
Object value,
GMLVersion version)
Sets the value of a specific occurence of a property with a given name (or removes the property from the feature). |
void |
AbstractFeature.setPropertyValue(QName propName,
int occurence,
Object value,
GMLVersion version)
|
Constructors in org.deegree.feature with parameters of type GMLVersion | |
---|---|
GenericFeature(GenericFeatureType ft,
String fid,
List<Property<?>> props,
GMLVersion version)
Creates a new GenericFeature instance. |
|
GenericFeatureCollection(FeatureCollectionType ft,
String fid,
List<Property<?>> props,
GMLVersion version)
Creates a new GenericFeatureCollection instance with type information and content specified using
properties. |
Uses of GMLVersion in org.deegree.feature.types |
---|
Methods in org.deegree.feature.types with parameters of type GMLVersion | |
---|---|
PropertyType |
GenericFeatureCollectionType.getPropertyDeclaration(QName propName,
GMLVersion version)
|
PropertyType |
GenericFeatureType.getPropertyDeclaration(QName propName,
GMLVersion version)
|
PropertyType<?> |
FeatureType.getPropertyDeclaration(QName propName,
GMLVersion version)
Returns the declaration of the property with the given name. |
List<PropertyType<?>> |
GenericFeatureCollectionType.getPropertyDeclarations(GMLVersion version)
|
List<PropertyType<?>> |
GenericFeatureType.getPropertyDeclarations(GMLVersion version)
|
List<PropertyType<?>> |
FeatureType.getPropertyDeclarations(GMLVersion version)
Returns all property declarations of the feature type, including those that any GML feature allows for. |
Feature |
GenericFeatureCollectionType.newFeature(String fid,
List<Property<?>> props,
GMLVersion version)
|
Feature |
GenericFeatureType.newFeature(String fid,
List<Property<?>> props,
GMLVersion version)
|
Feature |
FeatureType.newFeature(String fid,
List<Property<?>> props,
GMLVersion version)
Creates a new Feature instance (that is of this type). |
Uses of GMLVersion in org.deegree.feature.xpath |
---|
Constructors in org.deegree.feature.xpath with parameters of type GMLVersion | |
---|---|
FeatureNavigator(Feature rootFeature,
GMLVersion version)
Creates a new FeatureNavigator instance with a Feature that is the root of the navigation
hierarchy. |
|
FeatureXPath(String xpathExpr,
Feature rootFeature,
GMLVersion version)
Create a new FeatureXPath from an XPath expression string. |
|
FeatureXPath(String xpathExpr,
GMLVersion version)
Create a new FeatureXPath from an XPath expression string. |
|
PropertyNodeIterator(FeatureNode parent,
GMLVersion version)
|
Uses of GMLVersion in org.deegree.filter |
---|
Methods in org.deegree.filter with parameters of type GMLVersion | |
---|---|
Object[] |
MatchableObject.getPropertyValues(PropertyName propName,
GMLVersion version)
Returns the values that are selected by the given PropertyName expression. |
Uses of GMLVersion in org.deegree.gml |
---|
Methods in org.deegree.gml that return GMLVersion | |
---|---|
static GMLVersion |
GMLVersion.fromMimeType(String mimeType,
GMLVersion defaultVersion)
This method creates a GMLVersion from the given mimetype. |
static GMLVersion |
GMLVersion.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GMLVersion[] |
GMLVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.deegree.gml with parameters of type GMLVersion | |
---|---|
static GMLStreamReader |
GMLInputFactory.createGMLStreamReader(GMLVersion version,
URL url)
Creates a new GMLStreamReader instance for reading GML of the specified version. |
static GMLStreamReader |
GMLInputFactory.createGMLStreamReader(GMLVersion version,
XMLStreamReader xmlStream)
Creates a new GMLStreamReader instance for reading GML of the specified version. |
static GMLStreamWriter |
GMLOutputFactory.createGMLStreamWriter(GMLVersion version,
XMLStreamWriter xmlStream)
Creates a new GMLStreamWriter instance for generating GML of the specified version. |
static GMLVersion |
GMLVersion.fromMimeType(String mimeType,
GMLVersion defaultVersion)
This method creates a GMLVersion from the given mimetype. |
void |
XMLTransformer.transform(XMLStreamReader reader,
XMLStreamWriter writer,
CoordinateSystem sourceCRS,
GMLVersion gmlVersion,
boolean testValidArea)
Transforms the given input stream, and streams the input into the output directly. |
Constructors in org.deegree.gml with parameters of type GMLVersion | |
---|---|
GMLDocumentIdContext(GMLVersion version)
Creates a new GMLDocumentIdContext instance for a GML document of the given version. |
|
GMLStreamReader(GMLVersion version,
XMLStreamReaderWrapper xmlStream)
Creates a new GMLStreamReader instance. |
|
GMLStreamWriter(GMLVersion version,
XMLStreamWriter xmlStream)
Creates a new GMLStreamWriter instance. |
Uses of GMLVersion in org.deegree.gml.dictionary |
---|
Constructors in org.deegree.gml.dictionary with parameters of type GMLVersion | |
---|---|
GMLDictionaryReader(GMLVersion version,
XMLStreamReader xmlStream,
GMLDocumentIdContext idContext)
|
|
GMLDictionaryWriter(GMLVersion version,
XMLStreamWriter writer)
Creates a new {link GMLDictionaryWriter instance. |
Uses of GMLVersion in org.deegree.gml.feature |
---|
Methods in org.deegree.gml.feature with parameters of type GMLVersion | |
---|---|
static Pair<StandardGMLFeatureProps,List<Property<?>>> |
StandardGMLFeatureProps.create(List<Property<?>> props,
GMLVersion version)
Creates a StandardGMLFeatureProps instances from the given list of Property objects and returns
the remaining properties that are not GML default properties. |
Collection<Property<?>> |
StandardGMLFeatureProps.getProperties(GMLVersion version)
Returns the corresponding Property instances for a specific GML version. |
Property<?>[] |
FeatureReference.getProperties(GMLVersion version)
|
Property<?>[] |
StandardGMLFeatureProps.getProperties(QName propName,
GMLVersion version)
Returns the standard GML properties with the given name. |
Property<?>[] |
FeatureReference.getProperties(QName propName,
GMLVersion version)
|
Object[] |
StandardGMLFeatureProps.getPropertiesValues(QName propName,
GMLVersion version)
Returns the values of the standard GML properties with the given name. |
Property<?> |
StandardGMLFeatureProps.getProperty(QName propName,
GMLVersion version)
Returns the standard GML property with the given name. |
Property<?> |
FeatureReference.getProperty(QName propName,
GMLVersion version)
|
static PropertyType<?> |
StandardGMLFeatureProps.getPropertyType(QName propName,
GMLVersion version)
Returns the standard GML property declaration with the given name for the specified GML version. |
static Collection<PropertyType<?>> |
StandardGMLFeatureProps.getPropertyTypes(GMLVersion version)
Returns the declaration for standard properties that any GML feature allows for. |
Object |
StandardGMLFeatureProps.getPropertyValue(QName propName,
GMLVersion version)
Returns the value of the standard GML property with the given name. |
Object |
FeatureReference.getPropertyValue(QName propName,
GMLVersion version)
|
Object[] |
FeatureReference.getPropertyValues(PropertyName propName,
GMLVersion version)
|
Object[] |
FeatureReference.getPropertyValues(QName propName,
GMLVersion version)
|
void |
FeatureReference.setProperties(List<Property<?>> props,
GMLVersion version)
|
boolean |
StandardGMLFeatureProps.setPropertyValue(QName propName,
int occurence,
Object value,
GMLVersion version)
|
void |
FeatureReference.setPropertyValue(QName propName,
int occurence,
Object value,
GMLVersion version)
|
Constructors in org.deegree.gml.feature with parameters of type GMLVersion | |
---|---|
GMLFeatureReader(GMLVersion version,
ApplicationSchema schema,
GMLDocumentIdContext idContext)
Creates a new GMLFeatureReader instance that is configured for building features with the specified
feature types. |
|
GMLFeatureReader(GMLVersion version,
ApplicationSchema schema,
GMLDocumentIdContext idContext,
GMLReferenceResolver resolver)
Creates a new GMLFeatureReader instance that is configured for building features with the specified
feature types. |
|
GMLFeatureWriter(GMLVersion version,
XMLStreamWriter writer,
CRS outputCRS,
CoordinateFormatter formatter,
String referenceTemplate,
PropertyName[] requestedProps,
int traverseXlinkDepth,
int traverseXlinkExpiry,
boolean exportSfGeometries)
|
Uses of GMLVersion in org.deegree.gml.feature.schema |
---|
Constructors in org.deegree.gml.feature.schema with parameters of type GMLVersion | |
---|---|
ApplicationSchemaXSDDecoder(GMLVersion gmlVersion,
Map<String,String> namespaceHints,
String... schemaUrls)
|
|
ApplicationSchemaXSDEncoder(GMLVersion version,
Map<String,String> importURLs)
Creates a new ApplicationSchemaXSDEncoder for the given GML version and optional import URL. |
Uses of GMLVersion in org.deegree.gml.geometry |
---|
Fields in org.deegree.gml.geometry declared as GMLVersion | |
---|---|
protected GMLVersion |
GML3GeometryBaseReader.version
|
Constructors in org.deegree.gml.geometry with parameters of type GMLVersion | |
---|---|
GML3GeometryBaseReader(GMLVersion version,
GeometryFactory geomFac)
|
|
GML3GeometryReader(GMLVersion version,
GeometryFactory geomFac,
GMLDocumentIdContext idContext)
Creates a new GML3GeometryReader instance. |
|
GML3GeometryWriter(GMLVersion version,
XMLStreamWriter writer)
Creates a new GML3GeometryWriter instance, with no default crs, the default formatter and no simple
feature support. |
|
GML3GeometryWriter(GMLVersion version,
XMLStreamWriter writer,
CRS outputCrs,
CoordinateFormatter formatter,
boolean exportSf,
Set<String> exportedIds)
Creates a new GML3GeometryWriter instance. |
Uses of GMLVersion in org.deegree.gml.geometry.validation |
---|
Constructors in org.deegree.gml.geometry.validation with parameters of type GMLVersion | |
---|---|
GML3GeometryValidator(GMLVersion version,
XMLStreamReaderWrapper xmlStream,
GMLValidationEventHandler gmlErrorHandler)
|
Uses of GMLVersion in org.deegree.gml.props |
---|
Constructors in org.deegree.gml.props with parameters of type GMLVersion | |
---|---|
GMLStdPropsReader(GMLVersion version)
Creates a new GMLStdPropsReader for the specified GML version. |
|
GMLStdPropsWriter(GMLVersion version,
XMLStreamWriter writer)
Creates a new GMLStdPropsWriter instance. |
Uses of GMLVersion in org.deegree.gml.schema |
---|
Constructors in org.deegree.gml.schema with parameters of type GMLVersion | |
---|---|
GMLSchemaAnalyzer(GMLVersion version,
String... schemaUrls)
Creates a new GMLSchemaAnalyzer instance for the given GML version and using the specified schemas. |
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |