Uses of Enum Class
com.luciad.view.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
Modifier 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
Modifier 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
Modifier 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
Modifier 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.