deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.ogcbase.PropertyPath

Packages that use PropertyPath
org.deegree.graphics.displayelements   
org.deegree.graphics.sld   
org.deegree.io.datastore   
org.deegree.io.datastore.sde   
org.deegree.io.datastore.sql   
org.deegree.io.datastore.sql.generic   
org.deegree.io.datastore.sql.transaction   
org.deegree.io.datastore.sql.wherebuilder   
org.deegree.model.feature   
org.deegree.model.filterencoding   
org.deegree.ogcbase Provides common classes to deal with an OGC conform service instance. 
org.deegree.ogcwebservices.csw.discovery   
org.deegree.ogcwebservices.wfs Web Feature Service (OGC WFS Version 1.1.0). 
org.deegree.ogcwebservices.wfs.operation   
org.deegree.ogcwebservices.wfs.operation.transaction   
org.deegree.ogcwebservices.wms Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wpvs.configuration   
 

Uses of PropertyPath in org.deegree.graphics.displayelements
 

Methods in org.deegree.graphics.displayelements with parameters of type PropertyPath
 FeatureProperty ScaledFeature.getDefaultProperty(PropertyPath path)
           
 

Uses of PropertyPath in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return PropertyPath
 PropertyPath Geometry.getPropertyPath()
          returns xpath information of the geometry property
 

Methods in org.deegree.graphics.sld that return types with arguments of type PropertyPath
static List<PropertyPath> StyleUtils.extractRequiredProperties(List<UserStyle> styles, double scaleDen)
           
 

Methods in org.deegree.graphics.sld with parameters of type PropertyPath
static LineSymbolizer StyleFactory.createLineSymbolizer(Color color, double width, PropertyPath geometryPropertyName)
          create a LineSymbolizer
static LineSymbolizer StyleFactory.createLineSymbolizer(Stroke stroke, PropertyPath geometryPropertyName)
          create a LineSymbolizer
static LineSymbolizer StyleFactory.createLineSymbolizer(Stroke stroke, PropertyPath geometryPropertyName, double min, double max)
          create a LineSymbolizer
static PointSymbolizer StyleFactory.createPointSymbolizer(Graphic graphic, PropertyPath geometryPropertyName)
          create a point symbolizer
static PointSymbolizer StyleFactory.createPointSymbolizer(Graphic graphic, PropertyPath geometryPropertyName, double min, double max)
          create a point symbolizer
static PolygonSymbolizer StyleFactory.createPolygonSymbolizer(Stroke stroke, Fill fill, PropertyPath geometryPropertyName)
          create a polygon symbolizer
static PolygonSymbolizer StyleFactory.createPolygonSymbolizer(Stroke stroke, Fill fill, PropertyPath geometryPropertyName, double min, double max)
          create a polygon symbolizer
static TextSymbolizer StyleFactory.createTextSymbolizer(PropertyPath geometryPropertyName, String attribute, Font font, LabelPlacement labelPlacement, Halo halo, Fill fill, double min, double max)
          create a textsymbolizer
static TextSymbolizer StyleFactory.createTextSymbolizer(PropertyPath geometryPropertyName, String attribute, LabelPlacement labelPlacement)
          create a textsymbolizer
 

Constructors in org.deegree.graphics.sld with parameters of type PropertyPath
Geometry(PropertyPath propertyPath, Geometry geometry)
           
 

Uses of PropertyPath in org.deegree.io.datastore
 

Methods in org.deegree.io.datastore that return PropertyPath
static PropertyPath[] PropertyPathResolver.determineSubPropertyPaths(MappedFeatureType featureType, Collection<PropertyPath> propertyPaths)
          Determines the sub property paths that are needed to fetch the given property paths for the also given property.
static PropertyPath PropertyPathResolver.normalizePropertyPath(MappedFeatureType ft, String alias, PropertyPath path)
          Ensures that the requested property begins with a "feature type step" (this may also be an alias).
static PropertyPath[] PropertyPathResolver.normalizePropertyPaths(MappedFeatureType ft, String alias, PropertyPath[] paths)
          Ensures that all requested properties begin with a feature type step or an alias.
 

Methods in org.deegree.io.datastore that return types with arguments of type PropertyPath
static Map<MappedPropertyType,Collection<PropertyPath>> PropertyPathResolver.determineFetchProperties(MappedFeatureType ft, String alias, PropertyPath[] requestedPaths)
          Determines the properties of the given feature type that have to be fetched based on the requested property paths.
 

Methods in org.deegree.io.datastore with parameters of type PropertyPath
static Map<MappedPropertyType,Collection<PropertyPath>> PropertyPathResolver.determineFetchProperties(MappedFeatureType ft, String alias, PropertyPath[] requestedPaths)
          Determines the properties of the given feature type that have to be fetched based on the requested property paths.
static PropertyPath PropertyPathResolver.normalizePropertyPath(MappedFeatureType ft, String alias, PropertyPath path)
          Ensures that the requested property begins with a "feature type step" (this may also be an alias).
static List<PropertyPath>[] PropertyPathResolver.normalizePropertyPaths(MappedFeatureType[] fts, String[] ftAliases, PropertyPath[] paths)
          Ensures that all requested properties begin with a feature type (or alias) step.
static PropertyPath[] PropertyPathResolver.normalizePropertyPaths(MappedFeatureType ft, String alias, PropertyPath[] paths)
          Ensures that all requested properties begin with a feature type step or an alias.
 

Method parameters in org.deegree.io.datastore with type arguments of type PropertyPath
static PropertyPath[] PropertyPathResolver.determineSubPropertyPaths(MappedFeatureType featureType, Collection<PropertyPath> propertyPaths)
          Determines the sub property paths that are needed to fetch the given property paths for the also given property.
 int DatastoreTransaction.performUpdate(MappedFeatureType mappedFeatureType, Map<PropertyPath,FeatureProperty> replacementProps, Filter filter, String lockId)
          Performs an update operation against the datastore.
 

Uses of PropertyPath in org.deegree.io.datastore.sde
 

Fields in org.deegree.io.datastore.sde declared as PropertyPath
protected  PropertyPath[] SDEQueryHandler.propertyNames
          requested properties of the feature type
 

Fields in org.deegree.io.datastore.sde with type parameters of type PropertyPath
protected  List<PropertyPath> SDEWhereBuilder.filterPropertyPaths
          The filter property paths
 

Method parameters in org.deegree.io.datastore.sde with type arguments of type PropertyPath
protected  Feature SDEQueryHandler.extractFeature(FeatureId fid, MappedFeatureType featureType, Map<MappedPropertyType,Collection<PropertyPath>> requestedPropertyMap, Map<MappingField,Integer> mappingFieldsMap, Object[] resultValues)
          Extracts a feature from the values of a result set row.
 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 PropertyPath in org.deegree.io.datastore.sql
 

Fields in org.deegree.io.datastore.sql with type parameters of type PropertyPath
(package private)  List<PropertyPath> SelectManager.augmentedGeometryProps
           
 

Method parameters in org.deegree.io.datastore.sql with type arguments of type PropertyPath
protected  Feature FeatureFetcher.extractFeature(FeatureId fid, Map<MappedPropertyType,Collection<PropertyPath>> requestedPropertyMap, Map<SimpleContent,Integer> resultPosMap, Object[] resultValues)
          Extracts a feature from the values of a result set row.
 

Uses of PropertyPath in org.deegree.io.datastore.sql.generic
 

Method parameters in org.deegree.io.datastore.sql.generic with type arguments of type PropertyPath
 int GenericSQLTransaction.performUpdate(MappedFeatureType mappedFeatureType, Map<PropertyPath,FeatureProperty> replacementProps, Filter filter, String lockId)
           
 

Uses of PropertyPath in org.deegree.io.datastore.sql.transaction
 

Method parameters in org.deegree.io.datastore.sql.transaction with type arguments of type PropertyPath
 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 PropertyPath in org.deegree.io.datastore.sql.wherebuilder
 

Fields in org.deegree.io.datastore.sql.wherebuilder with type parameters of type PropertyPath
protected  List<PropertyPath> WhereBuilder.filterPropertyPaths
           
protected  List<PropertyPath> WhereBuilder.sortPropertyPaths
           
 

Methods in org.deegree.io.datastore.sql.wherebuilder with parameters of type PropertyPath
 void QueryTableTree.addFilterProperty(PropertyPath property)
          Tries to insert the given PropertyPath as a filter criterion into the tree.
 void QueryTableTree.addSortProperty(PropertyPath property)
          Tries to insert the given PropertyPath as a sort criterion into the tree.
protected  void WhereBuilder.appendPropertyPathAsSQL(StatementBuffer query, PropertyPath propertyPath)
          Appends an SQL fragment for the given object to the given sql statement.
 PropertyNode QueryTableTree.getPropertyNode(PropertyPath path)
          Returns the property node for the given property path.
 

Uses of PropertyPath in org.deegree.model.feature
 

Methods in org.deegree.model.feature with parameters of type PropertyPath
 FeatureProperty Feature.getDefaultProperty(PropertyPath path)
          Returns the property of the feature identified by the given PropertyPath.
 FeatureProperty DefaultFeature.getDefaultProperty(PropertyPath path)
          Returns the property of the feature identified by the given PropertyPath in their original order.
 FeatureProperty DefaultFeatureCollection.getDefaultProperty(PropertyPath path)
           
 FeatureProperty FeatureTupleCollection.getDefaultProperty(PropertyPath path)
           
 

Uses of PropertyPath in org.deegree.model.filterencoding
 

Methods in org.deegree.model.filterencoding that return PropertyPath
 PropertyPath PropertyName.getValue()
          Returns the PropertyName's value.
 

Methods in org.deegree.model.filterencoding that return types with arguments of type PropertyPath
static List<PropertyPath> FilterTools.extractPropertyPaths(Expression expression, List<PropertyPath> list)
          returns all PropertyPath definitions from the passed Expression
static List<PropertyPath> FilterTools.extractPropertyPaths(Filter filter)
          returns all PropertyPath definitions from the passed Filter
 

Methods in org.deegree.model.filterencoding with parameters of type PropertyPath
 void PropertyName.setValue(PropertyPath value)
           
 

Method parameters in org.deegree.model.filterencoding with type arguments of type PropertyPath
static List<PropertyPath> FilterTools.extractPropertyPaths(Expression expression, List<PropertyPath> list)
          returns all PropertyPath definitions from the passed Expression
 

Constructors in org.deegree.model.filterencoding with parameters of type PropertyPath
PropertyName(PropertyPath value)
          Creates a new instance of PropertyName.
 

Uses of PropertyPath in org.deegree.ogcbase
 

Subclasses of PropertyPath in org.deegree.ogcbase
 class XLinkPropertyPath
          XLinkPropertyPath
 

Methods in org.deegree.ogcbase that return PropertyPath
static PropertyPath PropertyPathFactory.createPropertyPath(List<PropertyPathStep> steps)
          Creates a new PropertyPath instance with the specified steps.
static PropertyPath PropertyPathFactory.createPropertyPath(PropertyPath propertyPath, int fromIndex, int toIndex)
          Creates a new PropertyPath instance that consists of a subset of the steps from the given PropertyPath.
static PropertyPath PropertyPathFactory.createPropertyPath(QualifiedName elementName)
          Creates a new PropertyPath instance that consists of one element step.
 PropertyPath SortProperty.getSortProperty()
          Returns the property that will act as sort criterion.
static PropertyPath OGCDocument.parseExtendedPropertyPath(Element e)
           
static PropertyPath OGCDocument.parsePropertyPath(Text textNode)
          Creates a new instance of PropertyPath from the given text node.
 

Methods in org.deegree.ogcbase with parameters of type PropertyPath
protected static void XMLFactory.appendPropertyPath(Element element, PropertyPath propertyPath)
          Appends the DOM representation of the given PropertyPath as a new text node to the given element (including necessary namespace bindings).
 int PropertyPath.compareTo(PropertyPath that)
          Compares this object with the specified object for order.
static SortProperty SortProperty.create(PropertyPath sortProperty, String sortOrderString)
          Creates a new SortProperty instance.
static PropertyPath PropertyPathFactory.createPropertyPath(PropertyPath propertyPath, int fromIndex, int toIndex)
          Creates a new PropertyPath instance that consists of a subset of the steps from the given PropertyPath.
 

Uses of PropertyPath in org.deegree.ogcwebservices.csw.discovery
 

Methods in org.deegree.ogcwebservices.csw.discovery that return types with arguments of type PropertyPath
 List<PropertyPath> Query.getElementNamesAsPropertyPaths()
           
 

Constructor parameters in org.deegree.ogcwebservices.csw.discovery with type arguments of type PropertyPath
Query(String elementSetName, List<QualifiedName> elementSetNameTypeNames, Map<String,QualifiedName> elementSetNameVariables, List<PropertyPath> elementNames, Filter constraint, SortProperty[] sortProperties, List<QualifiedName> typeNames, Map<String,QualifiedName> typeNameVariables)
           
 

Uses of PropertyPath in org.deegree.ogcwebservices.wfs
 

Methods in org.deegree.ogcwebservices.wfs with parameters of type PropertyPath
protected static void XMLFactory_1_0_0.appendPropertyPath(Element element, PropertyPath propertyPath)
          Appends the DOM representation of the given PropertyPath as a new text node to the given element (including necessary namespace bindings).
 

Uses of PropertyPath in org.deegree.ogcwebservices.wfs.operation
 

Methods in org.deegree.ogcwebservices.wfs.operation that return PropertyPath
 PropertyPath[] Query.getPropertyNames()
          Returns all requested properties.
 

Methods in org.deegree.ogcwebservices.wfs.operation with parameters of type PropertyPath
static Query Query.create(PropertyPath[] propertyNames, Function[] functions, SortProperty[] sortProperties, String handle, String featureVersion, QualifiedName[] typeNames, String[] aliases, String srsName, Filter filter, int maxFeatures, int startPosition, GetFeature.RESULT_TYPE resultType)
          Creates a new Query instance.
static Query Query.create(PropertyPath[] propertyNames, Function[] functions, SortProperty[] sortProperties, String handle, String featureVersion, QualifiedName[] typeNames, String srsName, Filter filter, int maxFeatures, int startPosition, GetFeature.RESULT_TYPE resultType)
          Deprecated. use create(PropertyPath[], Function[], SortProperty[], String, String, QualifiedName[], String[], String, Filter, int, int, RESULT_TYPE) instead
 

Constructors in org.deegree.ogcwebservices.wfs.operation with parameters of type PropertyPath
Query(PropertyPath[] propertyNames, Function[] functions, SortProperty[] sortProperties, String handle, String featureVersion, QualifiedName[] typeNames, String[] aliases, String srsName, Filter filter, GetFeature.RESULT_TYPE resultType, int maxFeatures, int startPosition)
          Creates a new Query instance.
Query(PropertyPath[] propertyNames, Function[] functions, SortProperty[] sortProperties, String handle, String featureVersion, QualifiedName[] typeNames, String[] aliases, String srsName, Filter filter, GetFeature.RESULT_TYPE resultType, int maxFeatures, int startPosition, GetFeatureDocument.BBoxTest test)
           
 

Uses of PropertyPath in org.deegree.ogcwebservices.wfs.operation.transaction
 

Methods in org.deegree.ogcwebservices.wfs.operation.transaction that return types with arguments of type PropertyPath
 Map<PropertyPath,Node> Update.getRawProperties()
          Deprecated. This method breaks the layering -- it makes the DOM representation available.
 Map<PropertyPath,FeatureProperty> Update.getReplacementProperties()
          Return the properties and their replacement values that are targeted by this update operation.
 

Constructor parameters in org.deegree.ogcwebservices.wfs.operation.transaction with type arguments of type PropertyPath
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.
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.
 

Uses of PropertyPath in org.deegree.ogcwebservices.wms
 

Methods in org.deegree.ogcwebservices.wms that return types with arguments of type PropertyPath
protected  List<PropertyPath> GetMapServiceInvoker.findGeoProperties(AbstractLayer layer, FeatureTypeConstraint[] ftc, List<PropertyPath> pp)
          the method accesses the GML schema of the feature types being part of the passed FeatureTypeConstraints and extracts the geometry property definition.
 

Method parameters in org.deegree.ogcwebservices.wms with type arguments of type PropertyPath
protected  Map<String,URI> GetMapServiceInvoker.extractNameSpaceDef(List<PropertyPath> pp)
          extracts all used namespace definitions from a set of PropertyPath's
protected  List<PropertyPath> GetMapServiceInvoker.findGeoProperties(AbstractLayer layer, FeatureTypeConstraint[] ftc, List<PropertyPath> pp)
          the method accesses the GML schema of the feature types being part of the passed FeatureTypeConstraints and extracts the geometry property definition.
 

Uses of PropertyPath in org.deegree.ogcwebservices.wpvs.configuration
 

Methods in org.deegree.ogcwebservices.wpvs.configuration that return PropertyPath
 PropertyPath LocalWFSDataSource.getGeometryProperty()
           
 

Constructors in org.deegree.ogcwebservices.wpvs.configuration with parameters of type PropertyPath
LocalWFSDataSource(QualifiedName name, OWSCapabilities owsCapabilities, Surface validArea, double minScaleDenominator, double maxScaleDenominator, PropertyPath geomProperty, Filter filterCondition, int maxFeatures)
          Creates a new LocalWFSDataSource object from the given parameters.
RemoteWFSDataSource(QualifiedName name, OWSCapabilities owsCapabilities, Surface validArea, double minScaleDenominator, double maxScaleDenominator, PropertyPath geometryProperty, Filter filterCondition, int maxFeatures)
          Creates a new RemoteWFSDataSource object from the given parameters.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org