Package com.luciad.ais.model.vfr
Class TLcdVFROffsetModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.vfr.TLcdVFROffsetModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor,ILcdModelDescriptor,ILcdFeaturedDescriptor,Serializable
- Direct Known Subclasses:
TLcdDAFIFVFROffsetModelDescriptor
A model descriptor for models containing
ILcdVFRRoute objects that represent
offset routes (the isOffset method returns true).
This model descriptor is also an ILcdDataModelDescriptor.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdVFROffsetModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aElementType) Constructs a newTLcdVFROffsetModelDescriptorobject.TLcdVFROffsetModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Deprecated. -
Method Summary
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
-
TLcdVFROffsetModelDescriptor
@Deprecated public TLcdVFROffsetModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Constructs a newTLcdVFROffsetModelDescriptorobject.- 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
-
TLcdVFROffsetModelDescriptor
public TLcdVFROffsetModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aElementType) Constructs a newTLcdVFROffsetModelDescriptorobject.- Parameters:
aSourceName- the name of the data sourceaTypeName- the type name of the data sourceaDisplayName- the display name of the data sourceaElementType- the data type for this descriptor- Since:
- 10.1
-
TLcdVFROffsetModelDescriptor(String, String, String, TLcdDataType)