|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gvsig.raster.georeferencing.app.georeferencingclient.listener.GeoreferencingProcessActions
public class GeoreferencingProcessActions
Gestor para operaciones con las vistas y zooms 04/02/2008
| Constructor Summary | |
|---|---|
GeoreferencingProcessActions()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoreferencingProcessActions()
| Method Detail |
|---|
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ón
org.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.IProcessActions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||