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

Packages that use LinkMapRequest
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 LinkMapRequest in com.bbn.openmap.layer.link
 

Fields in com.bbn.openmap.layer.link declared as LinkMapRequest
protected  LinkMapRequest Link.mapRequest
          Used to retrieve any potential graphics queries that came in over the link.
 

Methods in com.bbn.openmap.layer.link that return LinkMapRequest
 LinkMapRequest Link.getMapRequest()
          After a readAndParse() has been called on a link, this can be called to retrieve a graphics request, if one was sent.
 

Methods in com.bbn.openmap.layer.link with parameters of type LinkMapRequest
 void TestLinkServer.getRectangle(LinkMapRequest query, Link link)
          An example of how to handle GraphicsLinkQueries.
 void LinkServer.getRectangle(LinkMapRequest query, Link link)
          An example of how to handle GraphicsLinkQueries.
 

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

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



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