Uses of Class
org.geotools.stac.client.SortBy.Direction
-
Packages that use SortBy.Direction Package Description org.geotools.stac.client -
-
Uses of SortBy.Direction in org.geotools.stac.client
Methods in org.geotools.stac.client that return SortBy.Direction Modifier and Type Method Description SortBy.Direction
SortBy. getDirection()
static SortBy.Direction
SortBy.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortBy.Direction[]
SortBy.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.stac.client with parameters of type SortBy.Direction Modifier and Type Method Description void
SortBy. setDirection(SortBy.Direction direction)
Constructors in org.geotools.stac.client with parameters of type SortBy.Direction Constructor Description SortBy(String field, SortBy.Direction direction)
-