Package | Description |
---|---|
org.geotools.filter | |
org.opengis.filter |
Filters features according their properties.
|
org.opengis.filter.sort |
An SortBy indicates the ordering requested during a data query.
|
Modifier and Type | Method and Description |
---|---|
SortOrder |
SortByImpl.getSortOrder() |
Modifier and Type | Method and Description |
---|---|
void |
SortByImpl.setSortOrder(SortOrder sortOrder) |
SortBy |
FilterFactoryImpl.sort(String propertyName,
SortOrder order) |
Constructor and Description |
---|
SortByImpl(PropertyName propertyName,
SortOrder sortOrder) |
Modifier and Type | Method and Description |
---|---|
SortBy |
FilterFactory.sort(String propertyName,
SortOrder order)
Indicates an property by which contents should be sorted, along with intended order.
|
Modifier and Type | Field and Description |
---|---|
static SortOrder |
SortOrder.ASCENDING
Represents acending order.
|
static SortOrder |
SortOrder.DESCENDING
Represents descending order.
|
Modifier and Type | Method and Description |
---|---|
SortOrder[] |
SortOrder.family()
Returns the list of enumerations of the same kind than this enum.
|
SortOrder |
SortBy.getSortOrder()
The the sort order - one of
ASCENDING or DESCENDING . |
static SortOrder |
SortOrder.valueOf(String code)
Returns the sort order that matches the given string, or returns a new one if none match it.
|
static SortOrder[] |
SortOrder.values()
Returns the list of
SortOrder s. |
Copyright © 1996–2022 Geotools. All rights reserved.