Package com.luciad.format.azuremaps
Class TLcdAzureMapsModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.imaging.TLcdImageModelDescriptor
com.luciad.format.azuremaps.TLcdAzureMapsModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor,ILcdDataSourceModelDescriptor<TLcdAzureMapsDataSource>,ILcdModelDescriptor,Serializable
public class TLcdAzureMapsModelDescriptor
extends TLcdImageModelDescriptor
implements ILcdDataSourceModelDescriptor<TLcdAzureMapsDataSource>
Model descriptor for an Azure Maps model.
- Since:
- 2025.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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, sourceNameToDisplayNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Method Details
-
getDataSource
Description copied from interface:ILcdDataSourceModelDescriptorReturns the object that was used to decode the corresponding model.- Specified by:
getDataSourcein interfaceILcdDataSourceModelDescriptor<TLcdAzureMapsDataSource>- 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 notnull, this logo should be displayed when displaying Azure Maps data.- Returns:
- an icon containing the logo.
-