Uses of Interface
org.apache.sis.internal.geoapi.filter.SortProperty
Packages that use SortProperty
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).
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of SortProperty in org.apache.sis.filter
Classes in org.apache.sis.filter that implement SortPropertyModifier and TypeClassDescription(package private) final classDefines a sort order based on a property and ascending/descending order. -
Uses of SortProperty in org.apache.sis.internal.filter
Fields in org.apache.sis.internal.filter declared as SortPropertyModifier and TypeFieldDescriptionprivate final SortProperty<R>[]SortByComparator.propertiesThe sort order specified to the constructor.Methods in org.apache.sis.internal.filter that return types with arguments of type SortPropertyModifier and TypeMethodDescriptionSortByComparator.getSortProperties()Returns the properties whose values are used for sorting.Methods in org.apache.sis.internal.filter with parameters of type SortPropertyModifier and TypeMethodDescriptionstatic <R> SortByComparator<R>SortByComparator.create(SortProperty<R>[] properties) Creates a new comparator for the given sort expressions.Method parameters in org.apache.sis.internal.filter with type arguments of type SortPropertyModifier and TypeMethodDescriptionprivate static <R> voidSortByComparator.addAll(List<SortProperty<R>> properties, Map<ValueReference<? super R, ?>, SortProperty<R>> merged) Adds all elements of thepropertieslist into themergedmap.private static <R> voidSortByComparator.addAll(List<SortProperty<R>> properties, Map<ValueReference<? super R, ?>, SortProperty<R>> merged) Adds all elements of thepropertieslist into themergedmap.Constructors in org.apache.sis.internal.filter with parameters of type SortPropertyModifierConstructorDescriptionprivateCreates a new comparator for the given sort expression.Constructor parameters in org.apache.sis.internal.filter with type arguments of type SortPropertyModifierConstructorDescriptionprivateSortByComparator(Map<?, SortProperty<R>> merged) Creates a new comparator with the values of given map. -
Uses of SortProperty in org.apache.sis.internal.geoapi.filter
Methods in org.apache.sis.internal.geoapi.filter that return types with arguments of type SortProperty -
Uses of SortProperty in org.apache.sis.storage
Methods in org.apache.sis.storage with parameters of type SortPropertyModifier and TypeMethodDescription(package private) final voidFeatureQuery.setSortBy(SortProperty<AbstractFeature>... properties) Sets the expressions to use for sorting the feature instances.