Uses of Enum Class
com.luciad.view.TLcdMapScale.ScaleLocation
Packages that use TLcdMapScale.ScaleLocation
Package
Description
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Contains view world transformations.
Contains utility classes related to Lightspeed views.
-
Uses of TLcdMapScale.ScaleLocation in com.luciad.view
Methods in com.luciad.view that return TLcdMapScale.ScaleLocationModifier and TypeMethodDescriptionstatic TLcdMapScale.ScaleLocation
Returns the enum constant of this class with the specified name.static TLcdMapScale.ScaleLocation[]
TLcdMapScale.ScaleLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TLcdMapScale.ScaleLocation in com.luciad.view.gxy
Methods in com.luciad.view.gxy with parameters of type TLcdMapScale.ScaleLocationModifier and TypeMethodDescriptiondefault TLcdMapScale
ILcdGXYView.getMapScale
(TLcdMapScale.ScaleLocation aScaleLocation) Returns the unitless map scale ratio for which to paint the view contents.default void
ILcdGXYView.setMapScale
(TLcdMapScale aMapScale, TLcdMapScale.ScaleLocation aScaleLocation) Sets the unitless map scale ratio of this view, repainting the view according toisAutoUpdate
. -
Uses of TLcdMapScale.ScaleLocation in com.luciad.view.lightspeed.camera
Methods in com.luciad.view.lightspeed.camera with parameters of type TLcdMapScale.ScaleLocationModifier and TypeMethodDescriptionALspViewXYZWorldTransformation.getMapScale
(TLcdMapScale.ScaleLocation aScaleLocation) Returns the unitless map scale ratio for which to paint the view contents. -
Uses of TLcdMapScale.ScaleLocation in com.luciad.view.lightspeed.util
Methods in com.luciad.view.lightspeed.util with parameters of type TLcdMapScale.ScaleLocationModifier and TypeMethodDescriptionTLspViewNavigationUtil.animatedZoom
(TLcdMapScale aMapScale, TLcdMapScale.ScaleLocation aScaleLocation) Creates ananimation
that zooms from the view's current map scale to the given map scale.void
TLspViewNavigationUtil.zoom
(TLcdMapScale aMapScale, TLcdMapScale.ScaleLocation aScaleLocation) Zooms to the given map scale.