Uses of Enum Class
com.luciad.view.lightspeed.painter.grid.TLspGeorefGridStyle.GeorefLevel
Package
Description
Provides support for the painting of grids.
-
Uses of TLspGeorefGridStyle.GeorefLevel in com.luciad.view.lightspeed.painter.grid
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLspGeorefGridStyle.GeorefLevel[]
TLspGeorefGridStyle.GeorefLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTLspGeorefGridStyle.Builder.body
(TLspGeorefGridStyle.GeorefLevel aGeorefLevel) After calling this method, all subsequentinterval()
,styles()
,customizableStyles()
, … calls will apply to all grid lines of the given level.TLspGeorefGridStyle.Builder.label
(TLspGeorefGridStyle.GeorefLevel aGeorefLevel) After calling this method, all subsequentinterval()
,styles()
,customizableStyles()
, … calls will apply to all grid labels of the given level.