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

Packages that use PropertyAccessor
org.geotools.data.complex.filter   
org.geotools.filter.expression   
 

Uses of PropertyAccessor in org.geotools.data.complex.filter
 

Methods in org.geotools.data.complex.filter that return PropertyAccessor
 PropertyAccessor MapPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
          Creates a property accessor for a particular class.
 

Uses of PropertyAccessor in org.geotools.filter.expression
 

Methods in org.geotools.filter.expression that return PropertyAccessor
 PropertyAccessor PropertyAccessorFactory.createPropertyAccessor(Class<?> type, String xpath, Class<?> target, Hints hints)
          Creates a property accessor for a particular class.
 PropertyAccessor XmlXPathPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor FeaturePropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor ThisPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor NullPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor DirectPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
 PropertyAccessor SimpleFeaturePropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints)
           
static PropertyAccessor PropertyAccessors.findPropertyAccessor(Object object, String xpath, Class target, Hints hints)
          Deprecated. Use findPropertyAccessors, returned property accessor might not work
 

Methods in org.geotools.filter.expression that return types with arguments of type PropertyAccessor
static List<PropertyAccessor> PropertyAccessors.findPropertyAccessors(Object object, String xpath, Class target, Hints hints)
          Looks up a list of PropertyAccessor for a particular object.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.