Class TLcdARINCMinimumSectorAltitudeModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.model.TLcdDataModelDescriptor
com.luciad.ais.model.sector.TLcdMinimumSectorAltitudeModelDescriptor
com.luciad.format.arinc.model.sector.TLcdARINCMinimumSectorAltitudeModelDescriptor
- All Implemented Interfaces:
ILcdAnnotatedElement,ILcdARINCModelDescriptorSupport,ILcdDataModelDescriptor,ILcdModelDescriptor,ILcdFeaturedDescriptor,Serializable
public class TLcdARINCMinimumSectorAltitudeModelDescriptor
extends TLcdMinimumSectorAltitudeModelDescriptor
implements ILcdARINCModelDescriptorSupport
A model descriptor for ARINC models containing
ILcdMinimumSectorAltitude objects.
The type name and the display name are respectively set to "ARINC"
and DISPLAY_NAME.
- Since:
- 2022.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe display name associated with this model descriptor. -
Constructor Summary
ConstructorsConstructorDescriptionTLcdARINCMinimumSectorAltitudeModelDescriptor(String aSourceName, TLcdDataType aDataType) Creates a new model descriptor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the cycle date for the corresponding model or null if there is no cycle date set.Returns the expiration date for the corresponding model or null if there is no expiration date set.voidsetCycleDate(int aCycleDate) Set the cycle date for the corresponding model.voidsetExpirationDate(Date aExpirationDate) Set the expiration date for the ARINC data for the corresponding model.Methods inherited from class com.luciad.ais.model.sector.TLcdMinimumSectorAltitudeModelDescriptor
getFeatureClass, getFeatureCount, getFeatureIndex, getFeatureNameMethods 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.util.ILcdFeaturedDescriptor
getFeatureUnitOfMeasureMethods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Field Details
-
DISPLAY_NAME
The display name associated with this model descriptor.- See Also:
-
-
Constructor Details
-
TLcdARINCMinimumSectorAltitudeModelDescriptor
Creates a new model descriptor.- Parameters:
aSourceName- The source of the data.aDataType- The data type of the data, must be an extension ofTLcdARINCDataTypes.MinimumSectorAltitude.
-
-
Method Details
-
getCycleDate
Description copied from interface:ILcdARINCModelDescriptorSupportReturns the cycle date for the corresponding model or null if there is no cycle date set. The cycle date is a 4 digits integer.The first two digits of the field contain the last two digits of the year. The last two digits contain the numeric identity of the 28-day data update cycle. Each calendar year contains 13 such cycles, however, on rare occasions 14 cycles will be encountered.
- Specified by:
getCycleDatein interfaceILcdARINCModelDescriptorSupport- Returns:
- the cycle date
- See Also:
-
getExpirationDate
Description copied from interface:ILcdARINCModelDescriptorSupportReturns the expiration date for the corresponding model or null if there is no expiration date set.- Specified by:
getExpirationDatein interfaceILcdARINCModelDescriptorSupport- Returns:
- the expiration date
- See Also:
-
setCycleDate
public void setCycleDate(int aCycleDate) Description copied from interface:ILcdARINCModelDescriptorSupportSet the cycle date for the corresponding model. The cycle date is a 4 digits integer.The first two digits of the field contain the last two digits of the year. The last two digits contain the numeric identity of the 28-day data update cycle. Each calendar year contains 13 such cycles, however, on rare occasions 14 cycles will be encountered.
- Specified by:
setCycleDatein interfaceILcdARINCModelDescriptorSupport- Parameters:
aCycleDate- the cycle date- See Also:
-
setExpirationDate
Description copied from interface:ILcdARINCModelDescriptorSupportSet the expiration date for the ARINC data for the corresponding model.- Specified by:
setExpirationDatein interfaceILcdARINCModelDescriptorSupport- Parameters:
aExpirationDate- the expiration date to be set- See Also:
-