Uses of Class
com.bbn.openmap.omGraphics.OMList

Packages that use OMList
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.gui.time   
com.bbn.openmap.layer.beanbox Provides a sample openmap application that uses the openmap beanbox. 
com.bbn.openmap.layer.dted Provides a layer that displays DTED (Digital Terrain Elevation Data) data. 
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.rpf Provides a layer that displays RPF (Raster Product Format) data. 
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. 
com.bbn.openmap.omGraphics.time   
 

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

Subclasses of OMList in com.bbn.openmap.dataAccess.dted
 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 OMList in com.bbn.openmap.dataAccess.shape
 

Subclasses of OMList in com.bbn.openmap.dataAccess.shape
 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 OMList in com.bbn.openmap.gui.time
 

Subclasses of OMList in com.bbn.openmap.gui.time
static class TimelineLayer.CurrentTimeMarker
           
static class TimelineLayer.PlayFilter
           
static class TimelineLayer.TimeHashMarks
           
static class TimelineLayer.TimeHashMarks.Days
           
static class TimelineLayer.TimeHashMarks.Hours
           
static class TimelineLayer.TimeHashMarks.Minutes
           
static class TimelineLayer.TimeHashMarks.Seconds
           
static class TimelineLayer.TimeHashMarks.Years
           
 

Uses of OMList in com.bbn.openmap.layer.beanbox
 

Subclasses of OMList in com.bbn.openmap.layer.beanbox
 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 OMList in com.bbn.openmap.layer.dted
 

Subclasses of OMList in com.bbn.openmap.layer.dted
 class DTEDCoverageManager
          A DTEDCoverageManager knows how to look at DTED data and figure out what coverage is available.
 

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

Subclasses of OMList in com.bbn.openmap.layer.link
 class LinkOMGraphicList
          This class extends the OMGraphicList by allowing searches on the AppObject contained by the OMGraphics on the list.
 

Uses of OMList in com.bbn.openmap.layer.rpf
 

Subclasses of OMList in com.bbn.openmap.layer.rpf
 class RpfCoverage
          This is a tool that provides coverage information on the Rpf data.
static class RpfCoverage.RpfCoverageControl
           
 

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

Subclasses of OMList in com.bbn.openmap.layer.vpf
 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 OMList in com.bbn.openmap.omGraphics
 

Subclasses of OMList in com.bbn.openmap.omGraphics
 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 sub-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.
 

Methods in com.bbn.openmap.omGraphics that return OMList
abstract  OMList<T> OMList.create()
           
 OMList<OMGraphic> OMGraphicList.create()
           
 OMList<OMGeometry> OMGeometryList.create()
           
 OMList<T> OMList.findAll(int x, int y, float limit)
          Find all of the OMGraphics on this list that are located within the pixel limit of the x, y pixel location.
 OMList<T> OMList.findAll(int x, int y, float limit, boolean resetSelect, OMList<T> addTo)
          Find all of the OMGraphics on this list that are located within the pixel limit of the x, y pixel location.
 

Methods in com.bbn.openmap.omGraphics with parameters of type OMList
 OMList<T> OMList.findAll(int x, int y, float limit, boolean resetSelect, OMList<T> addTo)
          Find all of the OMGraphics on this list that are located within the pixel limit of the x, y pixel location.
protected  boolean OMList.findAllTest(int x, int y, float limit, boolean resetSelect, OMList<T> addTo, OMGeometry geometry, OMList.OMDist<T> omd)
          Test to find out if an OMGraphic is located within the pixel limit of the x, y pixel location.
 

Uses of OMList in com.bbn.openmap.omGraphics.time
 

Subclasses of OMList in com.bbn.openmap.omGraphics.time
 class TemporalOMGraphicList
          A TemporalOMGeometryList object contains OMGeometries that change over time.
 



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