org.gvsig.raster.georeferencing.app.georeferencingclient.listener
Class GeoreferencingProcessActions

java.lang.Object
  extended by org.gvsig.raster.georeferencing.app.georeferencingclient.listener.GeoreferencingProcessActions
All Implemented Interfaces:
org.gvsig.raster.algorithm.process.IProcessActions

public class GeoreferencingProcessActions
extends java.lang.Object
implements org.gvsig.raster.algorithm.process.IProcessActions

Gestor para operaciones con las vistas y zooms 04/02/2008

Author:
Nacho Brodin nachobrodin@gmail.com

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

GeoreferencingProcessActions

public GeoreferencingProcessActions()
Method Detail

addTestRasterLayer

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
Añade una capa en la vista del mapa para previsualizar el resultado

Parameters:
lyr -
algorithm - Algoritmo con el que se realiza la transformación
Throws:
org.gvsig.fmap.mapcontext.exceptions.LoadLayerException

end

public 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.

Specified by:
end in interface org.gvsig.raster.algorithm.process.IProcessActions

getLastTestLayer

public org.gvsig.raster.fmap.layers.FLyrRaster getLastTestLayer()
Obtiene la última capa procesada con los puntos de control

Returns:
FLyrRaterSE

interrupted

public void interrupted()
Specified by:
interrupted in interface org.gvsig.raster.algorithm.process.IProcessActions

removeTestRasterLayer

public void removeTestRasterLayer()
Elimina la capa de test de la vista de mapa

Throws:
org.gvsig.raster.georeferencing.swing.exception.InvalidRequestException

setViewMapRequest

public void setViewMapRequest(ViewMapRequestManager vMap)

updateProgress

public void updateProgress(int current,
                           int total)
Specified by:
updateProgress in interface org.gvsig.raster.algorithm.process.IProcessActions


Copyright © 2013-2014 gvSIG Association. All Rights Reserved.