public synchronized OMGraphicList prepare() {
   OMGraphicList list = getList();
   list.generate(getProjection());
   return list;
 }