| net.refractions.udig.ui.ProgressFeatureCollection net.refractions.udig.catalog.ui.export.ReprojectingFeatureCollection
ReprojectingFeatureCollection | public class ReprojectingFeatureCollection extends ProgressFeatureCollection implements FeatureCollection(Code) | | 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.
author: Jesse since: 1.1.0 |
Constructor Summary | |
public | ReprojectingFeatureCollection(FeatureCollection delegate, IProgressMonitor monitor, FeatureType featureType, MathTransform mt) new instance
Parameters: delegate - the feature collection to transform Parameters: monitor - the monitor to update Parameters: featureType - the featureType of the final featureType. |
ReprojectingFeatureCollection | public ReprojectingFeatureCollection(FeatureCollection delegate, IProgressMonitor monitor, FeatureType featureType, MathTransform mt)(Code) | | new instance
Parameters: delegate - the feature collection to transform Parameters: monitor - the monitor to update Parameters: featureType - the featureType of the final featureType. Which means that the default geometry attribute type declares the projection after the transformation. Parameters: mt - |
Fields inherited from net.refractions.udig.ui.ProgressFeatureCollection | protected FeatureCollection delegate(Code)(Java Doc) protected IProgressMonitor monitor(Code)(Java Doc)
|
|
|