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 ILcdEarthTileSet
s.- Since:
- 9.1
-
Method Summary
Modifier and TypeMethodDescriptiongetAssetModel
(ILcdEarthTileSet aTileSet) Returns the model that describes the contents of the specified tileset usingILcdEarthAsset
objects.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 usingILcdEarthAsset
objects.- Parameters:
aTileSet
- a tileset contained in the model described by this model descriptor- Returns:
- the model that describes the contents of
aTileSet
ornull
if it is not available
-