Package com.luciad.ais.model.procedure
Class TLcdProcedureModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.ais.model.TLcdHashedFeaturedModelDescriptor
com.luciad.ais.model.procedure.TLcdProcedureModelDescriptor
- All Implemented Interfaces:
ILcdDataModelDescriptor
,ILcdModelDescriptor
,ILcdFeaturedDescriptor
,Serializable
A model descriptor for models containing
ILcdProcedure
objects.
This model descriptor is also an ILcdDataModelDescriptor
.- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdProcedureModelDescriptor
(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aElementType) Constructs a newTLcdProcedureModelDescriptor
object.TLcdProcedureModelDescriptor
(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, 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
-
TLcdProcedureModelDescriptor
@Deprecated public TLcdProcedureModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, String[] aFeatureNames, Class[] aFeatureClasses) Constructs a newTLcdProcedureModelDescriptor
object.- 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
-
TLcdProcedureModelDescriptor
public TLcdProcedureModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aElementType) Constructs a newTLcdProcedureModelDescriptor
object. TheaElementType
parameter will be used to determine the names and classes of the features of the model elements.- 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 of the elements that will be contained in the model that uses this descriptor.- Since:
- 10.1
-
TLcdProcedureModelDescriptor(String, String, String, TLcdDataType)