Uses of Class
com.bbn.openmap.proj.Length

Packages that use Length
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. 
 

Uses of Length in com.bbn.openmap.event
 

Fields in com.bbn.openmap.event declared as Length
protected  Length RangeRingsMouseMode.units
          Distance units for label.
 

Methods in com.bbn.openmap.event that return Length
 Length DistanceMouseMode.getUnit()
          Return the unit of distance being displayed: Length.NM, Length.KM or Length.MILE.
 

Methods in com.bbn.openmap.event with parameters of type Length
 void DistanceMouseMode.setUnit(Length units)
          Set the unit of distance to be displayed: Length.NM, Length.KM or Length.MILE.
 

Constructors in com.bbn.openmap.event with parameters of type Length
DistanceMouseMode(boolean consumeEvents, InformationDelegator id, Length units)
          Construct a DistanceMouseMode.
DistanceMouseMode(boolean consumeEvents, InformationDelegator id, Length units, int lType)
          Construct a DistanceMouseMode.
 

Uses of Length in com.bbn.openmap.graphicLoader
 

Methods in com.bbn.openmap.graphicLoader with parameters of type Length
 void GLPoint.move(int distance, Length units, float Az)
           
 

Uses of Length in com.bbn.openmap.gui
 

Fields in com.bbn.openmap.gui declared as Length
static Length OverviewMapHandler.defaultMinScaleUom
           
protected  Length OverviewMapHandler.minScaleUom
          The minimum scale unit of measure to use for the window.
protected  Length EmbeddedScaleDisplayPanel.uom
           
 

Methods in com.bbn.openmap.gui that return Length
 Length DistQuickTool.MouseMode.getUnit()
          Return the unit of distance being displayed: Length.NM, Length.KM or Length.MILE.
 

Methods in com.bbn.openmap.gui with parameters of type Length
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.
 

Constructors in com.bbn.openmap.gui with parameters of type Length
EmbeddedScaleDisplayPanel(DrawingAttributes dAtts, Length units)
           
 

Uses of Length in com.bbn.openmap.layer
 

Fields in com.bbn.openmap.layer declared as Length
protected  Length ScaleDisplayLayer.uom
           
 

Uses of Length in com.bbn.openmap.omGraphics
 

Fields in com.bbn.openmap.omGraphics declared as Length
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.
 

Methods in com.bbn.openmap.omGraphics that return Length
 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.
 

Methods in com.bbn.openmap.omGraphics with parameters of type Length
 OMText OMDistance.createLabel(Geo g1, Geo g2, double dist, double 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.
 

Constructors in com.bbn.openmap.omGraphics with parameters of type Length
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.
 

Uses of Length in com.bbn.openmap.omGraphics.grid
 

Fields in com.bbn.openmap.omGraphics.grid declared as Length
protected  Length ElevationBandGenerator.dataUnits
           
protected  Length ElevationBandGeneratorLoader.displayUnits
           
protected  Length ElevationBandGenerator.displayUnits
           
 

Methods in com.bbn.openmap.omGraphics.grid that return Length
 Length ElevationBandGenerator.getDataUnits()
           
 Length ElevationBandGeneratorLoader.getDisplayUnits()
           
 Length ElevationBandGenerator.getDisplayUnits()
           
 

Methods in com.bbn.openmap.omGraphics.grid with parameters of type Length
 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)
           
 

Uses of Length in com.bbn.openmap.proj
 

Fields in com.bbn.openmap.proj declared as Length
protected  Length Proj.ucuom
          The unprojected coordinates units of measure.
 

Methods in com.bbn.openmap.proj that return Length
static Length Length.get(java.lang.String name)
          Get the Length object with the given name or abbreviation.
 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.
static Length Length.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Length[] Length.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.bbn.openmap.proj with parameters of type Length
 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