org.geotools.filter
Interface SortBy

All Superinterfaces:
SortBy
All Known Subinterfaces:
SortBy2

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

public interface SortBy
extends SortBy

Defines the sort order, based on a property and assending/desending.

Since:
GeoTools 2.2, Filter 1.1
Author:
Jody Garnett, Refractions Research, Inc.

Field Summary
static SortBy[] UNSORTED
          Deprecated. use SortBy.UNSORTED
 
Fields inherited from interface SortBy
NATURAL_ORDER, REVERSE_ORDER
 
Method Summary
 
Methods inherited from interface SortBy
getPropertyName, getSortOrder
 

Field Detail

UNSORTED

static final SortBy[] UNSORTED
Deprecated. use SortBy.UNSORTED


Copyright © 1996-2014 Geotools. All Rights Reserved.