Uses of Interface
org.apache.sis.internal.geoapi.filter.SortBy
Packages that use SortBy
Package
Description
Base implementation shared by the main
filter package and the SQLMM extension.-
Uses of SortBy in org.apache.sis.internal.filter
Classes in org.apache.sis.internal.filter that implement SortByModifier and TypeClassDescriptionfinal classComparator sorting features using an array ofSortPropertyelements applied in order.Methods in org.apache.sis.internal.filter that return SortByModifier and TypeMethodDescriptionstatic <R> SortBy<? super R> SortByComparator.concatenate(SortBy<? super R> sort, Comparator<? super R> comparator) Creates a new comparator as the concatenation of the two given comparators.static <R> SortBy<R> SortByComparator.concatenate(SortBy<R> s1, SortBy<R> s2) Creates a new comparator as the concatenation of the two given comparators.Methods in org.apache.sis.internal.filter with parameters of type SortByModifier and TypeMethodDescriptionstatic <R> SortBy<? super R> SortByComparator.concatenate(SortBy<? super R> sort, Comparator<? super R> comparator) Creates a new comparator as the concatenation of the two given comparators.static <R> SortBy<R> SortByComparator.concatenate(SortBy<R> s1, SortBy<R> s2) Creates a new comparator as the concatenation of the two given comparators.