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

Packages that use Link
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.shape A link server that reads ESRI shape file data. 
 

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

Subclasses of Link in com.bbn.openmap.layer.link
 class ClientLink
          The ClientLink provides the method to close the link down, since it makes that decision.
 

Fields in com.bbn.openmap.layer.link declared as Link
protected  Link LinkServer.link
          The Link to use to talk to the client.
protected  Link LinkGraphicList.link
          Link used for the transmission/reception of graphics.
protected  Link LinkActionList.link
          Link used for the transmission/reception of actions.
 

Methods in com.bbn.openmap.layer.link with parameters of type Link
 void TestLinkServer.getRectangle(LinkMapRequest query, Link link)
          An example of how to handle GraphicsLinkQueries.
 void TestLinkServer.handleGesture(LinkActionRequest glq, Link link)
          An example of how to handle LinkActionRequest.
static void LinkText.write(OMText text, Link link, LinkProperties props)
          Write a text to the link.
 void LinkServer.huh(Link link)
          If a request is not handled, or not understood, reply with this.
 void LinkServer.getRectangle(LinkMapRequest query, Link link)
          An example of how to handle GraphicsLinkQueries.
 void LinkServer.handleGesture(LinkActionRequest lar, Link link)
          An example of how to handle LinkActionRequest.
static void LinkRectangle.write(OMRect rect, Link link, LinkProperties props)
          Write an OMRect to the link.
static void LinkRaster.write(OMRaster raster, Link link, LinkProperties props)
          Write a raster to the link.
 void LinkProperties.write(Link link)
          Write the properties as several strings.
static void LinkPoly.write(OMPoly poly, Link link, LinkProperties props)
          Write a poly to the link.
static void LinkPoint.write(OMPoint point, Link link, LinkProperties props)
          Write an OMPoint to the Link.
static void LinkMapRequest.write(float centerLat, float centerLon, float scale, int height, int width, LinkBoundingPoly[] boundingPolys, LinkProperties props, Link link)
          Write the request to the link.
 java.lang.String LinkMapRequest.read(Link link)
          Read the link to create the request object.
static void LinkLine.write(OMLine line, Link link, LinkProperties props)
          Write an OMLine to the link.
static void LinkGUIRequest.write(java.lang.String[] args, Link link)
           
 java.lang.String LinkGUIRequest.read(Link link)
          Read the link and pull off the gesture, filling in the fields of this object.
static void LinkGrid.write(OMGrid grid, Link link, LinkProperties props)
           
static void LinkGraphic.write(OMGraphic omGraphic, Link link)
           
static void LinkGraphic.write(OMGraphic omGraphic, Link link, LinkProperties props)
           
static void LinkEllipse.write(OMEllipse ellipse, Link link, LinkProperties props)
           
static void LinkCircle.write(OMCircle circle, Link link, LinkProperties props)
           
static void LinkBitmap.write(OMBitmap bitmap, Link link, LinkProperties props)
          Write a bitmap to the link.
static void LinkArc.write(OMArc arc, Link link, LinkProperties props)
           
static void LinkActionRequest.write(int descriptor, java.awt.event.MouseEvent me, float latPoint, float lonPoint, LinkProperties props, Link link)
          Write a MouseEvent on the link to the server.
static void LinkActionRequest.write(int descriptor, java.awt.event.KeyEvent ke, LinkProperties props, Link link)
          Write a KeyEvent on the link to the server.
 java.lang.String LinkActionRequest.read(Link link)
          Read the link and pull off the gesture, filling in the fields of this object.
 

Constructors in com.bbn.openmap.layer.link with parameters of type Link
LinkProperties(Link link)
          Create a LinkProperties, and read it's contents off a link.
LinkMapRequest(Link link)
          The constructor to use when reading the LinkMapRequest off the link.
LinkGUIRequest(Link link)
           
LinkGUIList(Link link)
          Write a gui section to the link.
LinkGraphicList(Link link, LinkProperties properties)
          Write a graphics section to the link.
LinkGraphicList(Link link, LinkOMGraphicList graphicList)
          Read the graphics section off the link.
LinkGraphicList(Link link, LinkOMGraphicList graphicList, Projection proj, OMGridGenerator generator)
          Read the graphics section off the link, if you want the graphics to be projected as they come off the link.
LinkActionRequest(Link link)
           
LinkActionRequest(Link link, int descriptor, java.lang.String sectionEnder)
          Constructor used by a server to let the client know what types of gestures the server can receive.
LinkActionList(Link link, LinkProperties properties)
          Write a gesture response section to the link, from the server side.
LinkActionList(Link link, Layer layer, Projection proj, OMGridGenerator generator)
          Read the gesture section off the link, from the client.
 

Uses of Link in com.bbn.openmap.layer.link.shape
 

Methods in com.bbn.openmap.layer.link.shape with parameters of type Link
 void ShapeLinkServer.getRectangle(LinkMapRequest query, Link link)
           
 



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