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.Build
DefaultFeatureType
s by inspection of database schemas.Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of SortBy in org.apache.sis.internal.filter
Classes in org.apache.sis.internal.filter that implement SortByModifier and TypeClassDescriptionfinal class
Comparator sorting features using an array ofSortProperty
elements 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. -
Uses of SortBy in org.apache.sis.internal.sql.feature
Fields in org.apache.sis.internal.sql.feature declared as SortByModifier and TypeFieldDescriptionprivate SortBy
<? super AbstractFeature> FeatureStream.sort
TheORDER BY
clauses, ornull
if none.Constructors in org.apache.sis.internal.sql.feature with parameters of type SortByModifierConstructorDescription(package private)
FeatureIterator
(Table table, Connection connection, boolean distinct, String filter, SortBy<? super AbstractFeature> sort, long offset, long count) Creates a new iterator over features. -
Uses of SortBy in org.apache.sis.storage
Fields in org.apache.sis.storage declared as SortByModifier and TypeFieldDescriptionprivate SortBy
<AbstractFeature> FeatureQuery.sortBy
The expressions to use for sorting the feature instances.Methods in org.apache.sis.storage that return SortByModifier and TypeMethodDescription(package private) final SortBy
<AbstractFeature> FeatureQuery.getSortBy()
Returns the expressions to use for sorting the feature instances.Methods in org.apache.sis.storage with parameters of type SortByModifier and TypeMethodDescription(package private) final void
FeatureQuery.setSortBy
(SortBy<AbstractFeature> sortBy) Sets the expressions to use for sorting the feature instances.