org.geotools.data.store
Class ReprojectingIterator
Object
ReprojectingIterator
- All Implemented Interfaces:
- Iterator
public class ReprojectingIterator
- extends Object
- implements Iterator
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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-2010 Geotools. All Rights Reserved.