Package com.luciad.ais.model.navaid
Class TLcdILSModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.navaid.TLcdILSModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor
,ILcdModelDescriptor
,ILcdFeaturedDescriptor
,Serializable
- Direct Known Subclasses:
TLcdAIXMILSModelDescriptor
,TLcdARINCILSModelDescriptor
A model descriptor for models containing
ILcdILS
objects.
This model descriptor is also an ILcdDataModelDescriptor
.
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdILSModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Constructs a newTLcdILSModelDescriptor
object.TLcdILSModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionReturns the featuredDescriptor for the DME component of an ILS installation.Returns the featuredDescriptor for the glide path component of an ILS installation.Returns the featuredDescriptor for the localizer component of an ILS installation.Returns the featuredDescriptor for the markers of an ILS installation.void
setDMEDescriptor
(TLcdHashedFeaturedDescriptor aDMEDescriptor) Specifies a featuredDescriptor describing the DME component of an ILS installationvoid
setGlidePathDescriptor
(TLcdHashedFeaturedDescriptor aGlidePathDescriptor) Specifies a featuredDescriptor describing the glide path component of an ILS installation.void
setLocalizerDescriptor
(TLcdHashedFeaturedDescriptor aLocalizerDescriptor) Specifies a featuredDescriptor describing the localizer component of an ILS installation.void
setMarkerDescriptor
(TLcdHashedFeaturedDescriptor aMarkerDescriptor) Specifies a featuredDescriptor describing the markers of an ILS installation.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
-
Constructor Details
-
TLcdILSModelDescriptor
@Deprecated public TLcdILSModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated.Constructs a newTLcdILSModelDescriptor
object.- Parameters:
aSourceName
- the name of the data sourceaTypeName
- the type name of the data sourceaDisplayName
- the display name of the data sourceaFeatureNames
- the feature namesaFeatureClasses
- the feature classes
-
TLcdILSModelDescriptor
public TLcdILSModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Constructs a newTLcdILSModelDescriptor
object.- Parameters:
aSourceName
- the name of the data sourceaTypeName
- the type name of the data sourceaDisplayName
- the display name of the data sourceaDataType
- the type of the elements of this descriptor's model- Since:
- 10.1
-
-
Method Details
-
getDMEDescriptor
Returns the featuredDescriptor for the DME component of an ILS installation.- Returns:
- the featuredDescriptor for the DME component
- See Also:
-
setDMEDescriptor
Specifies a featuredDescriptor describing the DME component of an ILS installation- Parameters:
aDMEDescriptor
- a featuredDescriptor describing the DME component- See Also:
-
getGlidePathDescriptor
Returns the featuredDescriptor for the glide path component of an ILS installation.- Returns:
- the featuredDescriptor for the glide path component
- See Also:
-
setGlidePathDescriptor
Specifies a featuredDescriptor describing the glide path component of an ILS installation.- Parameters:
aGlidePathDescriptor
- a featuredDescriptor describing the glide path component- See Also:
-
getLocalizerDescriptor
Returns the featuredDescriptor for the localizer component of an ILS installation.- Returns:
- the featuredDescriptor for the localizer component
- See Also:
-
setLocalizerDescriptor
Specifies a featuredDescriptor describing the localizer component of an ILS installation.- Parameters:
aLocalizerDescriptor
- a featuredDescriptor describing the localizer component- See Also:
-
getMarkerDescriptor
Returns the featuredDescriptor for the markers of an ILS installation.- Returns:
- the featuredDescriptor for the markers
- See Also:
-
setMarkerDescriptor
Specifies a featuredDescriptor describing the markers of an ILS installation.- Parameters:
aMarkerDescriptor
- a featuredDescriptor describing the markers- See Also:
-
TLcdILSModelDescriptor(String, String, String, TLcdDataType)