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:ASCENDING
orDESCENDING
.Constructors in org.apache.sis.filter with parameters of type SortOrderModifierConstructorDescription(package private)
DefaultSortProperty
(ValueReference<? super R, ?> property, SortOrder order) Creates a newSortProperty
instance. -
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 SortOrder
Returns 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.