Package org.geotools.data.store
Class ReprojectingIterator
Object
ReprojectingIterator
- All Implemented Interfaces:
Iterator<SimpleFeature>
-
Constructor Summary
ConstructorsConstructorDescriptionReprojectingIterator
(Iterator<SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) ReprojectingIterator
(Iterator<SimpleFeature> delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
ReprojectingIterator
public ReprojectingIterator(Iterator<SimpleFeature> delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) throws OperationNotFoundException, FactoryRegistryException, FactoryException -
ReprojectingIterator
public ReprojectingIterator(Iterator<SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) throws OperationNotFoundException, FactoryRegistryException, FactoryException
-
-
Method Details
-
getDelegate
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<SimpleFeature>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<SimpleFeature>
-
next
- Specified by:
next
in interfaceIterator<SimpleFeature>
-