107108109110111112113114115116
boolean bln = GfrWrpObjSttSngSelTlo.getInstance().isEnabled(strId); if (bln) return obj; GfrRlrObjTloAbs lyr = (GfrRlrObjTloAbs) obj; lyr.setEnabled(false); return obj; }
8990919293949596979899100101102
for (Layer lyrCur: llt) { if (! (lyrCur instanceof GfrRlrObjTloRndSngSurfaceSectorSct)) continue; GfrRlrObjTloAbs rlrCur = (GfrRlrObjTloAbs) lyrCur; llt.remove(rlrCur); rlrCur.removeAllRenderables(); rlrCur.destroy(); blnGotIt = true; } if (! blnGotIt) return;
134135136137138139140141142143144145146147148
return null; } // ---- GfrRlrObjTloAbs lyr = new GfrRlrObjTloRndSngSurfaceSectorSct( (PropertyChangeListener) this, strId); if (! lyr.init()) { String str = "! lyr.init()"; GfrSetRlrTopMainSctsAbs._LOGGER_.severe(str); throw new Exception(str); }