|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
org.deegree.portal.standard.gazetteer |
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 java.util.List<PropertyPath> |
StyleUtils.extractRequiredProperties(java.util.List<UserStyle> styles,
double scaleDen)
|
Methods in org.deegree.graphics.sld with parameters of type PropertyPath | |
---|---|
static LineSymbolizer |
StyleFactory.createLineSymbolizer(java.awt.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,
java.lang.String attribute,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
create a textsymbolizer |
static TextSymbolizer |
StyleFactory.createTextSymbolizer(PropertyPath geometryPropertyName,
java.lang.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,
java.util.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,
java.lang.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,
java.lang.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 java.util.Map<MappedPropertyType,java.util.Collection<PropertyPath>> |
PropertyPathResolver.determineFetchProperties(MappedFeatureType ft,
java.lang.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 java.util.Map<MappedPropertyType,java.util.Collection<PropertyPath>> |
PropertyPathResolver.determineFetchProperties(MappedFeatureType ft,
java.lang.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,
java.lang.String alias,
PropertyPath path)
Ensures that the requested property begins with a "feature type step" (this may also be an alias). |
static java.util.List<PropertyPath>[] |
PropertyPathResolver.normalizePropertyPaths(MappedFeatureType[] fts,
java.lang.String[] ftAliases,
PropertyPath[] paths)
Ensures that all requested properties begin with a feature type (or alias) step. |
static PropertyPath[] |
PropertyPathResolver.normalizePropertyPaths(MappedFeatureType ft,
java.lang.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,
java.util.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,
java.util.Map<PropertyPath,FeatureProperty> replacementProps,
Filter filter,
java.lang.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 java.util.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,
java.util.Map<MappedPropertyType,java.util.Collection<PropertyPath>> requestedPropertyMap,
java.util.Map<MappingField,java.lang.Integer> mappingFieldsMap,
java.lang.Object[] resultValues)
Extracts a feature from the values of a result set row. |
int |
SDEUpdateHandler.performUpdate(MappedFeatureType ft,
java.util.Map<PropertyPath,FeatureProperty> properties,
Filter filter)
Performs an update operation against the associated datastore. |
int |
SDETransaction.performUpdate(MappedFeatureType mappedFeatureType,
java.util.Map<PropertyPath,FeatureProperty> replacementProps,
Filter filter,
java.lang.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) java.util.List<PropertyPath> |
SelectManager.augmentedGeometryProps
|
Method parameters in org.deegree.io.datastore.sql with type arguments of type PropertyPath | |
---|---|
protected Feature |
FeatureFetcher.extractFeature(FeatureId fid,
java.util.Map<MappedPropertyType,java.util.Collection<PropertyPath>> requestedPropertyMap,
java.util.Map<SimpleContent,java.lang.Integer> resultPosMap,
java.lang.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,
java.util.Map<PropertyPath,FeatureProperty> replacementProps,
Filter filter,
java.lang.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,
java.util.Map<PropertyPath,FeatureProperty> replacementProps,
Filter filter)
Performs an update operation against the associated datastore. |
int |
SQLTransaction.performUpdate(MappedFeatureType mappedFeatureType,
java.util.Map<PropertyPath,FeatureProperty> replacementProps,
Filter filter,
java.lang.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 java.util.List<PropertyPath> |
WhereBuilder.filterPropertyPaths
|
protected java.util.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 |
FeatureTupleCollection.getDefaultProperty(PropertyPath path)
|
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 . |
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 java.util.List<PropertyPath> |
FilterTools.extractPropertyPaths(Expression expression,
java.util.List<PropertyPath> list)
returns all PropertyPath definitions from the passed Expression |
static java.util.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 java.util.List<PropertyPath> |
FilterTools.extractPropertyPaths(Expression expression,
java.util.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(java.util.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(org.w3c.dom.Element e)
|
static PropertyPath |
OGCDocument.parsePropertyPath(org.w3c.dom.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(org.w3c.dom.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,
java.lang.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 | |
---|---|
java.util.List<PropertyPath> |
Query.getElementNamesAsPropertyPaths()
|
Constructor parameters in org.deegree.ogcwebservices.csw.discovery with type arguments of type PropertyPath | |
---|---|
Query(java.lang.String elementSetName,
java.util.List<QualifiedName> elementSetNameTypeNames,
java.util.Map<java.lang.String,QualifiedName> elementSetNameVariables,
java.util.List<PropertyPath> elementNames,
Filter constraint,
SortProperty[] sortProperties,
java.util.List<QualifiedName> typeNames,
java.util.Map<java.lang.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(org.w3c.dom.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,
java.lang.String handle,
java.lang.String featureVersion,
QualifiedName[] typeNames,
java.lang.String[] aliases,
java.lang.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,
java.lang.String handle,
java.lang.String featureVersion,
QualifiedName[] typeNames,
java.lang.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,
java.lang.String handle,
java.lang.String featureVersion,
QualifiedName[] typeNames,
java.lang.String[] aliases,
java.lang.String srsName,
Filter filter,
GetFeature.RESULT_TYPE resultType,
int maxFeatures,
int startPosition)
Creates a new Query instance. |
|
Query(PropertyPath[] propertyNames,
Function[] functions,
SortProperty[] sortProperties,
java.lang.String handle,
java.lang.String featureVersion,
QualifiedName[] typeNames,
java.lang.String[] aliases,
java.lang.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 | |
---|---|
java.util.Map<PropertyPath,org.w3c.dom.Node> |
Update.getRawProperties()
Deprecated. This method breaks the layering -- it makes the DOM representation available. |
java.util.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 PropertyPath | |
---|---|
void |
Update.setReplacementProperties(java.util.Map<PropertyPath,FeatureProperty> replacementProps)
Setter method for replacement properties |
Constructor parameters in org.deegree.ogcwebservices.wfs.operation.transaction with type arguments of type PropertyPath | |
---|---|
Update(java.lang.String handle,
QualifiedName typeName,
java.util.Map<PropertyPath,FeatureProperty> replacementProps,
Filter filter)
Creates a new Update instance. |
|
Update(java.lang.String handle,
QualifiedName typeName,
java.util.Map<PropertyPath,FeatureProperty> replacementProps,
java.util.Map<PropertyPath,org.w3c.dom.Node> rawProps,
Filter filter)
Deprecated. This method breaks the layering -- it makes the DOM representation available. |
|
Update(java.lang.String handle,
QualifiedName typeName,
java.util.Map<PropertyPath,FeatureProperty> replacementProps,
java.util.Map<PropertyPath,org.w3c.dom.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 java.util.List<PropertyPath> |
GetMapServiceInvoker.findGeoProperties(AbstractLayer layer,
FeatureTypeConstraint[] ftc,
java.util.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 java.util.Map<java.lang.String,java.net.URI> |
GetMapServiceInvoker.extractNameSpaceDef(java.util.List<PropertyPath> pp)
extracts all used namespace definitions from a set of PropertyPath's |
protected java.util.List<PropertyPath> |
GetMapServiceInvoker.findGeoProperties(AbstractLayer layer,
FeatureTypeConstraint[] ftc,
java.util.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. |
Uses of PropertyPath in org.deegree.portal.standard.gazetteer |
---|
Methods in org.deegree.portal.standard.gazetteer that return PropertyPath | |
---|---|
protected PropertyPath |
AbstractGazetteerCommand.createPropertyPath(java.lang.String name)
|
protected PropertyPath[] |
AbstractGazetteerCommand.getResultProperties(java.util.Map<java.lang.String,java.lang.String> properties)
|
protected PropertyPath[] |
LoadBBOXCommand.getResultProperties(java.util.Map<java.lang.String,java.lang.String> properties)
|
|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org