Uses of Interface
org.geotools.filter.expression.PropertyAccessor

Packages that use PropertyAccessor
org.geotools.filter.expression   
org.geotools.xml Package supporting XML parsing with a focus on GML. 
 

Uses of PropertyAccessor in org.geotools.filter.expression
 

Methods in org.geotools.filter.expression that return PropertyAccessor
 PropertyAccessor ThisPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor SimpleFeaturePropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor DirectPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor PropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
          Creates a property accessor for a particular class.
static PropertyAccessor PropertyAccessors.findPropertyAccessor(Object object, String xpath, Class target, Hints hints)
          Looks up a PropertyAccessor for a particular object.
 

Uses of PropertyAccessor in org.geotools.xml
 

Methods in org.geotools.xml that return PropertyAccessor
 PropertyAccessor XPathPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.