Package com.luciad.ais.model.route
Class TLcdATSRouteModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.route.TLcdATSRouteModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor,ILcdModelDescriptor,ILcdFeaturedDescriptor,Serializable
- Direct Known Subclasses:
TLcdAIXMRouteModelDescriptor,TLcdARINCEnrouteAirwayModelDescriptor,TLcdDAFIFATSRouteModelDescriptor
An
ILcdModelDescriptor implementation for models containing
ILcdATSRoute objects.
This model descriptor is also an ILcdDataModelDescriptor.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdATSRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Constructs a newTLcdATSRouteModelDescriptorobject.TLcdATSRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionReturns the featured descriptor describing the featuredILcdDMEobjects that can be part of a route segment.Returns the featured descriptor describing the featuredILcdMarkerobjects that can be part of a route segment.Returns the featured descriptor describing the featuredILcdNDBobjects that can be part of a route segment.Returns the featured descriptor describing the featuredILcdRouteSegmentobjects.Returns the featured descriptor describing the featuredILcdTACANobjects that can be part of a route segment.Returns the featured descriptor describing the featuredILcdVORobjects that can be part of a route segment.Returns the featured descriptor describing the featuredILcdWayPointobjects that can be part of a route segment.voidsetDMEDescriptor(ILcdFeaturedDescriptor aDMEDescriptor) Specifies a featured descriptor for the featuredILcdDMEobjects that can be part of a route segment.voidsetMarkerDescriptor(ILcdFeaturedDescriptor aMarkerDescriptor) Specifies a featured descriptor for the featuredILcdMarkerobjects that can be part of a route segment.voidsetNDBDescriptor(ILcdFeaturedDescriptor aNDBDescriptor) Specifies a featured descriptor for the featuredILcdNDBobjects that can be part of a route segment.voidsetRouteSegmentDescriptor(ILcdFeaturedDescriptor aRouteSegmentDescriptor) Specifies a featured descriptor for the featuredILcdRouteSegmentobjects.voidsetTACANDescriptor(ILcdFeaturedDescriptor aTACANDescriptor) Specifies a featured descriptor for the featuredILcdTACANobjects that can be part of a route segment.voidsetVORDescriptor(ILcdFeaturedDescriptor aVORDescriptor) Specifies a featured descriptor for the featuredILcdVORobjects that can be part of a route segment.voidsetWaypointDescriptor(ILcdFeaturedDescriptor aWaypointDescriptor) Specifies a featured descriptor for the featuredILcdWayPointobjects that can be part of a route segment.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
-
TLcdATSRouteModelDescriptor
@Deprecated public TLcdATSRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Constructs a newTLcdATSRouteModelDescriptorobject.- 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
-
TLcdATSRouteModelDescriptor
public TLcdATSRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Constructs a newTLcdATSRouteModelDescriptorobject.- 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
- See Also:
-
-
Method Details
-
getRouteSegmentDescriptor
Returns the featured descriptor describing the featuredILcdRouteSegmentobjects.- Returns:
- the featured descriptor describing the featured
ILcdRouteSegmentobjects.
-
setRouteSegmentDescriptor
Specifies a featured descriptor for the featuredILcdRouteSegmentobjects.- Parameters:
aRouteSegmentDescriptor- a featured descriptor for the featuredILcdRouteSegmentobjects.
-
getWaypointDescriptor
Returns the featured descriptor describing the featuredILcdWayPointobjects that can be part of a route segment. Note that this can be null (e.g. when no waypoints are used in the construction of route segments).- Returns:
- the featured descriptor describing the featured
ILcdWayPointobjects that can be part of a route segment. Null is returned if no featured descriptor is available.
-
setWaypointDescriptor
Specifies a featured descriptor for the featuredILcdWayPointobjects that can be part of a route segment.- Parameters:
aWaypointDescriptor- a featured descriptor for featuredILcdWayPointobjects.
-
getVORDescriptor
Returns the featured descriptor describing the featuredILcdVORobjects that can be part of a route segment. Note that this can be null (e.g. when no VORs are used in the construction of route segments).- Returns:
- the featured descriptor describing the featured
ILcdVORobjects that can be part of a route segment. Null is returned if no featured descriptor is available.
-
setVORDescriptor
Specifies a featured descriptor for the featuredILcdVORobjects that can be part of a route segment.- Parameters:
aVORDescriptor- a featured descriptor for featuredILcdVORobjects.
-
getDMEDescriptor
Returns the featured descriptor describing the featuredILcdDMEobjects that can be part of a route segment. Note that this can be null (e.g. when no DMEs are used in the construction of route segments).- Returns:
- the featured descriptor describing the featured
ILcdDMEobjects that can be part of a route segment. Null is returned if no featured descriptor is available.
-
setDMEDescriptor
Specifies a featured descriptor for the featuredILcdDMEobjects that can be part of a route segment.- Parameters:
aDMEDescriptor- a featured descriptor for featuredILcdDMEobjects.
-
getNDBDescriptor
Returns the featured descriptor describing the featuredILcdNDBobjects that can be part of a route segment. Note that this can be null (e.g. when no NDBs are used in the construction of route segments).- Returns:
- the featured descriptor describing the featured
ILcdNDBobjects that can be part of a route segment. Null is returned if no featured descriptor is available.
-
setNDBDescriptor
Specifies a featured descriptor for the featuredILcdNDBobjects that can be part of a route segment.- Parameters:
aNDBDescriptor- a featured descriptor for featuredILcdNDBobjects.
-
getTACANDescriptor
Returns the featured descriptor describing the featuredILcdTACANobjects that can be part of a route segment. Note that this can be null (e.g. when no TACANs are used in the construction of route segments).- Returns:
- the featured descriptor describing the featured
ILcdTACANobjects that can be part of a route segment. Null is returned if no featured descriptor is available.
-
setTACANDescriptor
Specifies a featured descriptor for the featuredILcdTACANobjects that can be part of a route segment.- Parameters:
aTACANDescriptor- a featured descriptor for featuredILcdTACANobjects.
-
getMarkerDescriptor
Returns the featured descriptor describing the featuredILcdMarkerobjects that can be part of a route segment. Note that this can be null (e.g. when no Markers are used in the construction of route segments).- Returns:
- the featured descriptor describing the featured
ILcdMarkerobjects that can be part of a route segment. Null is returned if no featured descriptor is available.
-
setMarkerDescriptor
Specifies a featured descriptor for the featuredILcdMarkerobjects that can be part of a route segment.- Parameters:
aMarkerDescriptor- a featured descriptor for featuredILcdMarkerobjects.
-
TLcdATSRouteModelDescriptor(String, String, String, TLcdDataType)