// to the last rings interval
// dbfList = getDbfList("RangeRings(" +
// omRR.getIntervalUnits().toString() + ")less than",
// omRR.getInterval() * (i + 1), lineColor, fillColor);
DrawingAttributes da = new DrawingAttributes();
da.setFrom(omRR);
da.setTo(circleList);
return circleList;
}