Package com.luciad.format.bingmaps
Class TLcdBingMapsDataSource
java.lang.Object
com.luciad.format.bingmaps.TLcdBingMapsDataSource
- All Implemented Interfaces:
ILcdBingMapsDataSource
,ILcdDataSource
An object containing all the necessary information to connect to a BingMaps server.
This class is immutable. To create new instance use a TLcdBingMapsDataSourceBuilder
.
- Since:
- 11.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the application id to access the BingMaps servers.Returns the culture used by this Bing Maps data source.Returns a string description of the data source.Returns the map style property.
-
Method Details
-
getApplicationId
Returns the application id to access the BingMaps servers.- Returns:
- the application id.
- See Also:
-
getCulture
Returns the culture used by this Bing Maps data source.- Returns:
- the culture
- See Also:
-
getDescription
Description copied from interface:ILcdDataSource
Returns a string description of the data source. This will typically be used in a GUI, or in error and warning messages.- Specified by:
getDescription
in interfaceILcdDataSource
- Returns:
- a String describing the data source.
-
getMapStyle
Returns the map style property. This property controls which BingMaps coverage will be visible. SeeELcdBingMapsMapStyle
for all possibilities.- Returns:
- The map style that will be used.
- See Also:
-