Package com.luciad.ais.model.aerodrome
Class TLcdAerodromeModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.aerodrome.TLcdAerodromeModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor
,ILcdModelDescriptor
,ILcdFeaturedDescriptor
,Serializable
- Direct Known Subclasses:
TLcdAIXMAerodromeModelDescriptor
,TLcdARINCAerodromeModelDescriptor
,TLcdDAFIFAerodromeModelDescriptor
A model descriptor for models containing
ILcdAerodrome
objects.
This model descriptor is also an ILcdDataModelDescriptor
.
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdAerodromeModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Constructs a newTLcdAerodromeModelDescriptor
object.TLcdAerodromeModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionReturns the featured descriptor describing the featured runway directions.void
setCollocatedAerodromeDescriptor
(ILcdFeaturedDescriptor aCollocatedAerodromeDescriptor) Specifies a featured descriptor for the runway directions.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
-
TLcdAerodromeModelDescriptor
@Deprecated public TLcdAerodromeModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Constructs a newTLcdAerodromeModelDescriptor
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
-
TLcdAerodromeModelDescriptor
public TLcdAerodromeModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Constructs a newTLcdAerodromeModelDescriptor
object.- Parameters:
aSourceName
- the name of the data sourceaTypeName
- the type name of the data sourceaDisplayName
- the display name of the data sourceaDataType
- the data type of this aerodrome- Since:
- 10.1
-
-
Method Details
-
setCollocatedAerodromeDescriptor
Specifies a featured descriptor for the runway directions. -
getCollocatedAerodromeDescriptor
Returns the featured descriptor describing the featured runway directions.
-
TLcdAerodromeModelDescriptor(String, String, String, TLcdDataType)