|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Property in org.deegree.feature |
---|
Methods in org.deegree.feature that return Property | |
---|---|
Property[] |
GenericFeature.getGeometryProperties()
|
Property[] |
Feature.getGeometryProperties()
Returns all geometry-valued properties in order. |
Property[] |
GenericFeatureCollection.getGeometryProperties()
|
Property[] |
GenericFeature.getProperties()
|
Property[] |
Feature.getProperties()
Returns all properties in order, excluding standard GML properties such as gml:name . |
Property[] |
GenericFeatureCollection.getProperties()
|
Property[] |
AbstractFeature.getProperties(GMLVersion version)
|
Property[] |
Feature.getProperties(GMLVersion version)
Returns all properties in order, including standard GML properties. |
Property[] |
GenericFeature.getProperties(QName propName)
|
Property[] |
Feature.getProperties(QName propName)
Returns the properties with the given name, in order. |
Property[] |
GenericFeatureCollection.getProperties(QName propName)
|
Property[] |
AbstractFeature.getProperties(QName propName,
GMLVersion version)
|
Property[] |
Feature.getProperties(QName propName,
GMLVersion version)
Returns the properties with the given name, in order. |
Property |
GenericFeature.getProperty(QName propName)
|
Property |
Feature.getProperty(QName propName)
Returns the property with the given name. |
Property |
GenericFeatureCollection.getProperty(QName propName)
|
Property |
AbstractFeature.getProperty(QName propName,
GMLVersion version)
|
Property |
Feature.getProperty(QName propName,
GMLVersion version)
Returns the property with the given name. |
Method parameters in org.deegree.feature with type arguments of type Property | |
---|---|
void |
GenericFeature.setProperties(List<Property> props)
|
void |
Feature.setProperties(List<Property> props)
Called during construction to initialize the properties of the feature. |
void |
GenericFeatureCollection.setProperties(List<Property> props)
|
void |
AbstractFeature.setProperties(List<Property> props,
GMLVersion version)
|
void |
Feature.setProperties(List<Property> props,
GMLVersion version)
Called during construction to initialize the properties of the feature. |
Constructor parameters in org.deegree.feature with type arguments of type Property | |
---|---|
GenericFeature(FeatureType ft,
String fid,
List<Property> props,
GMLVersion version,
ExtraProps extraProps)
Creates a new GenericFeature instance. |
|
GenericFeatureCollection(FeatureCollectionType ft,
String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
Creates a new GenericFeatureCollection instance with type information and content specified using
properties. |
Uses of Property in org.deegree.feature.persistence |
---|
Method parameters in org.deegree.feature.persistence with type arguments of type Property | |
---|---|
int |
FeatureStoreTransaction.performUpdate(QName ftName,
List<Property> replacementProps,
Filter filter,
Lock lock)
Performs an update operation against the FeatureStore . |
Uses of Property in org.deegree.feature.persistence.geocouch |
---|
Method parameters in org.deegree.feature.persistence.geocouch with type arguments of type Property | |
---|---|
int |
GeoCouchFeatureStoreTransaction.performUpdate(QName ftName,
List<Property> replacementProps,
Filter filter,
Lock lock)
|
Uses of Property in org.deegree.feature.persistence.shape |
---|
Methods in org.deegree.feature.persistence.shape that return types with arguments of type Property | |
---|---|
HashMap<SimplePropertyType,Property> |
DBFReader.getEntry(int num)
|
Uses of Property in org.deegree.feature.persistence.sql |
---|
Method parameters in org.deegree.feature.persistence.sql with type arguments of type Property | |
---|---|
int |
SQLFeatureStoreTransaction.performUpdate(QName ftName,
List<Property> replacementProps,
Filter filter,
Lock lock)
|
Uses of Property in org.deegree.feature.property |
---|
Classes in org.deegree.feature.property that implement Property | |
---|---|
class |
GenericProperty
Allows the representation of arbitrary Property s. |
class |
SimpleProperty
TODO add documentation here |
Methods in org.deegree.feature.property that return Property | |
---|---|
Property[] |
ExtraProps.getProperties()
Returns all properties in order. |
Property[] |
ExtraProps.getProperties(String propName)
Returns the properties with the given name, in order. |
Property |
ExtraProps.getProperty(String propName)
Returns the property with the given name. |
Constructors in org.deegree.feature.property with parameters of type Property | |
---|---|
ExtraProps(Property[] props)
|
Uses of Property in org.deegree.feature.types |
---|
Method parameters in org.deegree.feature.types with type arguments of type Property | |
---|---|
Feature |
FeatureType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
Creates a new Feature instance (that is of this type). |
Feature |
DynamicFeatureType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
|
Feature |
GenericFeatureType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
|
Feature |
GenericFeatureCollectionType.newFeature(String fid,
List<Property> props,
ExtraProps extraProps,
GMLVersion version)
|
Uses of Property in org.deegree.feature.xpath |
---|
Methods in org.deegree.feature.xpath that return Property | |
---|---|
Property |
PropertyNode.getValue()
The wrapped property. |
Methods in org.deegree.feature.xpath with parameters of type Property | |
---|---|
TypedObjectNode[] |
FeatureXPathEvaluator.eval(Property element,
ValueReference propName)
|
Uses of Property in org.deegree.gml.feature |
---|
Methods in org.deegree.gml.feature that return Property | |
---|---|
Property[] |
FeatureReference.getGeometryProperties()
|
Property[] |
FeatureReference.getProperties()
|
Property[] |
FeatureReference.getProperties(GMLVersion version)
|
Property[] |
FeatureReference.getProperties(QName propName)
|
Property[] |
StandardGMLFeatureProps.getProperties(QName propName,
GMLVersion version)
Returns the standard GML properties with the given name. |
Property[] |
FeatureReference.getProperties(QName propName,
GMLVersion version)
|
Property |
FeatureReference.getProperty(QName propName)
|
Property |
StandardGMLFeatureProps.getProperty(QName propName,
GMLVersion version)
Returns the standard GML property with the given name. |
Property |
FeatureReference.getProperty(QName propName,
GMLVersion version)
|
Property |
GMLFeatureReader.parseProperty(XMLStreamReaderWrapper xmlStream,
PropertyType propDecl,
ICRS crs,
int occurence)
Returns the object representation for the given property element. |
Methods in org.deegree.gml.feature that return types with arguments of type Property | |
---|---|
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. |
Method parameters in org.deegree.gml.feature with type arguments of type Property | |
---|---|
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. |
void |
FeatureReference.setProperties(List<Property> props)
|
void |
FeatureReference.setProperties(List<Property> props,
GMLVersion version)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |