Package | Description |
---|---|
org.geotools.appschema.filter.expression | |
org.geotools.data.complex.expression | |
org.geotools.filter.expression | |
org.geotools.filter.expression.geojson |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor |
XmlXPathPropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor |
MapPropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints)
Creates a property accessor for a particular class.
|
PropertyAccessor |
FeaturePropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints) |
Modifier and Type | Field and Description |
---|---|
static PropertyAccessor |
SimpleFeaturePropertyAccessorFactory.ATTRIBUTE_ACCESS
Single instance is fine - we are not stateful
|
static PropertyAccessor |
SimpleFeaturePropertyAccessorFactory.DEFAULT_GEOMETRY_ACCESS |
static PropertyAccessor |
SimpleFeaturePropertyAccessorFactory.FID_ACCESS |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor |
PropertyAccessorFactory.createPropertyAccessor(Class<?> type,
String xpath,
Class<?> target,
Hints hints)
Creates a property accessor for a particular class.
|
PropertyAccessor |
DirectPropertyAccessorFactory.createPropertyAccessor(Class type,
String xpath,
Class target,
Hints hints) |
PropertyAccessor |
NullPropertyAccessorFactory.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) |
Modifier and Type | Method and Description |
---|---|
static List<PropertyAccessor> |
PropertyAccessors.findPropertyAccessors(Object object,
String xpath,
Class target,
Hints hints)
Looks up a list of
PropertyAccessor for a particular object. |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor |
JSONNodePropertyAccessorFactory.createPropertyAccessor(Class<?> type,
String xpath,
Class<?> target,
Hints hints) |
Copyright © 1996–2023 Geotools. All rights reserved.