org.n52.operation.cropmodeling
Class RasterCellCollection

java.lang.Object
  extended by org.n52.operation.cropmodeling.SpatialLocationCellCollection
      extended by org.n52.operation.cropmodeling.RasterCellCollection
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.List

public class RasterCellCollection
extends SpatialLocationCellCollection


Constructor Summary
RasterCellCollection(java.lang.String spatialDataSource)
           
 
Method Summary
 
Methods inherited from class org.n52.operation.cropmodeling.SpatialLocationCellCollection
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Constructor Detail

RasterCellCollection

public RasterCellCollection(java.lang.String spatialDataSource)