Class TLcdDAFIFHeliportModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.aerodrome.TLcdHeliportModelDescriptor
com.luciad.format.dafif.model.aerodrome.TLcdDAFIFHeliportModelDescriptor
- All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport,ILcdDataModelDescriptor,ILcdModelDescriptor,ILcdCollectionFeaturedDescriptor,ILcdFeaturedDescriptor,Serializable
public class TLcdDAFIFHeliportModelDescriptor
extends TLcdHeliportModelDescriptor
implements ILcdCollectionFeaturedDescriptor, ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILcdAerodrome objects
that represent heliports.
The type name (getTypeName()) and the display name (getDisplayName())
are respectively set to "DAFIF" and DISPLAY_NAME.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe display name associated with this model descriptor. -
Constructor Summary
ConstructorsConstructorDescriptionTLcdDAFIFHeliportModelDescriptor(String aSourceName, TLcdDataType aDataType) Constructs a newTLcdDAFIFHeliportModelDescriptorobject.TLcdDAFIFHeliportModelDescriptor(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionReturns the descriptor for the heliport communications.Returns 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.getFeatureElementClass(int aIndex) Returns class of elements in a collection returned byILcdFeaturedDescriptor.getFeatureClass(int)given that all elements must implement this class.voidsetCommunicationDescriptor(ILcdFeaturedDescriptor aCommunicationDescriptor) Specifies a featured descriptor for the communication objects.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.ais.model.TLcdHashedFeaturedModelDescriptor
getDataModel, getFeatureClass, getFeatureCount, getFeatureIndex, getFeatureName, getModelElementTypes, getModelTypesMethods 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
getFeatureClass, getFeatureCount, getFeatureIndex, getFeatureName, 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
-
TLcdDAFIFHeliportModelDescriptor
@Deprecated public TLcdDAFIFHeliportModelDescriptor(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated.Constructs a newTLcdDAFIFHeliportModelDescriptorobject.- Parameters:
aSourceName- The name of the data source.aFeatureNames- The feature names.aFeatureClasses- The feature classes.
-
TLcdDAFIFHeliportModelDescriptor
Constructs a newTLcdDAFIFHeliportModelDescriptorobject.- Parameters:
aSourceName- The name of the data source.aDataType- the type of the elements of this descriptor's model- See Also:
-
-
Method Details
-
getCommunicationDescriptor
Returns the descriptor for the heliport communications.- Returns:
- the descriptor for the heliport communications.
- See Also:
-
setCommunicationDescriptor
Specifies a featured descriptor for the communication objects.- Parameters:
aCommunicationDescriptor- The featured communication descriptor.- See Also:
-
getFeatureElementClass
Description copied from interface:ILcdCollectionFeaturedDescriptorReturns class of elements in a collection returned byILcdFeaturedDescriptor.getFeatureClass(int)given that all elements must implement this class. If the feature class is not a collection, this method returnsnull.- Specified by:
getFeatureElementClassin interfaceILcdCollectionFeaturedDescriptor- Parameters:
aIndex- the index of the feature to retrieve the elements class for. Typically this should only be done for features in whichILcdFeaturedDescriptor.getFeatureClass(int)returns some kind of collection. For other features (with single values), this method should revert toILcdFeaturedDescriptor.getFeatureClass(int).- Returns:
- class of elements in a collection returned by
ILcdFeaturedDescriptor.getFeatureClass(int)given that all elements must implement this class. If the feature class is not a collection, this method returnsnull.
-
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
-
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
-
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
-