| 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FeatureProperty in org.deegree.graphics.displayelements | 
|---|
| Methods in org.deegree.graphics.displayelements that return FeatureProperty | |
|---|---|
 FeatureProperty | 
ScaledFeature.getDefaultProperty(PropertyPath path)
 | 
 FeatureProperty | 
ScaledFeature.getDefaultProperty(QualifiedName name)
use '$SCALE' to access the scale property value  | 
 FeatureProperty | 
ScaledFeature.getOwner()
 | 
 FeatureProperty[] | 
ScaledFeature.getProperties()
 | 
 FeatureProperty[] | 
ScaledFeature.getProperties(int index)
The property '$SCALE' has the highest valid index  | 
 FeatureProperty[] | 
ScaledFeature.getProperties(QualifiedName name)
 | 
| Methods in org.deegree.graphics.displayelements with parameters of type FeatureProperty | |
|---|---|
 void | 
ScaledFeature.addProperty(FeatureProperty property)
 | 
 void | 
ScaledFeature.replaceProperty(FeatureProperty oldProperty,
                               FeatureProperty newProperty)
 | 
 void | 
ScaledFeature.setProperty(FeatureProperty property,
                       int index)
 | 
| Uses of FeatureProperty in org.deegree.io.datastore | 
|---|
| Method parameters in org.deegree.io.datastore with type arguments of type FeatureProperty | |
|---|---|
 int | 
DatastoreTransaction.performUpdate(MappedFeatureType mappedFeatureType,
                           Map<PropertyPath,FeatureProperty> replacementProps,
                           Filter filter,
                           String lockId)
Performs an update operation against the datastore.  | 
| Uses of FeatureProperty in org.deegree.io.datastore.sde | 
|---|
| Method parameters in org.deegree.io.datastore.sde with type arguments of type FeatureProperty | |
|---|---|
 int | 
SDEUpdateHandler.performUpdate(MappedFeatureType ft,
                           Map<PropertyPath,FeatureProperty> properties,
                           Filter filter)
Performs an update operation against the associated datastore.  | 
 int | 
SDETransaction.performUpdate(MappedFeatureType mappedFeatureType,
                           Map<PropertyPath,FeatureProperty> replacementProps,
                           Filter filter,
                           String lockId)
Performs an update operation against the datastore.  | 
| Uses of FeatureProperty in org.deegree.io.datastore.sql | 
|---|
| Fields in org.deegree.io.datastore.sql with type parameters of type FeatureProperty | |
|---|---|
protected  Map<FeatureId,List<FeatureProperty>> | 
FeatureFetcher.fidToPropertyMap
 | 
| Uses of FeatureProperty in org.deegree.io.datastore.sql.generic | 
|---|
| Method parameters in org.deegree.io.datastore.sql.generic with type arguments of type FeatureProperty | |
|---|---|
 int | 
GenericSQLTransaction.performUpdate(MappedFeatureType mappedFeatureType,
                           Map<PropertyPath,FeatureProperty> replacementProps,
                           Filter filter,
                           String lockId)
 | 
| Uses of FeatureProperty in org.deegree.io.datastore.sql.transaction | 
|---|
| Method parameters in org.deegree.io.datastore.sql.transaction with type arguments of type FeatureProperty | |
|---|---|
 int | 
UpdateHandler.performUpdate(MappedFeatureType ft,
                           Map<PropertyPath,FeatureProperty> replacementProps,
                           Filter filter)
Performs an update operation against the associated datastore.  | 
 int | 
SQLTransaction.performUpdate(MappedFeatureType mappedFeatureType,
                           Map<PropertyPath,FeatureProperty> replacementProps,
                           Filter filter,
                           String lockId)
Performs an update operation against the datastore.  | 
| Uses of FeatureProperty in org.deegree.io.shpapi | 
|---|
| Methods in org.deegree.io.shpapi that return FeatureProperty | |
|---|---|
 FeatureProperty[] | 
ShapeFile.getFeatureProperties(FeatureCollection fc,
                                         int n)
Copies the feature properties of a feature.  | 
| Uses of FeatureProperty in org.deegree.model.feature | 
|---|
| Classes in org.deegree.model.feature that implement FeatureProperty | |
|---|---|
(package private)  class | 
DefaultFeatureProperty
the interface describes a property entry of a feature.  | 
 class | 
GeneratedValueFeatureProperty
TODO add class documentation here  | 
 class | 
XLinkedFeatureProperty
Feature property instance that does not specify it's content inline, but references a feature instance via an XLink.  | 
| Fields in org.deegree.model.feature declared as FeatureProperty | |
|---|---|
protected  FeatureProperty | 
AbstractFeature.owner
 | 
protected  FeatureProperty[] | 
DefaultFeature.properties
 | 
| Methods in org.deegree.model.feature that return FeatureProperty | |
|---|---|
static FeatureProperty | 
FeatureFactory.createFeatureProperty(QualifiedName name,
                                           Object value)
creates an instance of a FeatureProperty from its name and the data (value) it contains  | 
static FeatureProperty | 
FeatureFactory.createGeneratedValueFeatureProperty(QualifiedName name,
                                                                       ValueGenerator valueGenerator)
creates an instance of a @see FeatureProperty from its name. | 
 FeatureProperty | 
DefaultFeatureCollection.getDefaultProperty(PropertyPath path)
 | 
 FeatureProperty | 
DefaultFeature.getDefaultProperty(PropertyPath path)
Returns the property of the feature identified by the given PropertyPath in their original order.  | 
 FeatureProperty | 
Feature.getDefaultProperty(PropertyPath path)
Returns the property of the feature identified by the given PropertyPath. | 
 FeatureProperty | 
FeatureTupleCollection.getDefaultProperty(PropertyPath path)
 | 
 FeatureProperty | 
DefaultFeature.getDefaultProperty(QualifiedName name)
Returns the first property of the feature with the given name.  | 
 FeatureProperty | 
Feature.getDefaultProperty(QualifiedName name)
Returns the first property of the feature with the given name.  | 
 FeatureProperty | 
AbstractFeatureCollection.getDefaultProperty(QualifiedName name)
returns the default property of a feature collection with the passed name  | 
 FeatureProperty | 
AbstractFeature.getOwner()
 | 
 FeatureProperty | 
Feature.getOwner()
Returns the owner of the feature.  | 
 FeatureProperty[] | 
DefaultFeature.getProperties()
Returns all properties of the feature in their original order.  | 
 FeatureProperty[] | 
Feature.getProperties()
Returns all properties of the feature in their original order.  | 
 FeatureProperty[] | 
AbstractFeatureCollection.getProperties()
returns all properties of a feature collection  | 
 FeatureProperty[] | 
AbstractFeatureCollection.getProperties(int index)
returns the properties of a feature collection at the passed index position  | 
 FeatureProperty[] | 
DefaultFeature.getProperties(QualifiedName name)
Returns the properties of the feature with the given name in their original order.  | 
 FeatureProperty[] | 
Feature.getProperties(QualifiedName name)
Returns the properties of the feature with the given name in their original order.  | 
 FeatureProperty[] | 
AbstractFeatureCollection.getProperties(QualifiedName name)
returns the named properties of a feature collection  | 
 FeatureProperty | 
GMLFeatureDocument.parseProperty(Element propertyElement,
                           FeatureType ft)
Returns the object representation for the given property element.  | 
 FeatureProperty | 
GMLFeatureDocument.parseProperty(Element propertyElement,
                           FeatureType ft,
                           String srsName)
Returns the object representation for the given property element.  | 
| Methods in org.deegree.model.feature with parameters of type FeatureProperty | |
|---|---|
 void | 
DefaultFeatureCollection.addProperty(FeatureProperty property)
 | 
 void | 
DefaultFeature.addProperty(FeatureProperty property)
Adds the given property to the feature's properties.  | 
 void | 
Feature.addProperty(FeatureProperty property)
Adds the given property to the feature's properties.  | 
 void | 
FeatureTupleCollection.addProperty(FeatureProperty property)
 | 
static Feature | 
FeatureFactory.createFeature(String id,
                           FeatureType featureType,
                           FeatureProperty[] properties)
creates an instance of a Feature from its FeatureType and an array of Objects that represents it properties.  | 
 void | 
DefaultFeatureCollection.replaceProperty(FeatureProperty oldProperty,
                               FeatureProperty newProperty)
 | 
 void | 
DefaultFeature.replaceProperty(FeatureProperty oldProperty,
                               FeatureProperty newProperty)
Replaces the given property with a new one.  | 
 void | 
Feature.replaceProperty(FeatureProperty oldProperty,
                               FeatureProperty newProperty)
Replaces the given property with a new one.  | 
 void | 
FeatureTupleCollection.replaceProperty(FeatureProperty oldProperty,
                               FeatureProperty newProperty)
 | 
 void | 
AbstractFeatureCollection.setProperty(FeatureProperty property)
sets a property of a feature collection.  | 
 void | 
DefaultFeatureCollection.setProperty(FeatureProperty property,
                       int index)
 | 
 void | 
DefaultFeature.setProperty(FeatureProperty property,
                       int index)
Sets the value for the given property.  | 
 void | 
Feature.setProperty(FeatureProperty property,
                       int index)
Sets the value for the given property.  | 
 void | 
FeatureTupleCollection.setProperty(FeatureProperty property,
                       int index)
 | 
| Method parameters in org.deegree.model.feature with type arguments of type FeatureProperty | |
|---|---|
static Feature | 
FeatureFactory.createFeature(String id,
                           FeatureType featureType,
                           List<FeatureProperty> properties)
creates an instance of a Feature from its FeatureType and an array of Objects that represents it properties.  | 
| Constructors in org.deegree.model.feature with parameters of type FeatureProperty | |
|---|---|
AbstractFeature(String id,
                               FeatureType featureType,
                               FeatureProperty owner)
 | 
|
DefaultFeature(String id,
                             FeatureType featureType,
                             FeatureProperty[] properties)
Creates a new instance of DefaultFeature from the given parameters. | 
|
DefaultFeature(String id,
                             FeatureType featureType,
                             FeatureProperty[] properties,
                             FeatureProperty owner)
Creates a new instance of DefaultFeature from the given parameters. | 
|
DefaultFeature(String id,
                             FeatureType featureType,
                             FeatureProperty[] properties,
                             FeatureProperty owner)
Creates a new instance of DefaultFeature from the given parameters. | 
|
| Uses of FeatureProperty in org.deegree.ogcwebservices.csw.manager | 
|---|
| Methods in org.deegree.ogcwebservices.csw.manager that return types with arguments of type FeatureProperty | |
|---|---|
 List<FeatureProperty> | 
Update.getRecordProperties()
The  | 
| Constructor parameters in org.deegree.ogcwebservices.csw.manager with type arguments of type FeatureProperty | |
|---|---|
Update(String handle,
             URI typeName,
             Filter constraint,
             Element record,
             List<FeatureProperty> recordProperties)
 | 
|
| Uses of FeatureProperty in org.deegree.ogcwebservices.wfs.operation.transaction | 
|---|
| Methods in org.deegree.ogcwebservices.wfs.operation.transaction that return types with arguments of type FeatureProperty | |
|---|---|
 Map<PropertyPath,FeatureProperty> | 
Update.getReplacementProperties()
Return the properties and their replacement values that are targeted by this update operation.  | 
| Method parameters in org.deegree.ogcwebservices.wfs.operation.transaction with type arguments of type FeatureProperty | |
|---|---|
 void | 
Update.setReplacementProperties(Map<PropertyPath,FeatureProperty> replacementProps)
Setter method for replacement properties  | 
| Constructor parameters in org.deegree.ogcwebservices.wfs.operation.transaction with type arguments of type FeatureProperty | |
|---|---|
Update(String handle,
             QualifiedName typeName,
             Map<PropertyPath,FeatureProperty> replacementProps,
             Filter filter)
Creates a new Update instance. | 
|
Update(String handle,
             QualifiedName typeName,
             Map<PropertyPath,FeatureProperty> replacementProps,
             Map<PropertyPath,Node> rawProps,
             Filter filter)
Deprecated. This method breaks the layering -- it makes the DOM representation available.  | 
|
  | 
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
                    For more information visit: http://www.deegree.org