|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortBy | |
---|---|
org.opengis.feature | Representation a features on a map. |
org.opengis.filter | Filters features according their properties. |
org.opengis.filter.sort | An SortBy indicates the ordering requested during a data query. |
Uses of SortBy in org.opengis.feature |
---|
Methods in org.opengis.feature with parameters of type SortBy | |
---|---|
FeatureCollection |
FeatureCollection.sort(SortBy order)
A sorted "view" of this collection in the order indicated. |
Uses of SortBy in org.opengis.filter |
---|
Methods in org.opengis.filter that return SortBy | |
---|---|
SortBy |
FilterFactory.sort(String propertyName,
SortOrder order)
Indicates an property by which contents should be sorted, along with intended order. |
Uses of SortBy in org.opengis.filter.sort |
---|
Fields in org.opengis.filter.sort declared as SortBy | |
---|---|
static SortBy |
SortBy.NATURAL_ORDER
Used to indicate "natural" sorting order, usually according FID (hopefully based on Key attribtues). |
static SortBy |
SortBy.REVERSE_ORDER
Indicate the reverse order, usually assoicated with "Fid". |
static SortBy[] |
SortBy.UNSORTED
Used to indicate lack of a sorting order. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |