Uses of Interface
com.bbn.openmap.util.GraphicList

Packages that use GraphicList
com.bbn.openmap.dataAccess.dted   
com.bbn.openmap.dataAccess.shape This package provides read and write access to ESRI shape files, including the .shp, .dbf and .shx files. 
com.bbn.openmap.examples.beanbox Provides a sample openmap application that uses the openmap beanbox. 
com.bbn.openmap.graphicLoader.scenario The Scenario GraphicLoader PlugIn package is designed to provide support for displaying scripted movement of map objects. 
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.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
 

Uses of GraphicList in com.bbn.openmap.dataAccess.dted
 

Classes in com.bbn.openmap.dataAccess.dted that implement GraphicList
 class OMDTEDGrid
          The OMDTEDGrid is an extended OMGrid with information about the lat/lons of the corners of the grids, so the generators can use OMScalingRasters for precise alignment.
 

Uses of GraphicList in com.bbn.openmap.dataAccess.shape
 

Classes in com.bbn.openmap.dataAccess.shape that implement GraphicList
 class EsriGraphicList
          EsriGraphicList ensures that only supported geometry types are added to its list.
 class EsriPointList
          An EsriGraphicList ensures that only EsriPoints are added to its list.
 class EsriPolygonList
          An EsriGraphicList ensures that only EsriPolygons are added to its list.
 class EsriPolygonMList
          An EsriGraphicList ensures that only EsriPolygonMs are added to its list.
 class EsriPolygonZList
          An EsriGraphicList ensures that only EsriPolygons are added to its list.
 class EsriPolylineList
          An EsriGraphicList ensures that only EsriPolygons are added to its list.
 class EsriPolylineMList
          An EsriGraphicList ensures that only EsriPolygonMs are added to its list.
 class EsriPolylineZList
          An EsriGraphicList ensures that only EsriPolygons are added to its list.
 

Uses of GraphicList in com.bbn.openmap.examples.beanbox
 

Classes in com.bbn.openmap.examples.beanbox that implement GraphicList
 class ContainerGraphic
          A custom graphic class for representing objects of type SimpleBeanContaineras a rectangular box.
 class CustomGraphic
          A custom graphic class for representing SimpleBeanObject beans on the map.
 

Uses of GraphicList in com.bbn.openmap.graphicLoader.scenario
 

Classes in com.bbn.openmap.graphicLoader.scenario that implement GraphicList
 class ScenarioGraphicLoader.ScenarioGraphicList
          An OMGraphicList that knows what a ScenarioGraphic is, and knows when to tell it to draw itself at a particular time, or if it should draw its entire scenario path.
 

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

Classes in com.bbn.openmap.layer.link that implement GraphicList
 class LinkOMGraphicList
          This class extends the OMGraphicList by allowing searches on the AppObject contained by the OMGraphics on the list.
 

Uses of GraphicList in com.bbn.openmap.layer.vpf
 

Classes in com.bbn.openmap.layer.vpf that implement GraphicList
 class FeatureCacheGraphicList
          The FeatureCacheGraphicList is an extended OMGraphicList that knows what types of VPF features it holds.
static class FeatureCacheGraphicList.AREA
           
static class FeatureCacheGraphicList.DEFAULT
           
static class FeatureCacheGraphicList.EDGE
           
static class FeatureCacheGraphicList.POINT
           
static class FeatureCacheGraphicList.TEXT
           
 

Uses of GraphicList in com.bbn.openmap.omGraphics
 

Classes in com.bbn.openmap.omGraphics that implement GraphicList
 class OMAreaList
          This class encapsulates a list of OMGeometries that are connected to form one area.
 class OMGeometryList
          This class encapsulates a List of OMGeometries.
 class OMGraphicHash
          This is an OMGraphicsList cub-class with a Map interface.
 class OMGraphicList
          This class encapsulates a List of OMGraphics.
 class OMGrid
          An OMGrid object is a two-dimensional container object for data.
 



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