Package org.geotools.appschema.filter
Class FilterFactoryImplReportInvalidProperty
- Object
-
- FilterFactoryImpl
-
- FilterFactoryImplReportInvalidProperty
-
- All Implemented Interfaces:
FilterFactory
,Factory
public class FilterFactoryImplReportInvalidProperty extends FilterFactoryImpl
- Author:
- Niels Charlier (Curtin University of Technology)
-
-
Constructor Summary
Constructors Constructor Description FilterFactoryImplReportInvalidProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyName
property(String name)
Retrieves the value of a feature's property.-
Methods inherited from class FilterFactoryImpl
add, after, after, and, and, anyInteracts, anyInteracts, arithmeticOperators, bbox, bbox, bbox, bbox, bbox, bbox, bbox, bbox, bbox, bbox, bbox, bbox, before, before, begins, begins, begunBy, begunBy, between, between, beyond, beyond, beyond, beyond, beyond, capabilities, capabilities, comparisonOperators, contains, contains, contains, contains, crosses, crosses, crosses, crosses, disjoint, disjoint, disjoint, disjoint, divide, during, during, dwithin, dwithin, dwithin, dwithin, endedBy, endedBy, ends, ends, equal, equal, equal, equal, equals, equals, equals, featureId, featureId, function, function, function, function, function, functionName, functionName, functionName, functionName, functionName, functionName, functions, getImplementationHints, gmlObjectId, greater, greater, greater, greaterOrEqual, greaterOrEqual, greaterOrEqual, id, id, idCapabilities, intersects, intersects, intersects, intersects, isNil, isNull, less, less, less, lessOrEqual, lessOrEqual, lessOrEqual, like, like, like, like, literal, literal, literal, literal, literal, literal, literal, literal, literal, meets, meets, metBy, metBy, multiply, nativeFilter, not, notEqual, notEqual, notEqual, operator, or, or, overlappedBy, overlappedBy, overlaps, overlaps, overlaps, overlaps, parameter, property, property, resourceId, resourceId, scalarCapabilities, sort, spatialCapabilities, spatialOperator, spatialOperators, subtract, tcontains, tcontains, temporalCapabilities, temporalOperator, tequals, tequals, touches, touches, touches, touches, toverlaps, toverlaps, within, within, within, within, within
-
-
-
-
Method Detail
-
property
public PropertyName property(String name)
Description copied from interface:FilterFactory
Retrieves the value of a feature's property.- Specified by:
property
in interfaceFilterFactory
- Overrides:
property
in classFilterFactoryImpl
-
-