public class Georeferencing
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_DEGREE |
static boolean |
enableTableEvent |
static int |
UNDEFINED |
static int |
WITH_MAP |
static int |
WITHOUT_MAP |
static int |
ZOOM_RATIO |
| Constructor and Description |
|---|
Georeferencing() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionCanceled(org.gvsig.gui.beans.incrementabletask.IncrementableEvent e) |
void |
actionResumed(org.gvsig.gui.beans.incrementabletask.IncrementableEvent e) |
void |
actionSuspended(org.gvsig.gui.beans.incrementabletask.IncrementableEvent e) |
void |
buildPointListFromDataStoreGCP()
Builds the list of GCP from the list stored in the
DataStore |
void |
buildPointListFromGeoPointListObject(org.gvsig.fmap.dal.coverage.datastruct.GeoPointList geoPointList)
Builds the list of GCP using a
GeoPointList |
void |
createAppControlsListener() |
void |
createPointListListener() |
void |
endLauncherDialog(org.gvsig.raster.georeferencing.swing.model.GeoreferencingOptionsDataModel dataModel)
When the launcher ends this function is called
|
org.gvsig.raster.georeferencing.swing.model.GeoreferencingOptionsDataModel |
getDataModel() |
org.gvsig.fmap.mapcontrol.MapControl |
getFirstMapCtrl()
Gets the Mapcontrol for the first view found.
|
org.gvsig.raster.georeferencing.swing.control.GeorefControlPanel |
getGeorefControlPanel() |
org.gvsig.fmap.mapcontrol.MapControl |
getMapCtrl()
Gets the Mapcontrol for the view selected by the user
|
GeoreferencingProcessActions |
getProcessActions() |
org.gvsig.raster.georeferencing.swing.view.SynchronizedViews |
getSyncViews() |
TableWrapper |
getTableWrapper()
Gets the wrapper for the table of GCPs
|
org.gvsig.raster.georeferencing.swing.view.GeoreferencingView |
getViewMap()
Builds the map view
|
org.gvsig.raster.georeferencing.swing.view.GeoreferencingView |
getViewRaster()
Builds the raster view
|
org.gvsig.raster.georeferencing.swing.view.GeoreferencingView |
getZoomMap()
Builds the zoom for the map view
|
ViewMapRequestManager |
getZoomMapRequestManager() |
org.gvsig.raster.georeferencing.swing.view.GeoreferencingView |
getZoomRaster()
Builds the zoom for the raster view
|
ViewRasterRequestManager |
getZoomRasterRequestManager() |
void |
initialize() |
public static int DEFAULT_DEGREE
public static boolean enableTableEvent
public static final int UNDEFINED
public static final int WITH_MAP
public static final int WITHOUT_MAP
public static int ZOOM_RATIO
public void actionCanceled(org.gvsig.gui.beans.incrementabletask.IncrementableEvent e)
public void actionResumed(org.gvsig.gui.beans.incrementabletask.IncrementableEvent e)
public void actionSuspended(org.gvsig.gui.beans.incrementabletask.IncrementableEvent e)
public void buildPointListFromDataStoreGCP()
DataStorepublic void buildPointListFromGeoPointListObject(org.gvsig.fmap.dal.coverage.datastruct.GeoPointList geoPointList)
GeoPointListgeoPointList - public void createAppControlsListener()
public void createPointListListener()
public void endLauncherDialog(org.gvsig.raster.georeferencing.swing.model.GeoreferencingOptionsDataModel dataModel)
dataModel - public org.gvsig.raster.georeferencing.swing.model.GeoreferencingOptionsDataModel getDataModel()
public org.gvsig.fmap.mapcontrol.MapControl getFirstMapCtrl()
public org.gvsig.raster.georeferencing.swing.control.GeorefControlPanel getGeorefControlPanel()
public org.gvsig.fmap.mapcontrol.MapControl getMapCtrl()
public GeoreferencingProcessActions getProcessActions()
public org.gvsig.raster.georeferencing.swing.view.SynchronizedViews getSyncViews()
public TableWrapper getTableWrapper()
public org.gvsig.raster.georeferencing.swing.view.GeoreferencingView getViewMap()
public org.gvsig.raster.georeferencing.swing.view.GeoreferencingView getViewRaster()
public org.gvsig.raster.georeferencing.swing.view.GeoreferencingView getZoomMap()
public ViewMapRequestManager getZoomMapRequestManager()
public org.gvsig.raster.georeferencing.swing.view.GeoreferencingView getZoomRaster()
public ViewRasterRequestManager getZoomRasterRequestManager()
public void initialize()
Copyright © 2013-2015 gvSIG Association. All Rights Reserved.