Class TLcdEarthAssetBasedModelDescriptor

All Implemented Interfaces:
ILcdEarthAssetBasedModelDescriptor, ILcdEarthModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdEarthAssetBasedModelDescriptor extends TLcdEarthModelDescriptor implements ILcdEarthAssetBasedModelDescriptor
The default implementation of ILcdEarthAssetBasedModelDescriptor.
Since:
9.1
See Also:
  • Constructor Details

    • TLcdEarthAssetBasedModelDescriptor

      public TLcdEarthAssetBasedModelDescriptor(String aSourceName, ILcdModel aAssetModel)
      Creates a new TLcdEarthModelDescriptor with the default type name and a display name based on the source name.
      Parameters:
      aSourceName - the source name of the model
      aAssetModel - the asset model that describes the contents of the tilesets
    • TLcdEarthAssetBasedModelDescriptor

      public TLcdEarthAssetBasedModelDescriptor(String aSourceName, String aTypeName, ILcdModel aAssetModel)
      Creates a new TLcdEarthModelDescriptor with a display name based on the source name.
      Parameters:
      aSourceName - the source name of the model
      aTypeName - the type name of the model
      aAssetModel - the asset model that describes the contents of the tilesets
    • TLcdEarthAssetBasedModelDescriptor

      public TLcdEarthAssetBasedModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, ILcdModel aAssetModel)
      Creates a new TLcdEarthModelDescriptor.
      Parameters:
      aSourceName - the source name of the model
      aTypeName - the type name of the model
      aDisplayName - the display name of the model
      aAssetModel - the asset model that describes the contents of the tilesets
  • Method Details