Package com.luciad.earth.model
Class TLcdEarthModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.earth.model.TLcdEarthModelDescriptor
- All Implemented Interfaces:
ILcdEarthModelDescriptor
,ILcdModelDescriptor
,Serializable
- Direct Known Subclasses:
TLcdBingMapsModelDescriptor
,TLcdEarthAssetBasedModelDescriptor
,TLcdGeospatialPDFModelDescriptor
public class TLcdEarthModelDescriptor
extends TLcdModelDescriptor
implements ILcdEarthModelDescriptor
Default implementation of
ILcdEarthModelDescriptor
.- Since:
- 8.2
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdEarthModelDescriptor
(String aSourceName) Creates a newTLcdEarthModelDescriptor
with the default type name and a display name based on the source name.TLcdEarthModelDescriptor
(String aSourceName, String aTypeName) Creates a newTLcdEarthModelDescriptor
with a display name based on the source name.TLcdEarthModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName) Creates a newTLcdEarthModelDescriptor
. -
Method Summary
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
-
TLcdEarthModelDescriptor
Creates a newTLcdEarthModelDescriptor
with the default type name and a display name based on the source name.- Parameters:
aSourceName
- the source name of the model
-
TLcdEarthModelDescriptor
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 model
-
TLcdEarthModelDescriptor
Creates a newTLcdEarthModelDescriptor
.- Parameters:
aSourceName
- the source name of the modelaTypeName
- the type name of the modelaDisplayName
- the display name of the model
-