public interface GeoreferencingSwingManager
GeoreferencingWindowManager
,
JValidationServicePanel
Modifier and Type | Method and Description |
---|---|
JPanel |
createCellSizeWindow(ButtonsPanelListener listener)
Creates a window to change the cell size
|
GeorefControlPanel |
createGeorefControlPanel()
Creates the bar with the buttons to control georeferencing actions
|
SynchronizedViews |
createSyncViews(GeoreferencingView[] views,
IViewRequestManager[] viewMan,
GeorefControlPanel controlPanel,
PagedTable table,
ToolListener listener)
Builds the synchronization between views.
|
GeoreferencingView |
createView(boolean showInfo,
boolean minMaxUL,
boolean rightSideButtons,
ToolListener toolListener)
Creates a view to georeference images
|
GeoreferencingLauncher |
createWindowLauncher(List<String> viewList,
int polynomialDegree)
Creates the entry point panel
|
GeoreferencingOptions |
createWindowOptions(int polynomialDegree,
ButtonsPanelListener listener)
Creates the panel of georeferencing options
|
GeoreferencingView |
createZoom(boolean showInfo,
boolean minMaxUL)
Creates a zoom view
|
GeoreferencingOptionsDataModel |
getDataModel()
Gets the instance of the data model
|
String |
getTranslation(String key)
Returns the translation of a string.
|
String getTranslation(String key)
key
- String to translateGeoreferencingView createView(boolean showInfo, boolean minMaxUL, boolean rightSideButtons, ToolListener toolListener)
w
- h
- showInfo
- minMaxUL
- request
- toolListener
- viewListener
- GeoreferencingView createZoom(boolean showInfo, boolean minMaxUL)
w
- h
- showInfo
- minMaxUL
- request
- SynchronizedViews createSyncViews(GeoreferencingView[] views, IViewRequestManager[] viewMan, GeorefControlPanel controlPanel, PagedTable table, ToolListener listener)
views
- viewMan
- table
- listener
- GeoreferencingLauncher createWindowLauncher(List<String> viewList, int polynomialDegree)
viewList
- polynomialDegree
- listener
- GeoreferencingOptions createWindowOptions(int polynomialDegree, ButtonsPanelListener listener)
polynomialDegree
- listener
- GeoreferencingOptionsDataModel getDataModel()
GeorefControlPanel createGeorefControlPanel()
JPanel createCellSizeWindow(ButtonsPanelListener listener)