* generate(Projection) on all the OMGraphics in the init() method below
* as you create them. This will prevent the
* OMGraphicList.generate(Projection) call from making an addional loop
* through all of the OMGraphics before they are returned.
*/
list.generate(getProjection());
return list;
}
/**