// beg private
private void _removeObject_(String strId) throws Exception
{
for (Renderable rndCur : super._lstObject)
{
IGfrHandlerWwdEarthObjectGeoforgeAbs rndCurObject = (IGfrHandlerWwdEarthObjectGeoforgeAbs) rndCur;
String strIdCur = rndCurObject.getIdObjectGeoforgeWwdEarth();
if (strIdCur.compareTo(strId) != 0)
continue;
super.removeRenderable(rndCur);