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
DefaultFeatureType
s 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 class
Expression whose value is computed by retrieving the value indicated by the provided path.(package private) class
Expression whose value is computed by retrieving the value indicated by the provided name.private 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 ValueReferenceModifier and TypeFieldDescriptionprivate final ValueReference
<? super R, ?> DefaultSortProperty.property
The 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 newSortProperty
instance. -
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> void
SortByComparator.addAll
(List<SortProperty<R>> properties, Map<ValueReference<? super R, ?>, SortProperty<R>> merged) Adds all elements of theproperties
list into themerged
map. -
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 void
SelectionClause.appendColumnName
(ValueReference<AbstractFeature, ?> ref) Writes the name of a column, or marks the SQL as invalid if the column is not found.