org.geotools.feature.collection
Class OrderedFeatureList

java.lang.Object
  extended byorg.geotools.feature.collection.OrderedFeatureList

public class OrderedFeatureList
extends java.lang.Object

Order is maintained in an in memory index, you have been warned!

In an ideal world (ie when you have time) please consider running a bbox based associated spatial index.

Author:
Jody Garnett, Refractions Research, Inc.

Constructor Summary
OrderedFeatureList(FeatureCollection collection, SortBy order)
           
 
Method Summary
 FeatureList subList(Filter filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderedFeatureList

public OrderedFeatureList(FeatureCollection collection,
                          SortBy order)
Parameters:
order -
Method Detail

subList

public FeatureList subList(Filter filter)


Copyright © GeoTools. All Rights Reserved.