Class TLcdDAFIFAirspaceModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.airspace.TLcdAirspaceModelDescriptor
com.luciad.format.dafif.model.airspace.TLcdDAFIFAirspaceModelDescriptor
- All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport
,ILcdDataModelDescriptor
,ILcdModelDescriptor
,ILcdFeaturedDescriptor
,Serializable
public class TLcdDAFIFAirspaceModelDescriptor
extends TLcdAirspaceModelDescriptor
implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing
ILcdAirspace
objects.
The type name (getTypeName()
) is set to "DAFIF".- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The default display name associated with this model descriptor. -
Constructor Summary
ConstructorDescriptionTLcdDAFIFAirspaceModelDescriptor
(String aSourceName, TLcdDataType aType) Constructs a newTLcdDAFIFAirspaceModelDescriptor
object.TLcdDAFIFAirspaceModelDescriptor
(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated.TLcdDAFIFAirspaceModelDescriptor
(String aSourceName, String aDisplayName, TLcdDataType aType) Constructs a newTLcdDAFIFAirspaceModelDescriptor
object.TLcdDAFIFAirspaceModelDescriptor
(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.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.ais.model.TLcdHashedFeaturedModelDescriptor
getDataModel, getFeatureClass, getFeatureCount, getFeatureIndex, getFeatureName, getModelElementTypes, getModelTypes
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, 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.util.ILcdFeaturedDescriptor
getFeatureUnitOfMeasure
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Field Details
-
DISPLAY_NAME
The default display name associated with this model descriptor.- See Also:
-
-
Constructor Details
-
TLcdDAFIFAirspaceModelDescriptor
@Deprecated public TLcdDAFIFAirspaceModelDescriptor(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated.Constructs a newTLcdDAFIFAirspaceModelDescriptor
object. The default display name (DISPLAY_NAME
) is used.- Parameters:
aSourceName
- The name of the data source.aFeatureNames
- The feature names.aFeatureClasses
- The feature classes.
-
TLcdDAFIFAirspaceModelDescriptor
@Deprecated public TLcdDAFIFAirspaceModelDescriptor(String aSourceName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated.Constructs a newTLcdDAFIFAirspaceModelDescriptor
object.- Parameters:
aSourceName
- The name of the data source.aDisplayName
- The display name of the model descriptor.aFeatureNames
- The feature names.aFeatureClasses
- The feature classes.
-
TLcdDAFIFAirspaceModelDescriptor
Constructs a newTLcdDAFIFAirspaceModelDescriptor
object.- Parameters:
aSourceName
- The name of the data source.aType
- the type of the elements of this descriptor's model- See Also:
-
TLcdDAFIFAirspaceModelDescriptor
public TLcdDAFIFAirspaceModelDescriptor(String aSourceName, String aDisplayName, TLcdDataType aType) Constructs a newTLcdDAFIFAirspaceModelDescriptor
object.- Parameters:
aSourceName
- The name of the data source.aDisplayName
- The display name of the model descriptor.aType
- the type of the elements of this descriptor's model
-
-
Method Details
-
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
-