org.geotools.filter
Class SortOrder

java.lang.Object
  extended by org.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:
GeoAPI Filter 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.  
 
Method Summary
 
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 © 1996-2010 Geotools. All Rights Reserved.