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
ConstructorsConstructorDescriptionTLcdEarthModelDescriptor(String aSourceName) Creates a newTLcdEarthModelDescriptorwith the default type name and a display name based on the source name.TLcdEarthModelDescriptor(String aSourceName, String aTypeName) Creates a newTLcdEarthModelDescriptorwith 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, 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
-
TLcdEarthModelDescriptor
Creates a newTLcdEarthModelDescriptorwith the default type name and a display name based on the source name.- Parameters:
aSourceName- the source name of the model
-
TLcdEarthModelDescriptor
Creates a newTLcdEarthModelDescriptorwith 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
-