Uses of Interface
org.geotools.filter.expression.PropertyAccessor
Packages that use PropertyAccessor
Package
Description
Generic GeoTools DataStore abstractions for tiled vector data sources.
-
Uses of PropertyAccessor in org.geotools.appschema.filter.expression
Methods in org.geotools.appschema.filter.expression that return PropertyAccessorModifier and TypeMethodDescriptionXmlXPathPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints) -
Uses of PropertyAccessor in org.geotools.data.complex.expression
Methods in org.geotools.data.complex.expression that return PropertyAccessorModifier and TypeMethodDescriptionFeaturePropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints) 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
Fields in org.geotools.filter.expression declared as PropertyAccessorModifier and TypeFieldDescriptionstatic final PropertyAccessorSimpleFeaturePropertyAccessorFactory.ATTRIBUTE_ACCESSSingle instance is fine - we are not statefulstatic final PropertyAccessorSimpleFeaturePropertyAccessorFactory.DEFAULT_GEOMETRY_ACCESSstatic final PropertyAccessorSimpleFeaturePropertyAccessorFactory.FID_ACCESSMethods in org.geotools.filter.expression that return PropertyAccessorModifier and TypeMethodDescriptionDirectPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints) NullPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints) PropertyAccessorFactory.createPropertyAccessor(Class<?> type, String xpath, Class<?> target, Hints hints) Creates a property accessor for a particular class.SimpleFeaturePropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints) ThisPropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints) Methods in org.geotools.filter.expression that return types with arguments of type PropertyAccessorModifier and TypeMethodDescriptionstatic List<PropertyAccessor>PropertyAccessors.findPropertyAccessors(Object object, String xpath, Class target, Hints hints) Looks up a list ofPropertyAccessorfor a particular object. -
Uses of PropertyAccessor in org.geotools.filter.expression.geojson
Methods in org.geotools.filter.expression.geojson that return PropertyAccessorModifier and TypeMethodDescriptionJSONNodePropertyAccessorFactory.createPropertyAccessor(Class<?> type, String xpath, Class<?> target, Hints hints) -
Uses of PropertyAccessor in org.geotools.vectortiles.store
Fields in org.geotools.vectortiles.store declared as PropertyAccessorModifier and TypeFieldDescriptionstatic final PropertyAccessorRelaxedSimpleFeaturePropertyAccessorFactory.ATTRIBUTE_ACCESSSingle instance is fine - we are not statefulMethods in org.geotools.vectortiles.store that return PropertyAccessorModifier and TypeMethodDescriptionRelaxedSimpleFeaturePropertyAccessorFactory.createPropertyAccessor(Class type, String xpath, Class target, Hints hints) VectorTilesFeaturePropertyAccessorFactory.createPropertyAccessor(Class<?> type, String xpath, Class<?> target, Hints hints) Returns aPropertyAccessorthat can handleVectorTile.Layer.Feature, and is used to pre-filter vector tiles features before converting them toSimpleFeature.