Uses of Class
org.opengis.filter.sort.SortOrder

Packages that use SortOrder
org.opengis.filter Filters features according their properties. 
org.opengis.filter.sort An SortBy indicates the ordering requested during a data query. 
 

Uses of SortOrder in org.opengis.filter
 

Methods in org.opengis.filter with parameters of type SortOrder
 SortBy FilterFactory.sort(String propertyName, SortOrder order)
          Indicates an property by which contents should be sorted, along with intended order.
 

Uses of SortOrder in org.opengis.filter.sort
 

Fields in org.opengis.filter.sort declared as SortOrder
static SortOrder SortOrder.ASCENDING
          Represents acending order.
static SortOrder SortOrder.DESCENDING
          Represents descending order.
 

Methods in org.opengis.filter.sort that return SortOrder
 SortOrder SortBy.getSortOrder()
          The the sort order - one of ASCENDING or DESCENDING.
static SortOrder SortOrder.valueOf(String code)
          Returns the SortOrder that matches the given string, or returns a new one if none match it.
static SortOrder[] SortOrder.values()
          Returns the list of SortOrders.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.