Package | Description |
---|---|
com.bbn.openmap.event |
Provides the various event object and listener interfaces for using
the MapBean.
|
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.gui |
This package contains the main OpenMap Swing GUI components.
|
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.omGraphics |
Provides geographically based graphics classes.
|
com.bbn.openmap.omGraphics.grid |
Provides a number of generator classes for OMGrid data.
|
com.bbn.openmap.proj |
Provides projection classes.
|
Modifier and Type | Method and Description |
---|---|
Length |
DistanceMouseMode.getUnit()
Return the unit of distance being displayed: Length.NM, Length.KM or
Length.MILE.
|
Modifier and Type | Method and Description |
---|---|
void |
DistanceMouseMode.setUnit(Length units)
Set the unit of distance to be displayed: Length.NM, Length.KM or
Length.MILE.
|
Constructor and Description |
---|
DistanceMouseMode(boolean consumeEvents,
InformationDelegator id,
Length units)
Construct a DistanceMouseMode.
|
DistanceMouseMode(boolean consumeEvents,
InformationDelegator id,
Length units,
int lType)
Construct a DistanceMouseMode.
|
Modifier and Type | Method and Description |
---|---|
void |
GLPoint.move(int distance,
Length units,
float Az) |
Modifier and Type | Field and Description |
---|---|
static Length |
OverviewMapHandler.defaultMinScaleUom |
protected Length |
OverviewMapHandler.minScaleUom
The minimum scale unit of measure to use for the window.
|
protected Length |
EmbeddedScaleDisplayPanel.uom |
Modifier and Type | Method and Description |
---|---|
Length |
DistQuickTool.MouseMode.getUnit()
Return the unit of distance being displayed: Length.NM, Length.KM or
Length.MILE.
|
Modifier and Type | Method and Description |
---|---|
protected int |
EmbeddedScaleDisplayPanel.getPtAtDistanceFromLatLon(LatLonPoint loc2,
double unitDist,
Projection projection,
Length uom) |
void |
OverviewMapHandler.setMinScale(float width,
Length uom)
Set the minimum scale to use for the overview map.
|
void |
DistQuickTool.MouseMode.setUnit(Length units)
Set the unit of distance to be displayed: Length.NM, Length.KM or
Length.MILE.
|
Constructor and Description |
---|
EmbeddedScaleDisplayPanel(DrawingAttributes dAtts,
Length units) |
Modifier and Type | Field and Description |
---|---|
protected Length |
ScaleDisplayLayer.uom |
Modifier and Type | Field and Description |
---|---|
protected Length |
OMDistance.distUnits |
protected Length |
OMRangeRings.intervalUnits
The unit object specifying the interval meaning.
|
protected static Length |
EditableOMRangeRings.lastUnit |
protected Length |
OMGrid.units
The units, if needed, of the values contained in the grid data array.
|
Modifier and Type | Method and Description |
---|---|
Length |
OMDistance.getDistUnits()
Get the Length object used to represent distances.
|
Length |
OMRangeRings.getIntervalUnits()
Get the interval units.
|
Length |
OMGrid.getUnits()
Get the units for the grid data.
|
Modifier and Type | Method and Description |
---|---|
OMText |
OMDistance.createLabel(Geo g1,
Geo g2,
float dist,
float cumulativeDist,
Length distanceUnits)
Get an OMText label for a segments between the given lat/lon points whose
given distance and cumulative distance is specified.
|
void |
OMEllipse.setAxis(double majorAxis,
double minorAxis,
Length units)
Set the axis lengths of the ellipse.
|
void |
OMDistance.setDistUnits(Length distanceUnits)
Set the Length object used to represent distances.
|
void |
OMRangeRings.setInterval(int interval,
Length units)
Convenience method to set both at one time.
|
void |
OMRangeRings.setIntervalUnits(Length units)
Set the interval units.
|
void |
OMArc.setRadius(double radius,
Length units)
Set the radius with units.
|
void |
OMRangeRings.setRadius(float radius,
Length units)
Set the radius with units.
|
void |
OMGrid.setUnits(Length length)
Set the units for the grid data.
|
Constructor and Description |
---|
OMArc(double latPoint,
double lonPoint,
double radius,
Length units,
double s,
double e)
Create an OMArc with a lat/lon center and a physical distance radius.
|
OMArc(double latPoint,
double lonPoint,
double radius,
Length units,
int nverts,
double s,
double e)
Create an OMArc with a lat/lon center and a physical distance radius.
|
OMArc(LatLonPoint center,
double radius,
Length units,
int nverts,
double s,
double e)
Create an OMArc with a lat/lon center and a physical distance radius.
|
OMCircle(double latPoint,
double lonPoint,
double radius,
Length units)
Create an OMCircle with a lat/lon center and a physical distance radius.
|
OMCircle(double latPoint,
double lonPoint,
double radius,
Length units,
int nverts)
Create an OMCircle with a lat/lon center and a physical distance radius.
|
OMCircle(LatLonPoint center,
double radius,
Length units,
int nverts)
Create an OMCircle with a lat/lon center and a physical distance radius.
|
OMDistance(double[] llPoints,
int units,
int lType,
int nsegs,
Length distanceUnits)
Create an OMDistance from a list of float lat/lon pairs.
|
OMDistance(double[] llPoints,
int units,
int lType,
Length distanceUnits)
Create an OMDistance from a list of float lat/lon pairs.
|
OMEllipse(LatLonPoint centerPoint,
double majorAxisSpan,
double minorAxisSpan,
Length units,
double rotateAngle)
Create a OMEllipse, positioned with a lat-lon center and a lat-lon axis.
|
OMRangeRings(double latPoint,
double lonPoint,
double radius,
Length units)
Create an OMRangeRings with a lat/lon center and a physical distance
radius.
|
OMRangeRings(double latPoint,
double lonPoint,
double radius,
Length units,
int nverts)
Create an OMRangeRings with a lat/lon center and a physical distance
radius.
|
OMRangeRings(LatLonPoint center,
double radius,
Length units,
int nverts)
Create an OMRangeRings with a lat/lon center and a physical distance
radius.
|
Modifier and Type | Field and Description |
---|---|
protected Length |
ElevationBandGenerator.dataUnits |
protected Length |
ElevationBandGeneratorLoader.displayUnits |
protected Length |
ElevationBandGenerator.displayUnits |
Modifier and Type | Method and Description |
---|---|
Length |
ElevationBandGenerator.getDataUnits() |
Length |
ElevationBandGeneratorLoader.getDisplayUnits() |
Length |
ElevationBandGenerator.getDisplayUnits() |
Modifier and Type | Method and Description |
---|---|
int |
GreyscaleSlopeColors.getARGB(int elevation,
Length units,
double slope)
Get the int argb value for a given elevation, with the provided
units.
|
int |
ElevationColors.getARGB(int elevation,
Length units,
double slope)
Get the int argb value for a given elevation, with the provided
units.
|
int |
ColoredShadingColors.getARGB(int elevation,
Length units,
double slope)
Get the int argb value for a given elevation, with the provided units.
|
java.awt.Color |
GreyscaleSlopeColors.getColor(int elevation,
Length units,
double slope)
Get the Color for the given elevation, with the provided units.
|
java.awt.Color |
ElevationColors.getColor(int elevation,
Length units,
double slope)
Get the Color for the given elevation, with the provided units.
|
java.awt.Color |
ColoredShadingColors.getColor(int elevation,
Length units,
double slope)
Get the Color for the given elevation, with the provided units.
|
void |
ElevationBandGenerator.setDataUnits(Length units) |
void |
ElevationBandGeneratorLoader.setDisplayUnits(Length units) |
void |
ElevationBandGenerator.setDisplayUnits(Length displayUnits) |
Modifier and Type | Field and Description |
---|---|
static Length |
Length.DECIMAL_DEGREE
Decimal Degrees, in WGS 84 Spherical earth model units.
|
static Length |
Length.DM
Data Mile, in WGS 84 spherical earth model units.
|
static Length |
Length.FEET
Feet, in WGS 84 spherical earth model units.
|
static Length |
Length.KM
Kilometers, in WGS 84 Spherical earth model units.
|
static Length |
Length.METER
Meters, in WGS 84 Spherical earth model units.
|
static Length |
Length.MILE
Miles, in WGS 84 spherical earth model units.
|
static Length |
Length.NM
Nautical Miles, in WGS 84 Spherical earth model units.
|
static Length |
Length.RADIAN
Radians, in terms of a spherical earth.
|
protected Length |
Proj.ucuom
The unprojected coordinates units of measure.
|
static Length |
Length.YARD
Feet, in WGS 84 spherical earth model units.
|
Modifier and Type | Method and Description |
---|---|
static Length |
Length.get(java.lang.String name)
Get the Length object with the given name or abbreviation.
|
static Length[] |
Length.getAvailable()
Get a list of the Lengths currently defined as static implementations of
this class.
|
Length |
Projection.getUcuom()
Get the unprojected coordinates units of measure.
|
Length |
Proj.getUcuom()
Get the unprojected coordinates units of measure.
|
Length |
GeoProj.getUcuom()
Get the unprojected coordinates units of measure.
|
Modifier and Type | Method and Description |
---|---|
void |
Proj.setUcuom(Length ucuom)
Set the unprojected coordinates units of measure.
|
void |
GeoProj.setUcuom(Length ucuom)
Can't set the unprojected coordinates units of measure for a GeoProj,
it's always Length.DECIMAL_DEGREE.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details