|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DirectPropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints)
|
PropertyAccessor |
SimpleFeaturePropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints)
|
PropertyAccessor |
ThisPropertyAccessorFactory.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |