Package com.luciad.format.bingmaps
Enum Class ELcdBingMapsMapStyle
- All Implemented Interfaces:
Serializable
,Comparable<ELcdBingMapsMapStyle>
,Constable
Enumeration over the different styles (coverages) provided by BingMaps.
- Since:
- 11.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionTop down photographic imagery.Top down photographic imagery with location labels: countries, cities, roads etc...A dark version of the road maps.A grayscale version of the road maps.A lighter version of the road maps which also has some of the details such as hill shading disabled.Raster data of roads, cities, countries etc... -
Method Summary
Modifier and TypeMethodDescriptionReturns a display name for this map style.toString()
static ELcdBingMapsMapStyle
Returns the enum constant of this class with the specified name.static ELcdBingMapsMapStyle[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ROAD
Raster data of roads, cities, countries etc...
-
AERIAL
Top down photographic imagery.
-
AERIAL_WITH_LABELS
Top down photographic imagery with location labels: countries, cities, roads etc...
-
CANVAS_DARK
A dark version of the road maps. The map uses a minimum amount of colors, making it ideal as background dataset as it does not interfere with business data.
- Since:
- 2017.1
-
CANVAS_LIGHT
A lighter version of the road maps which also has some of the details such as hill shading disabled.
- Since:
- 2017.1
-
CANVAS_GRAY
A grayscale version of the road maps. The map uses a minimum amount of colors, making it ideal as background dataset as it does not interfere with business data.
- Since:
- 2017.1
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getDisplayName
Returns a display name for this map style.- AERIAL: Aerial
- ROAD: road
- AERIAL_WITH_LABELS: Labeled Aerial
- Returns:
- a display name.
-
toString
- Overrides:
toString
in classEnum<ELcdBingMapsMapStyle>
-