org.geotools.data.store
Class ReprojectingIterator
Object
ReprojectingIterator
- All Implemented Interfaces:
- Iterator<SimpleFeature>
public class ReprojectingIterator
- extends Object
- implements Iterator<SimpleFeature>
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReprojectingIterator
public ReprojectingIterator(Iterator<SimpleFeature> delegate,
MathTransform transform,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer)
throws OperationNotFoundException,
FactoryRegistryException,
FactoryException
- Throws:
OperationNotFoundException
FactoryRegistryException
FactoryException
ReprojectingIterator
public ReprojectingIterator(Iterator<SimpleFeature> delegate,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer)
throws OperationNotFoundException,
FactoryRegistryException,
FactoryException
- Throws:
OperationNotFoundException
FactoryRegistryException
FactoryException
getDelegate
public Iterator<SimpleFeature> getDelegate()
remove
public void remove()
- Specified by:
remove
in interface Iterator<SimpleFeature>
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<SimpleFeature>
next
public SimpleFeature next()
- Specified by:
next
in interface Iterator<SimpleFeature>
Copyright © 1996-2014 Geotools. All Rights Reserved.