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
ConstructorsConstructorDescriptionTLcdPanoramaModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataModel aDataModel, Collection<TLcdDataType> aModelElementTypes, Collection<TLcdDataType> aModelTypes) Constructs a newTLcdPanoramaModelDescriptorwith 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, removeAnnotationMethods 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.ILcdDataModelDescriptor
getDataModel, getModelElementTypes, getModelTypesMethods 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 newTLcdPanoramaModelDescriptorwith 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.
-