org.geotools.data.store
Class ReprojectingIterator

Object
  extended by ReprojectingIterator
All Implemented Interfaces:
Iterator

public class ReprojectingIterator
extends Object
implements Iterator


Constructor Summary
ReprojectingIterator(Iterator delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
           
ReprojectingIterator(Iterator delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
           
 
Method Summary
 Iterator getDelegate()
           
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReprojectingIterator

public ReprojectingIterator(Iterator delegate,
                            MathTransform transform,
                            SimpleFeatureType schema,
                            GeometryCoordinateSequenceTransformer transformer)
                     throws OperationNotFoundException,
                            FactoryRegistryException,
                            FactoryException
Throws:
OperationNotFoundException
FactoryRegistryException
FactoryException

ReprojectingIterator

public ReprojectingIterator(Iterator delegate,
                            CoordinateReferenceSystem source,
                            CoordinateReferenceSystem target,
                            SimpleFeatureType schema,
                            GeometryCoordinateSequenceTransformer transformer)
                     throws OperationNotFoundException,
                            FactoryRegistryException,
                            FactoryException
Throws:
OperationNotFoundException
FactoryRegistryException
FactoryException
Method Detail

getDelegate

public Iterator getDelegate()

remove

public void remove()
Specified by:
remove in interface Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator


Copyright © 1996-2009 Geotools. All Rights Reserved.