Uses of Interface
org.apache.sis.internal.geoapi.filter.SortProperty
Packages that use SortProperty
Package
Description
Base implementation shared by the main
filter package and the SQLMM extension.Placeholder for GeoAPI 3.1 interfaces (not yet released).
-
Uses of SortProperty in org.apache.sis.internal.filter
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. -
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