org.geotools.filter
Class SortOrder
Object
SortOrder
Deprecated. Please use org.opengis.filter.sort.SortOrder
public final class SortOrder
- extends Object
Captures the SortBy order, ASC or DESC.
- Since:
- GeoTools 2.2, Filter 1.1
- Author:
- Jody Garnett, Refractions Research.
- See Also:
- GeoAPI Filter sort.xsd
- Module:
modules/library/api (gt-api.jar)
Field Summary |
static SortOrder |
ASCENDING
Deprecated. Can now use the geoapi SortOrder directly |
static SortOrder |
DESCENDING
Deprecated. Can now use the geoapi SortOrder directly |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASCENDING
public static final SortOrder ASCENDING
- Deprecated.
- Can now use the geoapi SortOrder directly
DESCENDING
public static final SortOrder DESCENDING
- Deprecated.
- Can now use the geoapi SortOrder directly
SortOrder
public SortOrder()
- Deprecated.
Copyright © 1996-2010 Geotools. All Rights Reserved.