Package | Description |
---|---|
com.bbn.openmap.dataAccess.asrp | |
com.bbn.openmap.dataAccess.dted | |
com.bbn.openmap.dataAccess.image | |
com.bbn.openmap.dataAccess.mapTile | |
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.dataAccess.shape.input |
This package provides InputStreams for .shp, .dbf and .shx files that
make up the ESRI Shape file format.
|
com.bbn.openmap.dataAccess.shape.output |
This package provides OutputStreams for .shp, .dbf and .shx files that
make up the ESRI Shape file format.
|
com.bbn.openmap.event |
Provides the various event object and listener interfaces for using
the MapBean.
|
com.bbn.openmap.geo |
Package that contains classes to do calculations in lat/lon space.
|
com.bbn.openmap.graphicLoader |
The GraphicLoader package is designed to provide support for
components that need to drive changes in OMGraphics over a map.
|
com.bbn.openmap.graphicLoader.netmap |
The netmap plugin package provides the capability to receive output
from a NetMap server.
|
com.bbn.openmap.gui |
This package contains the main OpenMap Swing GUI components.
|
com.bbn.openmap.gui.event | |
com.bbn.openmap.gui.time | |
com.bbn.openmap.layer |
Contains OpenMap layers that read and display a variety of data
formats, and a few that create their own data for display.
|
com.bbn.openmap.layer.asrp | |
com.bbn.openmap.layer.beanbox |
Provides a sample openmap application that uses the openmap beanbox.
|
com.bbn.openmap.layer.daynight |
Provides an OpenMap layer that displays day/night shading.
|
com.bbn.openmap.layer.dted |
Provides a layer that displays DTED (Digital Terrain Elevation Data) data.
|
com.bbn.openmap.layer.e00 |
This package contains a Layer that displays e00 data.
|
com.bbn.openmap.layer.editor |
This package provides the infrastructure to create layers that
provide a Tool interface that controls their content.
|
com.bbn.openmap.layer.etopo |
Provides a layer that displays ETOPO data.
|
com.bbn.openmap.layer.event | |
com.bbn.openmap.layer.imageTile | |
com.bbn.openmap.layer.learn | |
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.amp |
This package contains a Layer that can use the drawing tool to create
certain OMGraphic shapes, which in turn are sent to a LinkServer.
|
com.bbn.openmap.layer.location |
Provides a layer that can display location data - data that represents
a location with a graphic and a name.
|
com.bbn.openmap.layer.location.csv |
Provides a LocationHandler that can retrieve data from CSV
(comma-separated values) files.
|
com.bbn.openmap.layer.location.db |
Provides a LocationHandler that can retrieve data through JDBC.
|
com.bbn.openmap.layer.mif |
This package contains a Layer that displays MapInfo data (.mif files).
|
com.bbn.openmap.layer.mysql | |
com.bbn.openmap.layer.nexrad |
Provides an OpenMap Layer that display Nexrad rainfall data.
|
com.bbn.openmap.layer.plotLayer |
Provide a demo layer for displaying non-geographic data over a map.
|
com.bbn.openmap.layer.policy |
Contains policy objects that affect the behavior of
OMGraphicHandlerLayers.
|
com.bbn.openmap.layer.rpf |
Provides a layer that displays RPF (Raster Product Format) data.
|
com.bbn.openmap.layer.shape |
Provides an OpenMap layer for dealing with shape files.
|
com.bbn.openmap.layer.shape.areas |
Provides an extension to the ShapeLayer that deals with attributes files
for shapefiles.
|
com.bbn.openmap.layer.terrain |
This package contains the TerrainLayer, which lets you run LOS and
path elevation profile queries over the map.
|
com.bbn.openmap.layer.test |
Provides a test layer for OpenMap.
|
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.editable |
Provides classes to implement editable graphics.
|
com.bbn.openmap.omGraphics.event |
Provides classes for event notification of OMGraphic changes.
|
com.bbn.openmap.omGraphics.geom |
This package contains the basic foundation classes for OMGraphics,
classes that describe the geometry of OMGraphics without any
reference to rendering attributes.
|
com.bbn.openmap.omGraphics.grid |
Provides a number of generator classes for OMGrid data.
|
com.bbn.openmap.omGraphics.labeled |
Provides a simple extension to the OMGraphics, where a text string can
be attached to a graphic object.
|
com.bbn.openmap.omGraphics.meteo | |
com.bbn.openmap.omGraphics.time | |
com.bbn.openmap.omGraphics.util |
This package contains simple utility classes used specifically for OMGraphics.
|
com.bbn.openmap.plugin |
Provides support for writing OpenMap PlugIns.
|
com.bbn.openmap.plugin.earthImage |
This package contains a plugin that can read in an image, assumed to
be in the Mercator projection and covering the entire Earth, and warp
it to any OpenMap projection.
|
com.bbn.openmap.plugin.esri |
A PlugIn package that handles ESRI shape files.
|
com.bbn.openmap.plugin.graphicLoader |
The GraphicLoader PlugIn package is designed to provide support for
GraphicLoaders, which in turn are objects that need to drive changes in
OMGraphics over a map.
|
com.bbn.openmap.tools.drawing |
Provides classes to implement a drawing tool.
|
com.bbn.openmap.tools.icon |
The icon package is intended to provide the capability to create or
fetch icons.
|
com.bbn.openmap.tools.roads |
Provides classes to determine routes given a set of roads and
intersections.
|
com.bbn.openmap.tools.symbology.milStd2525 |
This package provides a way to create MIL-STD-2525B compliant symbols.
|
com.bbn.openmap.util |
Provide miscellaneous utility classes for OpenMap.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMRect
Graphic type that lets you draw four-sided polygons that have corners that
share coordinates or window points.
|
OMScalingRaster
This is an extension to OMRaster that automatically scales itelf to match the
current projection.
|
Class and Description |
---|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMGrid
An OMGrid object is a two-dimensional container object for data.
|
OMList
This class encapsulates a List of OMGraphics.
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
Class and Description |
---|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
OMRasterObject
The OMRasterObject is the parent class for OMRaster and OMBitmap objects.
|
OMScalingRaster
This is an extension to OMRaster that automatically scales itelf to match the
current projection.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
EditableOMGraphic
The EditableOMGraphic is a shell that controls actions to edit or create a graphic.
|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMRect
Graphic type that lets you draw four-sided polygons that have corners that
share coordinates or window points.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMAbstractLine
The abstract base class of OMPoly and OMLine.
|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMCircle
Graphic object that represents a circle or an ellipse.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMLine
Graphic object that represents a simple line.
|
OMList
This class encapsulates a List of OMGraphics.
|
OMPoint
A OMPoint is used to mark a specific point.
|
OMPoly
Graphic object that represents a polygon or polyline
(multi-line-segment-object).
|
OMRangeRings
An object that manages a series of range circles.
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
OMRasterObject
The OMRasterObject is the parent class for OMRaster and OMBitmap objects.
|
OMRect
Graphic type that lets you draw four-sided polygons that have corners that
share coordinates or window points.
|
OMScalingIcon
This is an extension to OMScalingRaster that scales an icon.
|
OMScalingRaster
This is an extension to OMRaster that automatically scales itelf to match the
current projection.
|
OMText
The OMText graphic type lets you put text on the screen.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMCircle
Graphic object that represents a circle or an ellipse.
|
OMPoint
A OMPoint is used to mark a specific point.
|
OMText
The OMText graphic type lets you put text on the screen.
|
Class and Description |
---|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
Class and Description |
---|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicHandler
This interface describes an object that manages OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMPoint
A OMPoint is used to mark a specific point.
|
OMPoly
Graphic object that represents a polygon or polyline
(multi-line-segment-object).
|
Class and Description |
---|
OMAbstractLine
The abstract base class of OMPoly and OMLine.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMLine
Graphic object that represents a simple line.
|
OMPoint
A OMPoint is used to mark a specific point.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
Class and Description |
---|
OMAbstractLine
The abstract base class of OMPoly and OMLine.
|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMLine
Graphic object that represents a simple line.
|
OMList
This class encapsulates a List of OMGraphics.
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
OMRect
Graphic type that lets you draw four-sided polygons that have corners that
share coordinates or window points.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
FilterSupport
This class provides support for implementing the OMGraphicHandler
interface.
|
GraphicAttributes
The GraphicAttributes provides an extension to DrawingAttributes by
provideing a mechanism for loading and managing different graphic attributes
that may be used, such as line type (LINETYPE_STRAIGHT, LINETYPE_GREATCIRCLE,
LINETYPE_RHUMB, or LINETYPE_UNKNOWN), or render type (RENDERTYPE_XY,
RENDERTYPE_LATLON, RENDERTYPE_OFFSET, or RENDERTYPE_UNKNOWN).
|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMText
The OMText graphic type lets you put text on the screen.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
GraphicAttributes
The GraphicAttributes provides an extension to DrawingAttributes by
provideing a mechanism for loading and managing different graphic attributes
that may be used, such as line type (LINETYPE_STRAIGHT, LINETYPE_GREATCIRCLE,
LINETYPE_RHUMB, or LINETYPE_UNKNOWN), or render type (RENDERTYPE_XY,
RENDERTYPE_LATLON, RENDERTYPE_OFFSET, or RENDERTYPE_UNKNOWN).
|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
Class and Description |
---|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMWarpingImage
An OMGraphic that wraps an ImageWarp object to display the resulting
OMRaster, in any projection.
|
Class and Description |
---|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMArc
Graphic object that represents an arc.
|
OMBitmap
The OMBitmap lets you create a two color image.
|
OMCircle
Graphic object that represents a circle or an ellipse.
|
OMEllipse
The OMEllipse is a lat/lon ellipse, made up of a center lat/lon point, and
some length described for the x and y axis.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMGrid
An OMGrid object is a two-dimensional container object for data.
|
OMLine
Graphic object that represents a simple line.
|
OMList
This class encapsulates a List of OMGraphics.
|
OMPoint
A OMPoint is used to mark a specific point.
|
OMPoly
Graphic object that represents a polygon or polyline
(multi-line-segment-object).
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
OMRect
Graphic type that lets you draw four-sided polygons that have corners that
share coordinates or window points.
|
OMText
The OMText graphic type lets you put text on the screen.
|
Class and Description |
---|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMLine
Graphic object that represents a simple line.
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
OMText
The OMText graphic type lets you put text on the screen.
|
Class and Description |
---|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMPoint
A OMPoint is used to mark a specific point.
|
OMText
The OMText graphic type lets you put text on the screen.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
Class and Description |
---|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGeometryList
This class encapsulates a List of OMGeometries.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGeometryList
This class encapsulates a List of OMGeometries.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMPoly
Graphic object that represents a polygon or polyline
(multi-line-segment-object).
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMCircle
Graphic object that represents a circle or an ellipse.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMLine
Graphic object that represents a simple line.
|
OMPoly
Graphic object that represents a polygon or polyline
(multi-line-segment-object).
|
OMRect
Graphic type that lets you draw four-sided polygons that have corners that
share coordinates or window points.
|
OMText
The OMText graphic type lets you put text on the screen.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMList
This class encapsulates a List of OMGraphics.
|
OMPoint
A OMPoint is used to mark a specific point.
|
OMPoly
Graphic object that represents a polygon or polyline
(multi-line-segment-object).
|
OMText
The OMText graphic type lets you put text on the screen.
|
Class and Description |
---|
BasicStrokeEditorMenu |
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
DrawingAttributes.Builder
Builders are usually for immutable objects, but it seems kinda handy to
have one for this class, to eliminate lines of code.
|
EditableOMAbstractLine
The EditableOMAbstractLine encompasses an OMAbstractLine, providing
a mechanism for adding an arrowhead menu in the line editor menu.
|
EditableOMCircle
The EditableOMCircle encompasses an OMCircle, providing methods for modifying
or creating it.
|
EditableOMGraphic
The EditableOMGraphic is a shell that controls actions to edit or create a graphic.
|
EditableOMGraphic.OMGraphicUndoEvent
Generic undo event for basic OMGraphics.
|
EditableOMPoly
The EditableOMPoly encompasses an OMPoly, providing methods for modifying or
creating it.
|
EditableOMRangeRings |
EditableOMSpline
EditableOMSpline.
|
FontSizer
Helper class to OMText object that resizes font when scale changes.
|
GrabPoint
A GrabPoint is used by editable graphics to show a location that can be
adjusted.
|
GraphicAttributes
The GraphicAttributes provides an extension to DrawingAttributes by
provideing a mechanism for loading and managing different graphic attributes
that may be used, such as line type (LINETYPE_STRAIGHT, LINETYPE_GREATCIRCLE,
LINETYPE_RHUMB, or LINETYPE_UNKNOWN), or render type (RENDERTYPE_XY,
RENDERTYPE_LATLON, RENDERTYPE_OFFSET, or RENDERTYPE_UNKNOWN).
|
HorizontalGrabPoint
A GrabPoint that can only move in the horizontal direction.
|
NatCubicSpline
A natural cubic spline calculation.
|
OffsetGrabPoint
An OffsetGrabPoint is one that manages other grab points.
|
OffsetGrabPoint.Offset
A wrapper class of the internal GrabPoints.
|
OMAbstractLine
The abstract base class of OMPoly and OMLine.
|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMArc
Graphic object that represents an arc.
|
OMArrowHead
Basic implementation of arrowhead graphics.
|
OMCircle
Graphic object that represents a circle or an ellipse.
|
OMDistance
OMGraphic object that represents a polyline, labeled with distances.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGeometryList
This class encapsulates a List of OMGeometries.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicHandler
This interface describes an object that manages OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMLabeler
An OMLabeler is used by OMGraphics to handle their labels.
|
OMLine
Graphic object that represents a simple line.
|
OMList
This class encapsulates a List of OMGraphics.
|
OMList.OMDist
RetVal for closest object/distance calculations.
|
OMPoint
A OMPoint is used to mark a specific point.
|
OMPoly
Graphic object that represents a polygon or polyline
(multi-line-segment-object).
|
OMRangeRings
An object that manages a series of range circles.
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
OMRasterObject
The OMRasterObject is the parent class for OMRaster and OMBitmap objects.
|
OMRect
Graphic type that lets you draw four-sided polygons that have corners that
share coordinates or window points.
|
OMScalingIcon
This is an extension to OMScalingRaster that scales an icon.
|
OMScalingRaster
This is an extension to OMRaster that automatically scales itelf to match the
current projection.
|
OMSpline
A splined OMPoly.
|
OMText
The OMText graphic type lets you put text on the screen.
|
SinkGraphic
This graphic is a Sink.
|
VerticalGrabPoint
A GrabPoint that can only move in the vertical direction.
|
Class and Description |
---|
EditableOMCircle
The EditableOMCircle encompasses an OMCircle, providing methods for modifying
or creating it.
|
EditableOMGraphic
The EditableOMGraphic is a shell that controls actions to edit or create a graphic.
|
EditableOMGraphicList
An EditableOMGraphic list encapsulates an OMGraphicList to move the
editable ones around when they are selected as a group.
|
EditableOMLine
The EditableOMLine encompasses an OMLine, providing methods for modifying or
creating it.
|
EditableOMPoint
An EditableOMGraphic that encapsulates an OMPoint.
|
EditableOMPoly
The EditableOMPoly encompasses an OMPoly, providing methods for modifying or
creating it.
|
EditableOMRect
The EditableOMRect encompasses an OMRect, providing methods for modifying or
creating it.
|
EditableOMScalingRaster
The EditableOMScalingRaster encompasses an OMScalingRaster, providing methods
for modifying or creating it.
|
EditableOMText
Wrapper class to edit OMText objects.
|
Class and Description |
---|
EditableOMGraphic
The EditableOMGraphic is a shell that controls actions to edit or create a graphic.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
Class and Description |
---|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGrid
An OMGrid object is a two-dimensional container object for data.
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
Class and Description |
---|
EditableOMAbstractLine
The EditableOMAbstractLine encompasses an OMAbstractLine, providing
a mechanism for adding an arrowhead menu in the line editor menu.
|
EditableOMGraphic
The EditableOMGraphic is a shell that controls actions to edit or create a graphic.
|
EditableOMPoly
The EditableOMPoly encompasses an OMPoly, providing methods for modifying or
creating it.
|
EditableOMSpline
EditableOMSpline.
|
GraphicAttributes
The GraphicAttributes provides an extension to DrawingAttributes by
provideing a mechanism for loading and managing different graphic attributes
that may be used, such as line type (LINETYPE_STRAIGHT, LINETYPE_GREATCIRCLE,
LINETYPE_RHUMB, or LINETYPE_UNKNOWN), or render type (RENDERTYPE_XY,
RENDERTYPE_LATLON, RENDERTYPE_OFFSET, or RENDERTYPE_UNKNOWN).
|
OMAbstractLine
The abstract base class of OMPoly and OMLine.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMPoly
Graphic object that represents a polygon or polyline
(multi-line-segment-object).
|
OMSpline
A splined OMPoly.
|
OMText
The OMText graphic type lets you put text on the screen.
|
Class and Description |
---|
OMAbstractLine
The abstract base class of OMPoly and OMLine.
|
OMDecoratedSpline
A decorated splined OMPoly.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMPoly
Graphic object that represents a polygon or polyline
(multi-line-segment-object).
|
OMSpline
A splined OMPoly.
|
Class and Description |
---|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMList
This class encapsulates a List of OMGraphics.
|
OMPoint
A OMPoint is used to mark a specific point.
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
OMRasterObject
The OMRasterObject is the parent class for OMRaster and OMBitmap objects.
|
OMScalingIcon
This is an extension to OMScalingRaster that scales an icon.
|
OMScalingRaster
This is an extension to OMRaster that automatically scales itelf to match the
current projection.
|
Class and Description |
---|
OMAreaList
This class encapsulates a list of OMGeometries that are connected to form one
area.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMPoly
Graphic object that represents a polygon or polyline
(multi-line-segment-object).
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
Class and Description |
---|
FilterSupport
This class provides support for implementing the OMGraphicHandler
interface.
|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGeometryList
This class encapsulates a List of OMGeometries.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicHandler
This interface describes an object that manages OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMRaster
The OMRaster object lets you create multi-colored images.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicHandler
This interface describes an object that manages OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
Class and Description |
---|
EditableOMGraphic
The EditableOMGraphic is a shell that controls actions to edit or create a graphic.
|
GraphicAttributes
The GraphicAttributes provides an extension to DrawingAttributes by
provideing a mechanism for loading and managing different graphic attributes
that may be used, such as line type (LINETYPE_STRAIGHT, LINETYPE_GREATCIRCLE,
LINETYPE_RHUMB, or LINETYPE_UNKNOWN), or render type (RENDERTYPE_XY,
RENDERTYPE_LATLON, RENDERTYPE_OFFSET, or RENDERTYPE_UNKNOWN).
|
OMAction
The OMAction class provides a way to describe one or more actions
that should be performed on an OMGraphic.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
Class and Description |
---|
OMAbstractLine
The abstract base class of OMPoly and OMLine.
|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
OMGraphic
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicAdapter
Used to be the base class of OpenMap graphics, but now inherits from
BasicGeometry, which now contains all the information about the geometry of
the OMGraphic.
|
OMGraphicConstants
An interface that contains all the constants associated with OMGraphics.
|
OMGraphicList
This class encapsulates a List of OMGraphics.
|
OMLine
Graphic object that represents a simple line.
|
OMPoint
A OMPoint is used to mark a specific point.
|
OMRect
Graphic type that lets you draw four-sided polygons that have corners that
share coordinates or window points.
|
Class and Description |
---|
DrawingAttributes
DrawingAttributes provides a mechanism for loading and managing different
drawing attributes that may be used.
|
Class and Description |
---|
OMGeometry
Base class of OpenMap OMGraphics geometry.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details