Uses of Class
com.luciad.format.bingmaps.TLcdBingMapsCopyrightHolder
Packages that use TLcdBingMapsCopyrightHolder
Package
Description
This package contains functionality related to the decoding of Bing Maps models.
This package contains functionality for retrieving copyright information when visualizing Bing Maps data.
-
Uses of TLcdBingMapsCopyrightHolder in com.luciad.format.bingmaps
Methods in com.luciad.format.bingmaps that return types with arguments of type TLcdBingMapsCopyrightHolderModifier and TypeMethodDescriptionTLcdBingMapsModelDescriptor.getCopyrightHolders()
Returns the complete list of copyright holders used by this model.TLcdCustomBingMapsDataSource.getCopyrightHolders()
Returns the available copyright holders.Methods in com.luciad.format.bingmaps with parameters of type TLcdBingMapsCopyrightHolderModifier and TypeMethodDescriptionTLcdCustomBingMapsDataSourceBuilder.copyrightHolders
(TLcdBingMapsCopyrightHolder... aCopyrightHolder) Adds copyright holder. -
Uses of TLcdBingMapsCopyrightHolder in com.luciad.format.bingmaps.copyright
Method parameters in com.luciad.format.bingmaps.copyright with type arguments of type TLcdBingMapsCopyrightHolderModifier and TypeMethodDescriptionvoid
ILcdBingMapsCopyrightListener.copyrightAvailable
(List<TLcdBingMapsCopyrightHolder> aCopyrightHolders) Is invoked by a copyright provider when new copyright information should be displayed.