Class TLcdDAFIFVORModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.navaid.TLcdVORModelDescriptor
com.luciad.format.dafif.model.navaid.TLcdDAFIFVORModelDescriptor
- All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport,ILcdDataModelDescriptor,ILcdModelDescriptor,ILcdFeaturedDescriptor,Serializable
public class TLcdDAFIFVORModelDescriptor
extends TLcdVORModelDescriptor
implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing
ILcdVOR objects.
The type name (getTypeName()) is set to "DAFIF".- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdDAFIFVORModelDescriptor(String aSourceName, String aDisplayName, TLcdDataType aDataType) Constructs a newTLcdDAFIFVORModelDescriptorobject.TLcdDAFIFVORModelDescriptor(String aSourceName, String aDisplayName, ILcdFeaturedDescriptor aFeaturedDescriptor) Deprecated.TLcdDAFIFVORModelDescriptor(String aSourceName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated. -
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.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
getFeatureUnitOfMeasureMethods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Constructor Details
-
TLcdDAFIFVORModelDescriptor
@Deprecated public TLcdDAFIFVORModelDescriptor(String aSourceName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated.Constructs a newTLcdDAFIFVORModelDescriptorobject.- Parameters:
aSourceName- The name of the data source.aDisplayName- The display name of the data source.aFeatureNames- The feature names.aFeatureClasses- The feature classes.
-
TLcdDAFIFVORModelDescriptor
@Deprecated public TLcdDAFIFVORModelDescriptor(String aSourceName, String aDisplayName, ILcdFeaturedDescriptor aFeaturedDescriptor) Deprecated.Constructs a newTLcdDAFIFVORModelDescriptorobject.- Parameters:
aSourceName- The name of the data source.aDisplayName- The display name of the data source.aFeaturedDescriptor- The feature descriptor.
-
TLcdDAFIFVORModelDescriptor
Constructs a newTLcdDAFIFVORModelDescriptorobject.- Parameters:
aSourceName- the name of the data sourceaDisplayName- The display name of the data source.aDataType- the type of the elements of this descriptor's model- See Also:
-
-
Method Details
-
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
-