org.geotools.filter
Class SortOrder

Object
  extended by 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:

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

Field Detail

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

Constructor Detail

SortOrder

public SortOrder()
Deprecated. 


Copyright © 1996-2009 Geotools. All Rights Reserved.