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

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

Fields in com.bbn.openmap.layer.link declared as LinkGraphicList
protected  LinkGraphicList Link.graphicList
          Used to retrieve any potential graphics responses that came in over the link.
 

Methods in com.bbn.openmap.layer.link that return LinkGraphicList
 LinkGraphicList Link.getGraphicList()
          After a readAndParse() has been called on a link, this can be called to retrieve graphics in an LinkOMGraphicList, if any graphics were sent.
 

Methods in com.bbn.openmap.layer.link with parameters of type LinkGraphicList
 void LinkLayer.handleLinkGraphicList(LinkGraphicList lgl)
           
 

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

Methods in com.bbn.openmap.layer.link.shape with parameters of type LinkGraphicList
protected  void ShapeLinkServer.fetchGraphics(double xmin, double ymin, double xmax, double ymax, LinkGraphicList lgl, LinkProperties properties)
           
 void ESRILinkRecord.writeLinkGraphics(LinkGraphicList lgl, LinkProperties properties)
          Writes the record to the given list.
 void ESRILinkPolygonRecord.writeLinkGraphics(LinkGraphicList lgl, LinkProperties properties)
          Generates OMGraphics and adds them to the given list.
 void ESRILinkPointRecord.writeLinkGraphics(LinkGraphicList lgl, LinkProperties properties)
          Generates OMGraphics and adds them to the given list.
 



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