|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gvsig.raster.georeferencing.app.georeferencingclient.Georeferencing
public class Georeferencing
Main class to georeferencing raster images. This class initialized all windows and layers. The actions to carry out are:
| Field Summary | |
|---|---|
static int |
DEFAULT_DEGREE
|
static boolean |
enableTableEvent
|
static int |
UNDEFINED
|
static int |
WITH_MAP
|
static int |
WITHOUT_MAP
|
static int |
ZOOM_RATIO
|
| Constructor Summary | |
|---|---|
Georeferencing()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public Georeferencing()
| Method Detail |
|---|
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()
DataStore
public void buildPointListFromGeoPointListObject(org.gvsig.fmap.dal.coverage.datastruct.GeoPointList geoPointList)
GeoPointList
geoPointList - 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||