org.geotools.filter
Interface SortBy

All Superinterfaces:
org.opengis.filter.sort.SortBy
All Known Subinterfaces:
SortBy2

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

public interface SortBy
extends org.opengis.filter.sort.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 org.opengis.filter.sort.SortBy
NATURAL_ORDER, REVERSE_ORDER
 
Methods inherited from interface org.opengis.filter.sort.SortBy
getPropertyName, getSortOrderType, setPropertyName, setSortOrder
 

Field Detail

UNSORTED

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



Copyright © GeoTools. All Rights Reserved.