Package com.luciad.earth.model
Interface ILcdEarthAssetBasedModelDescriptor
- All Superinterfaces:
ILcdEarthModelDescriptor,ILcdModelDescriptor,Serializable
- All Known Implementing Classes:
TLcdEarthAssetBasedModelDescriptor
An
ILcdEarthModelDescriptor which uses a model with ILcdEarthAsset objects to describe the contents of the ILcdEarthTileSets.- Since:
- 9.1
-
Method Summary
Modifier and TypeMethodDescriptiongetAssetModel(ILcdEarthTileSet aTileSet) Returns the model that describes the contents of the specified tileset usingILcdEarthAssetobjects.Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Method Details
-
getAssetModel
Returns the model that describes the contents of the specified tileset usingILcdEarthAssetobjects.- Parameters:
aTileSet- a tileset contained in the model described by this model descriptor- Returns:
- the model that describes the contents of
aTileSetornullif it is not available
-