net.refractions.udig.core
Class StaticFeatureCollection

java.lang.Object
  extended by AbstractFeatureCollection
      extended by net.refractions.udig.core.StaticFeatureCollection

public class StaticFeatureCollection
extends AbstractFeatureCollection

Converts a java.util.Collection to a FeatureCollection

Since:
1.1.0
Author:
Jesse

Constructor Summary
StaticFeatureCollection(java.util.Collection<Feature> features, FeatureType featureType)
           
 
Method Summary
protected  void closeIterator(java.util.Iterator close)
           
protected  java.util.Iterator openIterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticFeatureCollection

public StaticFeatureCollection(java.util.Collection<Feature> features,
                               FeatureType featureType)
Method Detail

closeIterator

protected void closeIterator(java.util.Iterator close)

openIterator

protected java.util.Iterator openIterator()

size

public int size()