Uses of Enum
org.apache.sis.internal.geoapi.filter.SortOrder
Packages that use SortOrder
Package
Description
Filters features according their properties.
Placeholder for GeoAPI 3.1 interfaces (not yet released).
-
Uses of SortOrder in org.apache.sis.filter
Methods in org.apache.sis.filter that return SortOrderModifier and TypeMethodDescriptionDefaultSortProperty.getSortOrder()Returns the sort order:ASCENDINGorDESCENDING.Constructors in org.apache.sis.filter with parameters of type SortOrderModifierConstructorDescription(package private)DefaultSortProperty(ValueReference<? super R, ?> property, SortOrder order) Creates a newSortPropertyinstance. -
Uses of SortOrder in org.apache.sis.internal.geoapi.filter
Methods in org.apache.sis.internal.geoapi.filter that return SortOrderModifier and TypeMethodDescriptionSortProperty.getSortOrder()static SortOrderReturns the enum constant of this type with the specified name.static SortOrder[]SortOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.