| java.lang.Object org.geotools.data.store.ReprojectingFeatureCollection
ReprojectingFeatureCollection | public class ReprojectingFeatureCollection implements FeatureCollection(Code) | | FeatureCollection decorator that reprojects the default geometry.
author: Justin |
target | CoordinateReferenceSystem target(Code) | | The target coordinate reference system
|
transform | MathTransform transform(Code) | | The transform to the target coordinate reference system
|
ReprojectingFeatureCollection | public ReprojectingFeatureCollection(FeatureCollection delegate, CoordinateReferenceSystem target)(Code) | | |
ReprojectingFeatureCollection | public ReprojectingFeatureCollection(FeatureCollection delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target)(Code) | | |
clear | public void clear()(Code) | | |
getBounds | public ReferencedEnvelope getBounds()(Code) | | This method computes reprojected bounds the hard way, but computing them
feature by feature. This method could be faster if computed the
reprojected bounds by reprojecting the original feature bounds a Shape
object, thus getting the true shape of the reprojected envelope, and then
computing the minimum and maximum coordinates of that new shape. The
result would not a true representation of the new bounds.
See Also: org.geotools.data.FeatureResults.getBounds |
getDefaultGeometry | public Geometry getDefaultGeometry()(Code) | | |
getNumberOfAttributes | public int getNumberOfAttributes()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
purge | public void purge()(Code) | | |
|
|