Package com.luciad.format.bingmaps
Class TLcdBingMapsModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.earth.model.TLcdEarthModelDescriptor
com.luciad.format.bingmaps.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 Summary
Modifier and TypeMethodDescriptionReturns the complete list of copyright holders used by this model.Returns the object that was used to decode the corresponding model.getLogo()
Returns the logo.Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Method Details
-
getDataSource
Description copied from interface:ILcdDataSourceModelDescriptor
Returns the object that was used to decode the corresponding model.- Specified by:
getDataSource
in interfaceILcdDataSourceModelDescriptor<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 anILcdDataSource
. - See Also:
-
getLogo
Returns the logo. If not null, this logo should be displayed when displaying Bing Maps data.- Returns:
- an icon containing the logo.
-
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.
-