Uses of Interface
org.geotools.filter.SortBy

Packages that use SortBy
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported.  
org.geotools.data.store   
org.geotools.feature   
org.geotools.feature.collection Helper classes for implementing FeatureCollections.  
org.geotools.filter   
 

Uses of SortBy in org.geotools.data
 

Methods in org.geotools.data that return SortBy
 SortBy[] DefaultQuery.getSortBy()
          Retrive list of SortBy information.
 SortBy[] Query.getSortBy()
          SortBy results according to indicated property and order.
 

Uses of SortBy in org.geotools.data.store
 

Methods in org.geotools.data.store with parameters of type SortBy
 FeatureList DataFeatureCollection.sort(SortBy order)
          Construct a sorted view of this content.
 

Uses of SortBy in org.geotools.feature
 

Methods in org.geotools.feature with parameters of type SortBy
 FeatureList DefaultFeatureCollection.sort(SortBy order)
          Construct a sorted view of this content.
 FeatureList FeatureCollection.sort(SortBy order)
          collection.subCollection( myFilter ).sort( {"foo","bar"} ); collection.subCollection( myFilter ).sort( "bar" ).sort("foo")
 

Uses of SortBy in org.geotools.feature.collection
 

Methods in org.geotools.feature.collection with parameters of type SortBy
 FeatureList AbstractFeatureList.sort(SortBy order)
           
 FeatureList AbstractFeatureCollection.sort(SortBy order)
           
 FeatureList SubFeatureList.sort(SortBy order)
           
 FeatureList SubFeatureCollection.sort(SortBy order)
           
 

Constructors in org.geotools.feature.collection with parameters of type SortBy
SubFeatureList(FeatureCollection list, SortBy sort)
           
SubFeatureList(FeatureCollection list, Filter filter, SortBy subSort)
          Create a simple SubFeatureList with the provided filter.
 

Uses of SortBy in org.geotools.filter
 

Subinterfaces of SortBy in org.geotools.filter
 interface SortBy2
          GeoTools allows for more pervase use of Expression then is strictly supported by the specification.
 

Fields in org.geotools.filter declared as SortBy
static SortBy[] SortBy.UNSORTED
          Deprecated. use SortBy.UNSORTED
 



Copyright © GeoTools. All Rights Reserved.