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

Packages that use SortOrder
org.geotools.filter   
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.geotools.filter
 

Fields in org.geotools.filter declared as SortOrder
static SortOrder SortOrder.ASCENDING
          Deprecated. Can now use the geoapi SortOrder directly
static SortOrder SortOrder.DESCENDING
          Deprecated. Can now use the geoapi SortOrder directly
 

Methods in org.geotools.filter that return SortOrder
 SortOrder SortByImpl.getSortOrder()
           
 

Methods in org.geotools.filter with parameters of type SortOrder
 void SortByImpl.setSortOrder(SortOrder sortOrder)
           
 SortBy FilterFactoryImpl.sort(String propertyName, SortOrder order)
           
 

Constructors in org.geotools.filter with parameters of type SortOrder
SortByImpl(PropertyName propertyName, SortOrder sortOrder)
           
 

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[] SortOrder.family()
          Returns the list of enumerations of the same kind than this enum.
 SortOrder SortBy.getSortOrder()
          The the sort order - one of ASCENDING or DESCENDING.
static SortOrder SortOrder.valueOf(String code)
          Returns the sort order that matches the given string, or returns a new one if none match it.
static SortOrder[] SortOrder.values()
          Returns the list of SortOrders.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.