org.geotools.filter
Class SortOrder

java.lang.Object
  extended byorg.geotools.filter.SortOrder

Deprecated. Please use org.opengis.filter.sort.SortOrder

public final class SortOrder
extends java.lang.Object

Captures the SortBy order, ASC or DESC.

Since:
GeoTools 2.2, Filter 1.1
Author:
Jody Garnett, Refractions Research.
See Also:
http://schemas.opengis.net/filter/1.1.0/sort.xsd

Field Summary
static org.opengis.filter.sort.SortOrder ASCENDING
          Deprecated. Can now use the geoapi SortOrder directly
static org.opengis.filter.sort.SortOrder DESCENDING
          Deprecated. Can now use the geoapi SortOrder directly
 
Constructor Summary
SortOrder()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASCENDING

public static final org.opengis.filter.sort.SortOrder ASCENDING
Deprecated. 
Can now use the geoapi SortOrder directly


DESCENDING

public static final org.opengis.filter.sort.SortOrder DESCENDING
Deprecated. 
Can now use the geoapi SortOrder directly

Constructor Detail

SortOrder

public SortOrder()
Deprecated. 


Copyright © GeoTools. All Rights Reserved.