Uses of Interface
org.apache.sis.internal.geoapi.filter.ValueReference
Packages that use ValueReference
Package
Description
Filters features according their properties.
Base implementation shared by the main
filter package and the SQLMM extension.Placeholder for GeoAPI 3.1 interfaces (not yet released).
Build
DefaultFeatureTypes by inspection of database schemas.-
Uses of ValueReference in org.apache.sis.filter
Classes in org.apache.sis.filter that implement ValueReferenceModifier and TypeClassDescription(package private) final classExpression whose value is computed by retrieving the value indicated by the provided path.(package private) classExpression whose value is computed by retrieving the value indicated by the provided name.private static final classAn expression fetching property values asObject.private static final classAn expression fetching property values as an object of specified type.private static classAn expression fetching property values as an object of specified type.Fields in org.apache.sis.filter declared as ValueReferenceModifier and TypeFieldDescriptionprivate final ValueReference<? super R,?> DefaultSortProperty.propertyThe property on which to apply sorting.Methods in org.apache.sis.filter that return ValueReferenceModifier and TypeMethodDescription(package private) static <V> ValueReference<AbstractFeature,V> Creates a new expression retrieving values from a property of the given path.ValueReference<? super R,?> DefaultSortProperty.getValueReference()Returns the property to sort by.Constructors in org.apache.sis.filter with parameters of type ValueReferenceModifierConstructorDescription(package private)DefaultSortProperty(ValueReference<? super R, ?> property, SortOrder order) Creates a newSortPropertyinstance. -
Uses of ValueReference in org.apache.sis.internal.filter
Method parameters in org.apache.sis.internal.filter with type arguments of type ValueReferenceModifier and TypeMethodDescriptionprivate static <R> voidSortByComparator.addAll(List<SortProperty<R>> properties, Map<ValueReference<? super R, ?>, SortProperty<R>> merged) Adds all elements of thepropertieslist into themergedmap. -
Uses of ValueReference in org.apache.sis.internal.geoapi.filter
Methods in org.apache.sis.internal.geoapi.filter that return ValueReference -
Uses of ValueReference in org.apache.sis.internal.sql.feature
Methods in org.apache.sis.internal.sql.feature with parameters of type ValueReferenceModifier and TypeMethodDescription(package private) final voidSelectionClause.appendColumnName(ValueReference<AbstractFeature, ?> ref) Writes the name of a column, or marks the SQL as invalid if the column is not found.