|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.tools.crs.georeferencing.application.ApplicationState
public class ApplicationState
Constructor Summary | |
---|---|
ApplicationState()
|
Method Summary | |
---|---|
AbstractTransformation |
determineTransformationType(AbstractTransformation.TransformationType type)
Determines the transformationMethod by means of the type. |
void |
initFootprintScene(String filePath)
Initializes the footprint scene. |
void |
initGeoReferencingScene()
Initializes the georeferenced scene. |
void |
removeAllFromMappedPoints()
Removes everything after a complete deletion of the points. |
void |
removeFromMappedPoints(int[] tableRows)
Removes sample points in panels and the table. |
void |
reset()
Resets the focus of the panels and the startPanel. |
void |
setValues()
Sets values to the JTableModel. |
void |
updateDrawingPanels()
Updates the panels that are responsible for drawing the georeferenced points so that the once clicked points are drawn into the right position. |
void |
updateResiduals(AbstractTransformation.TransformationType type)
Updates the model of the table to show the residuals of the already stored mappedPoints. |
void |
updateResidualsWithLastAbstractPoint()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean start
public boolean isControlDown
public boolean isInitGeoref
public boolean isInitFoot
public boolean referencing
public boolean previewing
public boolean referencingLeft
public boolean zoomIn
public boolean zoomOut
public boolean pan
public Scene2DValues sceneValues
public PointTableFrame tablePanel
public ParameterStore store
public GeoReferencedMouseModel mouseGeoRef
public FootprintMouseModel mouseFootprint
public javax.vecmath.Point2d changePoint
public List<Triple<Point4Values,Point4Values,PointResidual>> mappedPoints
public ControllerModel conModel
public NavigationPanel optionNavPanel
public SettingsPanel optionSettPanel
public OptionDialog optionDialog
public OpenWMS wmsStartDialog
public WMSParameterChooser wmsParameter
public GenericSettingsPanel optionSettingPanel
public CheckboxListTransformation checkBoxListTransform
public CheckBoxListModel modelTransformation
public RowColumn rc
public String chosenFile
public ICRS sourceCRS
public ICRS targetCRS
public Footprint footPrint
public OpenGLEventHandler glHandler
public MapController mapController
public MapService service
Constructor Detail |
---|
public ApplicationState()
Method Detail |
---|
public void removeFromMappedPoints(int[] tableRows)
tableRows
- that should be removed, could be null
public void initGeoReferencingScene()
public void initFootprintScene(String filePath)
public void updateResidualsWithLastAbstractPoint()
public void updateResiduals(AbstractTransformation.TransformationType type)
type
- public void removeAllFromMappedPoints()
public void reset()
public AbstractTransformation determineTransformationType(AbstractTransformation.TransformationType type) throws UnknownCRSException
type
- of the transformationMethod, not null
.
UnknownCRSException
public void updateDrawingPanels()
public void setValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |