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
ConstructorDescriptionTLcdEarthAssetBasedModelDescriptor
(String aSourceName, ILcdModel aAssetModel) Creates a newTLcdEarthModelDescriptor
with the default type name and a display name based on the source name.TLcdEarthAssetBasedModelDescriptor
(String aSourceName, String aTypeName, ILcdModel aAssetModel) Creates a newTLcdEarthModelDescriptor
with 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 usingILcdEarthAsset
objects.Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Constructor Details
-
TLcdEarthAssetBasedModelDescriptor
Creates a newTLcdEarthModelDescriptor
with 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 newTLcdEarthModelDescriptor
with 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:ILcdEarthAssetBasedModelDescriptor
Returns the model that describes the contents of the specified tileset usingILcdEarthAsset
objects.- Specified by:
getAssetModel
in interfaceILcdEarthAssetBasedModelDescriptor
- 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
-