net.refractions.udig.catalog.ui.export
Class ReprojectingFeatureCollection
java.lang.Object
ProgressFeatureCollection
net.refractions.udig.catalog.ui.export.ReprojectingFeatureCollection
public class ReprojectingFeatureCollection
- extends ProgressFeatureCollection
Reprojects the features that as they are read from the collection. The features are read only so don't try to attempt to
set any values on the features.
- Since:
- 1.1.0
- Author:
- Jesse
Constructor Summary |
ReprojectingFeatureCollection(FeatureCollection delegate,
IProgressMonitor monitor,
FeatureType featureType,
MathTransform mt)
new instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReprojectingFeatureCollection
public ReprojectingFeatureCollection(FeatureCollection delegate,
IProgressMonitor monitor,
FeatureType featureType,
MathTransform mt)
- new instance
- Parameters:
delegate
- the feature collection to transformmonitor
- the monitor to updatefeatureType
- the featureType of the final featureType. Which means that the default geometry attribute
type declares the projection after the transformation.mt
-
openIterator
protected java.util.Iterator openIterator()