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
FieldsModifier and TypeFieldDescriptionstatic final StringThe default display name associated with this model descriptor. -
Constructor Summary
ConstructorsConstructorDescriptionTLcdAIXMModelListDescriptor(String aSourceName) Constructs a newTLcdAIXMModelListDescriptorobject with the given source.TLcdAIXMModelListDescriptor(String aSourceName, String aDisplayName) Constructs a newTLcdAIXMModelListDescriptorobject 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, removeModelDescriptorMethods inherited from class com.luciad.model.TLcdEditableModelListDescriptor
getModelDescriptor, getModelDescriptorCountMethods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, 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
-
Field Details
-
DISPLAY_NAME
The default display name associated with this model descriptor.- See Also:
-
-
Constructor Details
-
TLcdAIXMModelListDescriptor
Constructs a newTLcdAIXMModelListDescriptorobject with the given source.- Parameters:
aSourceName- the name of the data source
-
TLcdAIXMModelListDescriptor
Constructs a newTLcdAIXMModelListDescriptorobject 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:
getTypeNamein interfaceILcdModelDescriptor- Overrides:
getTypeNamein classTLcdModelDescriptor- Returns:
- "AIXM";
-