Uses of Class
com.bbn.openmap.layer.link.LinkLayer

Packages that use LinkLayer
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.layer.link.amp This package contains a Layer that can use the drawing tool to create certain OMGraphic shapes, which in turn are sent to a LinkServer. 
com.bbn.openmap.layer.link.draw   
 

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

Subclasses of LinkLayer in com.bbn.openmap.layer.link
 class BufferedLinkLayer
          The BufferedLinkLayer is a Swing component, and an OpenMap layer, that communicates with a server via the Link protocol.
 

Fields in com.bbn.openmap.layer.link declared as LinkLayer
protected  LinkLayer LinkListener.layer
          The LinkLayer to use to do the work.
 

Constructors in com.bbn.openmap.layer.link with parameters of type LinkLayer
LinkListener(LinkManager linkManager, LinkLayer layer, OMGridGenerator generator)
          Create child thread that will handle the client.
 

Uses of LinkLayer in com.bbn.openmap.layer.link.amp
 

Subclasses of LinkLayer in com.bbn.openmap.layer.link.amp
 class AmpLinkLayer
          The AmpLinkLayer is an extension to the LinkLayer.
 

Uses of LinkLayer in com.bbn.openmap.layer.link.draw
 

Subclasses of LinkLayer in com.bbn.openmap.layer.link.draw
 class DrawLinkLayer
          The DrawLinkLayer is an extension to the LinkLayer.
 



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