Uses of Class
ucar.unidata.gis.maps.LatLonData
Packages that use LatLonData
Package
Description
Geographic information: Map display information classes.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
User interface utilities: extensions of AWT and Swing classes.
-
Uses of LatLonData in ucar.unidata.gis.maps
Methods in ucar.unidata.gis.maps that return LatLonDataModifier and TypeMethodDescriptionMapInfo.getLatData()
Find and return the LatLonData object that represents the lat stateMapInfo.getLonData()
Find and return the LatLonData object that represents the lon stateMethods in ucar.unidata.gis.maps with parameters of type LatLonDataModifier and TypeMethodDescriptionvoid
LatLonData.initWith
(LatLonData that) Initialize this object with the state from the given LatLonDataConstructors in ucar.unidata.gis.maps with parameters of type LatLonDataModifierConstructorDescriptionprotected
LatLonData
(LatLonData that) Copy constructorMapInfo
(List mapDataList, LatLonData latData, LatLonData lonData, float mapPosition) Create the MapInfo object with the given MapData list, LatLonData and map positionMapInfo
(List mapDataList, LatLonData latData, LatLonData lonData, LatLonLabelData latLabelData, LatLonLabelData lonLabelData, float mapPosition) Create the MapInfo object with the given MapData list, LatLonData and map position -
Uses of LatLonData in ucar.unidata.idv.control
Subclasses of LatLonData in ucar.unidata.idv.controlModifier and TypeClassDescriptionstatic class
This class holds the state associated with a given lat/lonMethods in ucar.unidata.idv.control with parameters of type LatLonDataModifier and TypeMethodDescriptionvoid
MapDisplayControl.LatLonState.initWith
(LatLonData that) Copy the state from the given LatLonDataConstructors in ucar.unidata.idv.control with parameters of type LatLonData -
Uses of LatLonData in ucar.unidata.ui
Methods in ucar.unidata.ui that return LatLonDataModifier and TypeMethodDescriptionMapWidget.getLatData()
Return the latitude stateLatLonPanel.getLatLonData()
Get the latlondata objectMapWidget.getLonData()
The Longitude stateMethods in ucar.unidata.ui with parameters of type LatLonDataModifier and TypeMethodDescriptionvoid
LatLonPanel.setLatLonData
(LatLonData lld) Set the information that configures this.Constructors in ucar.unidata.ui with parameters of type LatLonData