Package com.luciad.earth.model
Class TLcdEarthAssetBasedModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.earth.model.TLcdEarthModelDescriptor
com.luciad.earth.model.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 Summary
ConstructorsConstructorDescriptionTLcdEarthAssetBasedModelDescriptor(String aSourceName, ILcdModel aAssetModel) Creates a newTLcdEarthModelDescriptorwith the default type name and a display name based on the source name.TLcdEarthAssetBasedModelDescriptor(String aSourceName, String aTypeName, ILcdModel aAssetModel) Creates a newTLcdEarthModelDescriptorwith a display name based on the source name.TLcdEarthAssetBasedModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, ILcdModel aAssetModel) Creates a newTLcdEarthModelDescriptor. -
Method Summary
Modifier and TypeMethodDescriptiongetAssetModel(ILcdEarthTileSet aTileSet) Returns the model that describes the contents of the specified tileset usingILcdEarthAssetobjects.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
-
Constructor Details
-
TLcdEarthAssetBasedModelDescriptor
Creates a newTLcdEarthModelDescriptorwith the default type name and a display name based on the source name.- Parameters:
aSourceName- the source name of the modelaAssetModel- the asset model that describes the contents of the tilesets
-
TLcdEarthAssetBasedModelDescriptor
public TLcdEarthAssetBasedModelDescriptor(String aSourceName, String aTypeName, ILcdModel aAssetModel) Creates a newTLcdEarthModelDescriptorwith a display name based on the source name.- Parameters:
aSourceName- the source name of the modelaTypeName- the type name of the modelaAssetModel- the asset model that describes the contents of the tilesets
-
TLcdEarthAssetBasedModelDescriptor
public TLcdEarthAssetBasedModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, ILcdModel aAssetModel) Creates a newTLcdEarthModelDescriptor.- Parameters:
aSourceName- the source name of the modelaTypeName- the type name of the modelaDisplayName- the display name of the modelaAssetModel- the asset model that describes the contents of the tilesets
-
-
Method Details
-
getAssetModel
Description copied from interface:ILcdEarthAssetBasedModelDescriptorReturns the model that describes the contents of the specified tileset usingILcdEarthAssetobjects.- Specified by:
getAssetModelin interfaceILcdEarthAssetBasedModelDescriptor- 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
-