Package com.luciad.ais.model.vfr
Class TLcdVFRRouteModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.vfr.TLcdVFRRouteModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor,ILcdModelDescriptor,ILcdFeaturedDescriptor,Serializable
- Direct Known Subclasses:
TLcdDAFIFVFRRouteModelDescriptor
A model descriptor for models containing
ILcdVFRRoute objects that are
not offset routes (the isOffset method returns false).
This model descriptor is also an ILcdDataModelDescriptor.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdVFRRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aVFRRouteType) Constructs a newTLcdVFRRouteModelDescriptorobject.TLcdVFRRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionReturns the featured descriptor describing the featured route points.voidsetRoutePointDescriptor(ILcdFeaturedDescriptor aPointDescriptor) Specifies a featured descriptor describing the route points.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
-
TLcdVFRRouteModelDescriptor
@Deprecated public TLcdVFRRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Constructs a newTLcdVFRRouteModelDescriptorobject.- 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
-
TLcdVFRRouteModelDescriptor
public TLcdVFRRouteModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aVFRRouteType) Constructs a newTLcdVFRRouteModelDescriptorobject.- Parameters:
aSourceName- the name of the data sourceaTypeName- the type name of the data sourceaDisplayName- the display name of the data sourceaVFRRouteType- the data type of the elements of this descriptor's model- Since:
- 10.1
- See Also:
-
-
Method Details
-
setRoutePointDescriptor
Specifies a featured descriptor describing the route points.- Parameters:
aPointDescriptor- a featured descriptor describing the route points- See Also:
-
getRoutePointDescriptor
Returns the featured descriptor describing the featured route points.- Returns:
- the featured descriptor describing the featured route points
- See Also:
-
TLcdVFRRouteModelDescriptor(String, String, String, TLcdDataType)