Uses of Class
org.apache.sis.filter.PropertyValue
Packages that use PropertyValue
-
Uses of PropertyValue in org.apache.sis.filter
Subclasses of PropertyValue in org.apache.sis.filterModifier and TypeClassDescriptionprivate static final class
An expression fetching property values asObject
.private static final class
An expression fetching property values as an object of specified type.private static class
An expression fetching property values as an object of specified type.Fields in org.apache.sis.filter declared as PropertyValueModifier and TypeFieldDescriptionprivate final PropertyValue<V>
AssociationValue.accessor
Expression to use for evaluating the property value after the last element of the path.Methods in org.apache.sis.filter that return PropertyValueModifier and TypeMethodDescriptionPropertyValue.AsObject.optimize
(Optimization optimization) If the evaluated property is a link, replaces this expression by a more direct reference to the target property.final PropertyValue<V>
PropertyValue.Converted.optimize
(Optimization optimization) Tries to optimize this expression.abstract PropertyValue<V>
PropertyValue.optimize
(Optimization optimization) If the evaluated property is a link, replaces this expression by a more direct reference to the target property.final <N> PropertyValue<N>
PropertyValue.toValueType
(Class<N> target) Returns an expression that provides values as instances of the specified class.Constructors in org.apache.sis.filter with parameters of type PropertyValueModifierConstructorDescriptionprivate
AssociationValue
(String[] path, PropertyValue<V> accessor) Creates a new expression retrieving values from a property at the given path.(package private)
AssociationValue
(List<String> path, PropertyValue<V> accessor) Creates a new expression retrieving values from a property at the given path.