labels = new OMGraphicList();
retList.add(labels);
}
while (entryIt.hasNext() && omgIt.hasNext()) {
Entry entry = (Entry) entryIt.next();
OMGraphic omg = (OMGraphic) omgIt.next();
if (entry.intersects(xmin, ymin, xmax, ymax)) {
// We want to set attributes before the evaluate method is
// called, since there might be special attributes set on the
// omg based on dbf contents.
drawingAttributes.setTo(omg);
omg = spatialIndex.evaluate(omg, labels, proj);