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.
- Module:
modules/library/api (gt-api.jar)
Field Summary |
static SortBy[] |
UNSORTED
Deprecated. use SortBy.UNSORTED |
Fields inherited from interface SortBy |
NATURAL_ORDER, REVERSE_ORDER |
Methods inherited from interface SortBy |
getPropertyName, getSortOrder |
UNSORTED
static final SortBy[] UNSORTED
- Deprecated. use
SortBy.UNSORTED
Copyright © 1996-2009 Geotools. All Rights Reserved.