public class Reproject
extends java.lang.Object
| Constructor and Description |
|---|
Reproject(RasterDataStore store,
java.lang.String pathDest,
int inter,
DataProcess process)
Constructor de la clase.
|
| Modifier and Type | Method and Description |
|---|---|
int |
warp(IProjection destinationSrs,
IProjection sourceSrs,
int w,
int h,
double cellSize)
Método para la transformación del raster.
|
public Reproject(RasterDataStore store, java.lang.String pathDest, int inter, DataProcess process)
store - lyr - pathDest - Ruta de destinointer - process - public int warp(IProjection destinationSrs, IProjection sourceSrs, int w, int h, double cellSize) throws ReprojectException
destinationSrs - Proyección destinosourceSrs - w - h - cellSize - ReprojectException