* comes from project's controller
*/
@Override
public void selectAllTlosWithGeomButOgcsBySectorHandler() throws Exception
{
GfrFrmMainAppOgcEclAbs frm = (GfrFrmMainAppOgcEclAbs) super._app.getFrame();
String strStateOrbitViewSource = frm.getRestorableStateOrbitViewSelect();
if (strStateOrbitViewSource != null)
{
GfrSerializeStateWwdSel.s_write(strStateOrbitViewSource);
}