ucar.unidata.idv
Class MapViewManager.ProjectionCommand
java.lang.Object
ucar.unidata.ui.Command
ucar.unidata.idv.MapViewManager.ProjectionCommand
- Enclosing class:
- MapViewManager
public static class MapViewManager.ProjectionCommand
- extends Command
Class ProjectionCommand manages changes to the projection
- Version:
- $Revision: 1.382 $
- Author:
- IDV Development Team
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapViewManager.ProjectionCommand
public MapViewManager.ProjectionCommand(MapViewManager viewManager,
String oldName,
MapProjection oldProjection,
String newName,
MapProjection newProjection)
- ctor
- Parameters:
viewManager - The vmoldName - old stateoldProjection - old statenewName - new statenewProjection - new state
redoCommand
public void redoCommand()
- Redo
- Overrides:
redoCommand in class Command
undoCommand
public void undoCommand()
- Undo
- Overrides:
undoCommand in class Command