public class TLcdDAFIFVFRRouteModelDescriptor extends TLcdVFRRouteModelDescriptor implements ILcdDAFIFModelDescriptorSupport
ILcdVFRRoute
objects.
The type name (getTypeName()
) is set to "DAFIF".TLcdVFRRouteModelDescriptor
,
Serialized FormConstructor and Description |
---|
TLcdDAFIFVFRRouteModelDescriptor(java.lang.String aSourceName,
java.lang.String[] aFeatureNames,
java.lang.Class[] aFeatureClasses)
Deprecated.
|
TLcdDAFIFVFRRouteModelDescriptor(java.lang.String aSourceName,
TLcdDataType aVFRRouteType)
Constructs a new
TLcdDAFIFVFRRouteModelDescriptor object. |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEffectiveDate()
Returns the effective date for the corresponding DAFIF model or null if no effective date is set.
|
java.util.Date |
getExpirationDate()
Returns the expiration date for the corresponding DAFIF model or null if no effective date is set.
|
void |
setEffectiveDate(java.util.Date aDate)
Set the effective date for the corresponding DAFIF model.
|
void |
setExpirationDate(java.util.Date aDate)
Set the expiration date for the corresponding DAFIF model.
|
getRoutePointDescriptor, setRoutePointDescriptor
getDataModel, getFeatureClass, getFeatureCount, getFeatureIndex, getFeatureName, getModelElementTypes, getModelTypes
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFeatureUnitOfMeasure
getDisplayName, getSourceName, getTypeName
@Deprecated public TLcdDAFIFVFRRouteModelDescriptor(java.lang.String aSourceName, java.lang.String[] aFeatureNames, java.lang.Class[] aFeatureClasses)
TLcdDAFIFVFRRouteModelDescriptor(String, TLcdDataType)
TLcdDAFIFVFRRouteModelDescriptor
object.aSourceName
- the name of the data sourceaFeatureNames
- the feature namesaFeatureClasses
- the feature classespublic TLcdDAFIFVFRRouteModelDescriptor(java.lang.String aSourceName, TLcdDataType aVFRRouteType)
TLcdDAFIFVFRRouteModelDescriptor
object.aSourceName
- the name of the data sourceaVFRRouteType
- the type of the elements of this descriptor's modelTLcdDAFIFDataTypes.VFRRoute
,
TLcdDAFIFTDataTypes.VFRRoute
public java.util.Date getEffectiveDate()
ILcdDAFIFModelDescriptorSupport
getEffectiveDate
in interface ILcdDAFIFModelDescriptorSupport
public java.util.Date getExpirationDate()
ILcdDAFIFModelDescriptorSupport
getExpirationDate
in interface ILcdDAFIFModelDescriptorSupport
public void setEffectiveDate(java.util.Date aDate)
ILcdDAFIFModelDescriptorSupport
setEffectiveDate
in interface ILcdDAFIFModelDescriptorSupport
aDate
- the effective date to be setpublic void setExpirationDate(java.util.Date aDate)
ILcdDAFIFModelDescriptorSupport
setExpirationDate
in interface ILcdDAFIFModelDescriptorSupport
aDate
- the expiration date to be set