|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.coverage.operation.Resampler2D
Resample a grid coverage using a different grid geometry.
Nested Class Summary | |
static class |
Resampler2D.Operation
Deprecated. Replaced by Resample . |
Method Summary | |
static GridCoverage2D |
reproject(GridCoverage2D sourceCoverage,
org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS,
GridGeometry2D targetGG,
javax.media.jai.Interpolation interpolation,
Hints hints)
Deprecated. Creates a new coverage with a different coordinate reference reference system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static GridCoverage2D reproject(GridCoverage2D sourceCoverage, org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS, GridGeometry2D targetGG, javax.media.jai.Interpolation interpolation, Hints hints) throws org.opengis.referencing.FactoryException, org.opengis.referencing.operation.TransformException
sourceCoverage
- The source grid coverage.targetCRS
- Coordinate reference system for the new grid coverage, or .targetGG
- The target grid geometry, or for default.interpolation
- The interpolation to use.hints
- The rendering hints. This is usually provided by GridCoverageProcessor2D
.
This method will looks for Hints.COORDINATE_OPERATION_FACTORY
and Hints.JAI_INSTANCE
keys.
org.opengis.referencing.FactoryException
- is a transformation step can't be created.
org.opengis.referencing.operation.TransformException
- if a transformation failed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |