Package com.luciad.model
Interface ILcdModelDescriptorFactory
- All Known Subinterfaces:
ILcdSVGModelDescriptorFactory
public interface ILcdModelDescriptorFactory
Creates a
ILcdModelDescriptor for a given ILcdModel.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, ILcdModel aModel) Creates aILcdModelDescriptorbased on the arguments passed.
-
Method Details
-
createModelDescriptor
ILcdModelDescriptor createModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, ILcdModel aModel) Creates aILcdModelDescriptorbased on the arguments passed.- Parameters:
aSourceName- the source of the data contained in the model.aTypeName- the type of data contained in the model.aDisplayName- the display name for the data contained in the model.aModel- the model for which a descriptor should be created.- Returns:
- a
ILcdModelDescriptorfor aModel.
-