The ASRPDirectoryHandler is the main object a layer would use when
trying to deal with a bunch of ASRP image directories and/or a THF
file that refers to many ASRP image directories.
A minimal implementation of ShapeDecoration, adds members and
accessors for graphic attributes :
length : the decoration length, along the path to decorate
width : the decoration width, normal to the path to decorate
orientation : the decoration is on the left or on the right of
the path
stroke, paint : the stroke and paint to be used
This class provides some utility methods for creating gif encoded
images, using the Acme code available at http://www.acme.com/java/
A copy has been included in the contrib directory.
The AnimationTester is a simple GraphicLoader that lets you toss a
bunch of sprites (circles) up on the map to watch them wiggle, to
get a feel of the paint delay of the map.
ArcCalc - class com.bbn.openmap.omGraphics.util.ArcCalc.
A class that calculates an arc between two points, given the point
coordinates, and an arc measurement that represents, in radians,
the length of the part of the circle that should be represented by
the arc.
Write an arc with a certain radius at a Lat/Lon location, and
allows you to specify units of the radius, as well as the
number of verticies to use to approximate the arc.
Flag used by the layer to indicate that it should be treated as
a background layer, indicating that any cache mechanism
available can enable extra buffering.