public OMGraphicList getRectangle(Projection p) {
OMGraphicList list = getEsriGraphicList();
proj = p;
if (list != null) {
list.generate(p);
// Setting the list up so that if anything is "selected",
// it will also be drawn on top of all the other
// OMGraphics. This maintains order while also making any
// line edge changes more prominent.