public class ReprojectingIterator extends Object implements Iterator<SimpleFeature>
Constructor and Description |
---|
ReprojectingIterator(Iterator<SimpleFeature> delegate,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer) |
ReprojectingIterator(Iterator<SimpleFeature> delegate,
MathTransform transform,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer) |
Modifier and Type | Method and Description |
---|---|
Iterator<SimpleFeature> |
getDelegate() |
boolean |
hasNext() |
SimpleFeature |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ReprojectingIterator(Iterator<SimpleFeature> delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) throws OperationNotFoundException, FactoryRegistryException, FactoryException
public ReprojectingIterator(Iterator<SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer) throws OperationNotFoundException, FactoryRegistryException, FactoryException
public Iterator<SimpleFeature> getDelegate()
public void remove()
remove
in interface Iterator<SimpleFeature>
public boolean hasNext()
hasNext
in interface Iterator<SimpleFeature>
public SimpleFeature next()
next
in interface Iterator<SimpleFeature>
Copyright © 1996–2019 Geotools. All rights reserved.