Package com.luciad.format.bingmaps
Class TLcdCustomBingMapsDataSource
java.lang.Object
com.luciad.format.bingmaps.TLcdCustomBingMapsDataSource
- All Implemented Interfaces:
ILcdBingMapsDataSource
,ILcdDataSource
Data source for a custom Bing Maps server.
This class is immutable. To create new instance use a TLcdCustomBingMapsDataSourceBuilder
.
Example
Decoding a custom Bing Maps source ILcdBingMapsDataSource source = new TLcdCustomBingMapsDataSourceBuilder(url).build();
ILcdModel model = new TLcdBingMapsModelDecoder().decodeSource(source);
- Since:
- 11.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the available copyright holders.Returns the culture used by this Bing Maps data source.Returns a string description of the data source.Returns the available sub domains.Returns the URI pattern to request tiles.
-
Method Details
-
getURIPattern
Returns the URI pattern to request tiles.- Returns:
- the URI pattern
- See Also:
-
getCopyrightHolders
Returns the available copyright holders. The returned list is not modifiable.- Returns:
- a list of copyright holders.
- See Also:
-
getSubDomains
Returns the available sub domains. The returned list is not modifiable.- Returns:
- a list containing the sub domains.
- 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.
-
getCulture
Returns the culture used by this Bing Maps data source.- Returns:
- the culture
- See Also:
-