Uses of Class
com.bbn.openmap.omGraphics.OMArc

Packages that use OMArc
com.bbn.openmap.layer.link Provide classes to handle the link protocol: a layer that displays link data, classes to assist in writing a link server, and methods that read and write in the link protocol format. 
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
 

Uses of OMArc in com.bbn.openmap.layer.link
 

Methods in com.bbn.openmap.layer.link that return OMArc
static OMArc LinkArc.read(java.io.DataInputStream dis)
          Read the arc protocol off the data input, and return an OMArc.
static OMArc LinkArc.read(java.io.DataInputStream dis, LinkProperties propertiesBuffer)
          Read the arc protocol off the data input, and return an OMArc.
 

Methods in com.bbn.openmap.layer.link with parameters of type OMArc
static void LinkArc.write(OMArc arc, Link link, LinkProperties props)
           
 

Uses of OMArc in com.bbn.openmap.omGraphics
 

Subclasses of OMArc in com.bbn.openmap.omGraphics
 class OMCircle
          Graphic object that represents a circle or an ellipse.
 class OMEllipse
          The OMEllipse is a lat/lon ellipse, made up of a center lat/lon point, and some length described for the x and y axis.
 class OMRangeRings
          An object that manages a series of range circles.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details