org.geotools.data.store
Class ReprojectingIterator

java.lang.Object
  extended by org.geotools.data.store.ReprojectingIterator
All Implemented Interfaces:
java.util.Iterator

public class ReprojectingIterator
extends java.lang.Object
implements java.util.Iterator


Constructor Summary
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)
           
ReprojectingIterator(java.util.Iterator delegate, org.opengis.referencing.operation.MathTransform transform, org.opengis.feature.simple.SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
           
 
Method Summary
 java.util.Iterator getDelegate()
           
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.