Interface ILcdEarthAssetBasedModelDescriptor

All Superinterfaces:
ILcdEarthModelDescriptor, ILcdModelDescriptor, Serializable
All Known Implementing Classes:
TLcdEarthAssetBasedModelDescriptor

public interface ILcdEarthAssetBasedModelDescriptor extends ILcdEarthModelDescriptor
An ILcdEarthModelDescriptor which uses a model with ILcdEarthAsset objects to describe the contents of the ILcdEarthTileSets.
Since:
9.1
  • Method Details

    • getAssetModel

      ILcdModel getAssetModel(ILcdEarthTileSet aTileSet)
      Returns the model that describes the contents of the specified tileset using ILcdEarthAsset objects.
      Parameters:
      aTileSet - a tileset contained in the model described by this model descriptor
      Returns:
      the model that describes the contents of aTileSet or null if it is not available