Package | Description |
---|---|
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.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 |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
ContainerGraphic
A custom graphic class for representing objects of type
SimpleBeanContainer as a
rectangular box. |
class |
CustomGraphic
A custom graphic class for representing SimpleBeanObject beans on
the map.
|
Modifier and Type | Class and Description |
---|---|
class |
DTEDCoverageManager
A DTEDCoverageManager knows how to look at DTED data and figure out what
coverage is available.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkOMGraphicList
This class extends the OMGraphicList by allowing searches on the
AppObject contained by the OMGraphics on the list.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TemporalOMGraphicList
A TemporalOMGeometryList object contains OMGeometries that change over time.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details