Package com.luciad.ais.model.route
Class TLcdMilitaryTrainingRouteModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.route.TLcdMilitaryTrainingRouteModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor
,ILcdModelDescriptor
,ILcdFeaturedDescriptor
,Serializable
- Direct Known Subclasses:
TLcdDAFIFMilitaryTrainingRouteModelDescriptor
An
ILcdModelDescriptor
implementation for models containing
ILcdMilitaryTrainingRoute
objects.
This model descriptor is also an ILcdDataModelDescriptor
.
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdMilitaryTrainingRouteModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Constructs a newTLcdMilitaryTrainingRouteModelDescriptor
object.TLcdMilitaryTrainingRouteModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionReturns the featured descriptor describing the featured route points.Returns the featured descriptor describing the featured route segments.void
setRoutePointDescriptor
(ILcdFeaturedDescriptor aRoutePointDescriptor) Specifies a featured descriptor for the route points.void
setRouteSegmentDescriptor
(ILcdFeaturedDescriptor aRunwayDirectionDescriptor) Specifies a featured descriptor for the route segments.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
-
TLcdMilitaryTrainingRouteModelDescriptor
@Deprecated public TLcdMilitaryTrainingRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Creates a newTLcdMilitaryTrainingRouteModelDescriptor
object. -
TLcdMilitaryTrainingRouteModelDescriptor
public TLcdMilitaryTrainingRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Constructs a newTLcdMilitaryTrainingRouteModelDescriptor
object.- Parameters:
aSourceName
- the name of the data sourceaTypeName
- the type nameaDisplayName
- the display nameaDataType
- the type of the elements of this descriptor's model- Since:
- 10.1
-
-
Method Details
-
setRouteSegmentDescriptor
Specifies a featured descriptor for the route segments. -
getRouteSegmentDescriptor
Returns the featured descriptor describing the featured route segments. -
getRoutePointDescriptor
Returns the featured descriptor describing the featured route points. -
setRoutePointDescriptor
Specifies a featured descriptor for the route points.
-
TLcdMilitaryTrainingRouteModelDescriptor(String, String, String, TLcdDataType)