Uses of Class
ucar.unidata.gis.maps.LatLonLabelData
Packages that use LatLonLabelData
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 LatLonLabelData in ucar.unidata.gis.maps
Methods in ucar.unidata.gis.maps that return LatLonLabelDataModifier and TypeMethodDescriptionMapInfo.getLatLabelData()
Find and return the LatLonData object that represents the lat stateMapInfo.getLonLabelData()
Find and return the LatLonData object that represents the lon stateMethods in ucar.unidata.gis.maps that return types with arguments of type LatLonLabelDataMethods in ucar.unidata.gis.maps with parameters of type LatLonLabelDataModifier and TypeMethodDescriptionvoid
LatLonLabelData.initWith
(LatLonLabelData that) Initialize this object with the state from the given LatLonLabelDataMethod parameters in ucar.unidata.gis.maps with type arguments of type LatLonLabelDataModifier and TypeMethodDescriptionvoid
MapInfo.setLatLonLabelData
(List<LatLonLabelData> value) Set the LatLonLabelData property.Constructors in ucar.unidata.gis.maps with parameters of type LatLonLabelDataModifierConstructorDescriptionprotected
Copy constructorMapInfo
(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 LatLonLabelData in ucar.unidata.idv.control
Subclasses of LatLonLabelData 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 LatLonLabelDataModifier and TypeMethodDescriptionvoid
MapDisplayControl.LatLonLabelState.initWith
(LatLonLabelData that) Copy the state from the given LatLonDataConstructors in ucar.unidata.idv.control with parameters of type LatLonLabelDataModifierConstructorDescriptionCtor for creating from a LatLonData -
Uses of LatLonLabelData in ucar.unidata.ui
Methods in ucar.unidata.ui that return LatLonLabelDataModifier and TypeMethodDescriptionLatLonLabelPanel.getLatLonLabelData()
Get the latlondata objectMethods in ucar.unidata.ui with parameters of type LatLonLabelDataModifier and TypeMethodDescriptionvoid
LatLonLabelPanel.setLatLonLabelData
(LatLonLabelData lld) Set the information that configures this.Constructors in ucar.unidata.ui with parameters of type LatLonLabelData