Class TLcdDAFIFILSModelListDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.model.TLcdEditableModelListDescriptor
com.luciad.model.TLcdEditableDataModelListDescriptor
com.luciad.format.dafif.model.navaid.TLcdDAFIFILSModelListDescriptor
- All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport
,ILcdDataModelDescriptor
,ILcdModelDescriptor
,Serializable
public class TLcdDAFIFILSModelListDescriptor
extends TLcdEditableDataModelListDescriptor
implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILS components (DMEs, glide paths, localizers
and markers).
The type name (
getTypeName()
) and the display name (getDisplayName()
)
are respectively set to "DAFIF" and DISPLAY_NAME
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The display name associated with this model descriptor. -
Constructor Summary
ConstructorDescriptionTLcdDAFIFILSModelListDescriptor
(String aSourceName) Constructs a newTLcdDAFIFILSModelListDescriptor
object with the given source name. -
Method Summary
Modifier and TypeMethodDescriptionReturns the effective date for the corresponding DAFIF model or null if no effective date is set.Returns the expiration date for the corresponding DAFIF model or null if no effective date is set.Returns the type name of this modellist descriptor.void
setEffectiveDate
(Date aDate) Set the effective date for the corresponding DAFIF model.void
setExpirationDate
(Date aDate) Set the expiration date for the corresponding DAFIF model.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 display name associated with this model descriptor.- See Also:
-
-
Constructor Details
-
TLcdDAFIFILSModelListDescriptor
Constructs a newTLcdDAFIFILSModelListDescriptor
object with the given source name.- Parameters:
aSourceName
- the name of the data source
-
-
Method Details
-
getTypeName
Returns the type name of this modellist descriptor.- Specified by:
getTypeName
in interfaceILcdModelDescriptor
- Overrides:
getTypeName
in classTLcdModelDescriptor
- Returns:
- the type name of this modellist descriptor.
-
getEffectiveDate
Description copied from interface:ILcdDAFIFModelDescriptorSupport
Returns the effective date for the corresponding DAFIF model or null if no effective date is set. Effective date information can be retrieved from the VERSION file.- Specified by:
getEffectiveDate
in interfaceILcdDAFIFModelDescriptorSupport
- Returns:
- the effective date of the model
-
getExpirationDate
Description copied from interface:ILcdDAFIFModelDescriptorSupport
Returns the expiration date for the corresponding DAFIF model or null if no effective date is set. Expiration date information can be retrieved from the VERSION file.- Specified by:
getExpirationDate
in interfaceILcdDAFIFModelDescriptorSupport
- Returns:
- the expiration date of the model
-
setEffectiveDate
Description copied from interface:ILcdDAFIFModelDescriptorSupport
Set the effective date for the corresponding DAFIF model. Effective date information can be retrieved from the VERSION file.- Specified by:
setEffectiveDate
in interfaceILcdDAFIFModelDescriptorSupport
- Parameters:
aDate
- the effective date to be set
-
setExpirationDate
Description copied from interface:ILcdDAFIFModelDescriptorSupport
Set the expiration date for the corresponding DAFIF model. Expiration date information can be retrieved from the VERSION file.- Specified by:
setExpirationDate
in interfaceILcdDAFIFModelDescriptorSupport
- Parameters:
aDate
- the expiration date to be set
-