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