Package com.luciad.format.bingmaps
package com.luciad.format.bingmaps
This package contains functionality related to the decoding of Bing Maps models.
A TLcdBingMapsDataSource
can be initialized
with all information necessary to create a Bing Maps layer.
A TLcdCustomBingMapsDataSource
can be used to access a server offering tiles with the same protocol as BingMaps.
Both these data sources can be used to decode a Bing Maps model using the
TLcdBingMapsModelDecoder
.
All copyright information can be retrieved from the model descriptor
.
The information is given as a list of copyright holders (TLcdBingMapsCopyrightHolder
),
each one covering a specific area (TLcdBingMapsCoverageArea
).
Decoded Bing Maps models contain an ILcdEarthTileSet
with image data, and hence can be
visualized with standard Earth painters.
- Since:
- 11.0
-
ClassDescriptionEnumeration over the different styles (coverages) provided by BingMaps.Marker interface for all bing related data sources.Describes an copyright holder.Describes an area and a range of Bing Maps levels.An object containing all the necessary information to connect to a BingMaps server.Instances of this class can be used to create an
ILcdDataSource
that can be used to decode a Bing Maps model using theTLcdBingMapsModelDecoder
.A model decoder that creates anILcdModel
containing high resolution, multi-level Bing Maps imagery.Model descriptor for a bing maps model.TLcdTransportFactory extension for Bing Maps, tailored for efficiency and reliability.Data source for a custom Bing Maps server.Instances of this class can be used to create anILcdDataSource
that can be used to decode a Bing Maps model using theTLcdBingMapsModelDecoder
.