Package com.luciad.panorama.model
Class TLcdPanoramaModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.model.TLcdDataModelDescriptor
com.luciad.panorama.model.TLcdPanoramaModelDescriptor
- All Implemented Interfaces:
ILcdAnnotatedElement
,ILcdDataModelDescriptor
,ILcdModelDescriptor
,ILcdPanoramaModelDescriptor
,Serializable
public class TLcdPanoramaModelDescriptor
extends TLcdDataModelDescriptor
implements ILcdPanoramaModelDescriptor
Default implementation of the
ILcdPanoramaModelDescriptor
interface.- Since:
- 2020.1
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdPanoramaModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName, TLcdDataModel aDataModel, Collection<TLcdDataType> aModelElementTypes, Collection<TLcdDataType> aModelTypes) Constructs a newTLcdPanoramaModelDescriptor
with the specified source name, type name, and display name. -
Method Summary
Methods inherited from class com.luciad.model.TLcdDataModelDescriptor
addAnnotation, getAnnotation, getAnnotations, getDataModel, getModelElementTypes, getModelTypes, isAnnotationPresent, removeAnnotation
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.ILcdDataModelDescriptor
getDataModel, getModelElementTypes, getModelTypes
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Constructor Details
-
TLcdPanoramaModelDescriptor
public TLcdPanoramaModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataModel aDataModel, Collection<TLcdDataType> aModelElementTypes, Collection<TLcdDataType> aModelTypes) Constructs a newTLcdPanoramaModelDescriptor
with the specified source name, type name, and display name.- Parameters:
aSourceName
- the name of the data source.aTypeName
- the type name of the data source.aDisplayName
- the display name of the data source.
-