Uses of Enum Class
com.luciad.format.azuremaps.ELcdAzureMapsMapStyle
Packages that use ELcdAzureMapsMapStyle
Package
Description
This package contains functionality related to the decoding of Azure Maps models.
-
Uses of ELcdAzureMapsMapStyle in com.luciad.format.azuremaps
Methods in com.luciad.format.azuremaps that return ELcdAzureMapsMapStyleModifier and TypeMethodDescriptionTLcdAzureMapsDataSource.getMapStyle()Returns the map style property.static ELcdAzureMapsMapStyleReturns the enum constant of this class with the specified name.static ELcdAzureMapsMapStyle[]ELcdAzureMapsMapStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.azuremaps with parameters of type ELcdAzureMapsMapStyleModifier and TypeMethodDescriptionTLcdAzureMapsDataSource.Builder.mapStyle(ELcdAzureMapsMapStyle aMapStyle) Sets the map style property.