Class TLcdBingMapsModelDescriptor

All Implemented Interfaces:
ILcdEarthModelDescriptor, ILcdDataSourceModelDescriptor<ILcdBingMapsDataSource>, ILcdModelDescriptor, Serializable

public class TLcdBingMapsModelDescriptor extends TLcdEarthModelDescriptor implements ILcdDataSourceModelDescriptor<ILcdBingMapsDataSource>
Model descriptor for a bing maps model.
Since:
11.0
See Also:
  • Method Details

    • getDataSource

      public ILcdBingMapsDataSource getDataSource()
      Description copied from interface: ILcdDataSourceModelDescriptor
      Returns the object that was used to decode the corresponding model.
      Specified by:
      getDataSource in interface ILcdDataSourceModelDescriptor<ILcdBingMapsDataSource>
      Returns:
      an object describing the data source(s) of the corresponding model. This can be null, e.g. when the model was not decoded by using an ILcdDataSource.
      See Also:
    • getLogo

      public ILcdIcon getLogo()
      Returns the logo. If not null, this logo should be displayed when displaying Bing Maps data.
      Returns:
      an icon containing the logo.
    • getCopyrightHolders

      public List<TLcdBingMapsCopyrightHolder> getCopyrightHolders()
      Returns the complete list of copyright holders used by this model. These can be used to determine which copyright messages should be displayed.
      Returns:
      the copyright holders.