}
@Override
public void moveObjectsWwdEarthHandler(String strIdViewerSource) throws Exception
{
GfrDlgCmdCancelMovObjsWwdEarthAbs dlg = new GfrDlgCmdCancelMovObjsWwdEarthSecGsi(strIdViewerSource);
if (!dlg.init())
{
String str = "! dlg.init()";
GfrAcrSpcAppPrsPrjRunOgcEclGsi._LOGGER_.severe(str);
throw new Exception(str);
}
dlg.setVisible(true);
}