Package com.luciad.ais.model.obstacle
Class TLcdObstacleModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.obstacle.TLcdObstacleModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor,ILcdModelDescriptor,ILcdFeaturedDescriptor,Serializable
- Direct Known Subclasses:
TLcdAIXMObstacleModelDescriptor
A model descriptor for models containing
ILcdObstacle objects.- Since:
- 2014.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdObstacleModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Create a new model descriptor. -
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
-
TLcdObstacleModelDescriptor
public TLcdObstacleModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aDataType) Create a new model descriptor.- Parameters:
aSourceName- The source of the dataaTypeName- The type name of the dataaDisplayName- The display name of the dataaDataType- The data type of the data, must be an extension ofTLcdAISDataTypes.Obstacle.
-