List<Position> lstPosition = new ArrayList<Position>();
Position pos = GfrWrpBasSynObjNameTloEclPnt.getInstance().getGeometry(strId);
lstPosition.add(pos);
super.setLocations(lstPosition);
super._ann_ = new GfrScreenAnnotationDimTloOnePointCirclePnt(lstShouldRedraw, strId);
GfrMdlDatIdObjTloEclPnt.getInstance().addObserver((Observer) this);
}