Uses of Class
ucar.unidata.view.geoloc.LatLonAxisScaleInfo
Packages that use LatLonAxisScaleInfo
Package
Description
The idv package.
The view component for geolocation (projections, navigated panels, etc).
-
Uses of LatLonAxisScaleInfo in ucar.unidata.idv
Methods in ucar.unidata.idv that return LatLonAxisScaleInfoModifier and TypeMethodDescriptionMapViewManager.getLatAxisScaleInfo()
Gets the lat axis scale info.MapViewManager.getLonAxisScaleInfo()
Gets the lon axis scale info.Methods in ucar.unidata.idv with parameters of type LatLonAxisScaleInfoModifier and TypeMethodDescriptionvoid
MapViewManager.setLatAxisScaleInfo
(LatLonAxisScaleInfo axisScaleInfo) Sets the lat axis scale info.void
MapViewManager.setLonAxisScaleInfo
(LatLonAxisScaleInfo axisScaleInfo) Sets the lon axis scale info. -
Uses of LatLonAxisScaleInfo in ucar.unidata.view.geoloc
Subclasses of LatLonAxisScaleInfo in ucar.unidata.view.geolocMethods in ucar.unidata.view.geoloc that return LatLonAxisScaleInfoModifier and TypeMethodDescriptionMapProjectionDisplay.getLatScaleInfo()
Gets the lat scale info.MapProjectionDisplay.getLonScaleInfo()
Gets the lon scale info.Methods in ucar.unidata.view.geoloc with parameters of type LatLonAxisScaleInfoModifier and TypeMethodDescriptionvoid
LatLonScalePanel.setLatScaleInfo
(LatLonAxisScaleInfo latScaleInfo) Sets the lat scale info.void
MapProjectionDisplay.setLatScaleInfo
(LatLonAxisScaleInfo axisScaleInfo) Sets the lat scale info.void
LatLonScalePanel.setLonScaleInfo
(LatLonAxisScaleInfo lonScaleInfo) Sets the lon scale info.void
MapProjectionDisplay.setLonScaleInfo
(LatLonAxisScaleInfo axisScaleInfo) Sets the lon scale info.