Package com.luciad.format.aixm.model
Class TLcdAIXMModelListDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.model.TLcdEditableModelListDescriptor
com.luciad.model.TLcdEditableDataModelListDescriptor
com.luciad.format.aixm.model.TLcdAIXMModelListDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor
,ILcdModelDescriptor
,Serializable
A model descriptor for model lists containing submodels with AIXM data.
The source and display name are configurable; the type name
is fixed and set to "AIXM".
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The default display name associated with this model descriptor. -
Constructor Summary
ConstructorDescriptionTLcdAIXMModelListDescriptor
(String aSourceName) Constructs a newTLcdAIXMModelListDescriptor
object with the given source.TLcdAIXMModelListDescriptor
(String aSourceName, String aDisplayName) Constructs a newTLcdAIXMModelListDescriptor
object with the given source and display name. -
Method Summary
Modifier and TypeMethodDescriptionThe type name of this modellist descriptor, which is always "AIXM".Methods inherited from class com.luciad.model.TLcdEditableDataModelListDescriptor
addModelDescriptor, getDataModel, getModelElementTypes, getModelTypes, insertModelDescriptorAt, removeAllModelDescriptors, removeModelDescriptor
Methods inherited from class com.luciad.model.TLcdEditableModelListDescriptor
getModelDescriptor, getModelDescriptorCount
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, 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
-
Field Details
-
DISPLAY_NAME
The default display name associated with this model descriptor.- See Also:
-
-
Constructor Details
-
TLcdAIXMModelListDescriptor
Constructs a newTLcdAIXMModelListDescriptor
object with the given source.- Parameters:
aSourceName
- the name of the data source
-
TLcdAIXMModelListDescriptor
Constructs a newTLcdAIXMModelListDescriptor
object with the given source and display name.- Parameters:
aSourceName
- the name of the data sourceaDisplayName
- the display name of the data source- Since:
- 2020.1
-
-
Method Details
-
getTypeName
The type name of this modellist descriptor, which is always "AIXM".- Specified by:
getTypeName
in interfaceILcdModelDescriptor
- Overrides:
getTypeName
in classTLcdModelDescriptor
- Returns:
- "AIXM";
-