Class TLcdDAFIFAirspaceModelListDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.model.TLcdEditableModelListDescriptor
com.luciad.model.TLcdEditableDataModelListDescriptor
com.luciad.format.dafif.model.airspace.TLcdDAFIFAirspaceModelListDescriptor
- All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport,ILcdDataModelDescriptor,ILcdModelDescriptor,Serializable
public class TLcdDAFIFAirspaceModelListDescriptor
extends TLcdEditableDataModelListDescriptor
implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing
ILcdAirspace objects
( ADA, ADIZ, ARTCC, ACC, BZ, CTA, CTR, FIR, OCA, RA, TMA, UIR, MODE_C and OTHER ).
The type name (getTypeName()) and the display name (getDisplayName())
are respectively set to "DAFIF" and DISPLAY_NAME.- Since:
- 9.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default display name associated with this model descriptor. -
Constructor Summary
ConstructorsConstructorDescriptionTLcdDAFIFAirspaceModelListDescriptor(String aSourceName) Constructs a newTLcdDAFIFAirspaceModelListDescriptorobject. -
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/format name of the data source.voidsetEffectiveDate(Date aDate) Set the effective date for the corresponding DAFIF model.voidsetExpirationDate(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, 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
-
TLcdDAFIFAirspaceModelListDescriptor
Constructs a newTLcdDAFIFAirspaceModelListDescriptorobject.- Parameters:
aSourceName- The name of the data source.
-
-
Method Details
-
getTypeName
Description copied from interface:ILcdModelDescriptorReturns the type/format name of the data source. The data format String is an easy means to identify a format. It is not guaranteed to be unique, so additional checks may be necessary. This can be mif or shape, for instance.- Specified by:
getTypeNamein interfaceILcdModelDescriptor- Overrides:
getTypeNamein classTLcdModelDescriptor- Returns:
- the type name of the data source.
-
setExpirationDate
Description copied from interface:ILcdDAFIFModelDescriptorSupportSet the expiration date for the corresponding DAFIF model. Expiration date information can be retrieved from the VERSION file.- Specified by:
setExpirationDatein interfaceILcdDAFIFModelDescriptorSupport- Parameters:
aDate- the expiration date to be set
-
getExpirationDate
Description copied from interface:ILcdDAFIFModelDescriptorSupportReturns 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:
getExpirationDatein interfaceILcdDAFIFModelDescriptorSupport- Returns:
- the expiration date of the model
-
setEffectiveDate
Description copied from interface:ILcdDAFIFModelDescriptorSupportSet the effective date for the corresponding DAFIF model. Effective date information can be retrieved from the VERSION file.- Specified by:
setEffectiveDatein interfaceILcdDAFIFModelDescriptorSupport- Parameters:
aDate- the effective date to be set
-
getEffectiveDate
Description copied from interface:ILcdDAFIFModelDescriptorSupportReturns 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:
getEffectiveDatein interfaceILcdDAFIFModelDescriptorSupport- Returns:
- the effective date of the model
-