public class GeoreferencingProcessActions
extends java.lang.Object
implements org.gvsig.raster.algorithm.process.IProcessActions
| Constructor and Description |
|---|
GeoreferencingProcessActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestRasterLayer(org.gvsig.fmap.dal.coverage.store.RasterDataStore store,
int algorithm,
int method,
int order,
java.lang.String file,
double cellsizeX,
double cellsizeY,
org.gvsig.raster.georeferencing.lib.impl.GeoTransformDataResult result)
Añade una capa en la vista del mapa para previsualizar el resultado
|
void |
end(java.lang.Object param)
Cuando termina el proceso de georreferenciación carga la capa en la
vista con cartografía de referencia si esta existe.
|
org.gvsig.raster.fmap.layers.FLyrRaster |
getLastTestLayer()
Obtiene la última capa procesada con los puntos de control
|
void |
interrupted() |
void |
removeTestRasterLayer()
Elimina la capa de test de la vista de mapa
|
void |
setViewMapRequest(ViewMapRequestManager vMap) |
void |
updateProgress(int current,
int total) |
public void addTestRasterLayer(org.gvsig.fmap.dal.coverage.store.RasterDataStore store,
int algorithm,
int method,
int order,
java.lang.String file,
double cellsizeX,
double cellsizeY,
org.gvsig.raster.georeferencing.lib.impl.GeoTransformDataResult result)
throws org.gvsig.fmap.mapcontext.exceptions.LoadLayerException
lyr - algorithm - Algoritmo con el que se realiza la transformaciónorg.gvsig.fmap.mapcontext.exceptions.LoadLayerExceptionpublic void end(java.lang.Object param)
end in interface org.gvsig.raster.algorithm.process.IProcessActionspublic org.gvsig.raster.fmap.layers.FLyrRaster getLastTestLayer()
public void interrupted()
interrupted in interface org.gvsig.raster.algorithm.process.IProcessActionspublic void removeTestRasterLayer()
org.gvsig.raster.georeferencing.swing.exception.InvalidRequestExceptionpublic void setViewMapRequest(ViewMapRequestManager vMap)
public void updateProgress(int current,
int total)
updateProgress in interface org.gvsig.raster.algorithm.process.IProcessActionsCopyright © 2013-2015 gvSIG Association. All Rights Reserved.