public interface Warp
Modifier and Type | Method and Description |
---|---|
int |
getPercent()
Obtiene el porcentaje de proceso que se ha completado
|
void |
setSsrs(String s_srs)
Indica la proyección del dataset origen
|
int |
warpProcess(String t_srs,
String source,
String dest,
String format)
Reproyecta una imagen raster, creando una imagen de salida
|
int warpProcess(String t_srs, String source, String dest, String format) throws WarpException
proj
- EPSG:code o proj4source
- Ruta del fichero fuentedest
- Ruta del fichero destinoformat
- GdalException
WarpException
void setSsrs(String s_srs)
s_srs
- int getPercent()