[OpenMap Users] Recent updates to OM5

From: Don Dietrick <dietrick_at_email.domain.hidden>
Date: Wed Jun 03 2009 - 14:19:45 EDT

I just wanted to let everyone know I made some changes to OMGraphic,
OMGraphicList and OMGeometryList for OpenMap 5, and these might affect
your code.

OMGraphic has been changed into a interface, and a new
OMGraphicAdapter class is available to use as a base class for custom
OMGraphics.

There's a new com.bbn.openmap.omGraphic.OMList class that implements
OMGraphic and List<? extends OMGeometry>. OMGraphicList and
OMGeometryList extend OMList, and return typed values for all of their
List functions. They are also iterable.

So, for those keeping score:

Interfaces: OMGraphic extends OMGeometry

Classes: OMGraphic classes (OMPoint, OMPoly, etc) extend
OMGraphicAdapter extends BasicGeometry

Lists: OMGraphicList, OMGeometryList extend OMList implements
OMGraphic, OMGeometry, List

I figured since the API is changing anyway with this release and makes
the API better, it's time.

BR,

- Don

--
[To unsubscribe to this list send an email to "majdart@bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Wed Jun 3 14:35:16 2009

This archive was generated by hypermail 2.1.8 : Wed Jun 03 2009 - 14:35:16 EDT