Uses of Interface
org.opengis.filter.expression.PropertyName

Packages that use PropertyName
org.opengis.filter Filters features according their properties. 
org.opengis.filter.expression An expression is a combination of one or more elements that evaluate to single Object value. 
org.opengis.filter.sort An SortBy indicates the ordering requested during a data query. 
 

Uses of PropertyName in org.opengis.filter
 

Methods in org.opengis.filter that return PropertyName
 PropertyName FilterFactory2.property(Name name)
          Retrieves the value of a feature's property.
 PropertyName FilterFactory.property(String name)
          Retrieves the value of a feature's property.
 

Uses of PropertyName in org.opengis.filter.expression
 

Methods in org.opengis.filter.expression with parameters of type PropertyName
 Object ExpressionVisitor.visit(PropertyName expression, Object extraData)
           
 

Uses of PropertyName in org.opengis.filter.sort
 

Methods in org.opengis.filter.sort that return PropertyName
 PropertyName SortBy.getPropertyName()
          Indicate property to sort by, specification is limited to PropertyName.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.