Class TLcyDrawingModelDescriptor

java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.model.TLcdFeaturedModelDescriptor
com.luciad.lucy.addons.drawing.model.TLcyDrawingModelDescriptor
All Implemented Interfaces:
ILcdModelDescriptor, ILcdFeaturedDescriptor, ILcdFeaturedDescriptorProvider, Serializable
Direct Known Subclasses:
TLcyDrawingDataModelDescriptor

public class TLcyDrawingModelDescriptor extends TLcdFeaturedModelDescriptor

The ILcdModelDescriptor used by the models created by the TLcyDrawingFormat when specified in the configuration file of the drawing add-on.

The default ILcdModelDescriptor for drawing models is the TLcyDrawingDataModelDescriptor.

Since:
8.2
See Also:
  • Constructor Details

    • TLcyDrawingModelDescriptor

      public TLcyDrawingModelDescriptor(String aSourceName, String aDisplayName)
      Constructs a new TLcyDrawingModelDescriptor with the given parameters
      Parameters:
      aSourceName - the source name
      aDisplayName - the display name
    • TLcyDrawingModelDescriptor

      public TLcyDrawingModelDescriptor(String aSourceName, String aDisplayName, TLcyDrawingStyleRepository aDrawingModelStyle)
      Constructs a new TLcyDrawingModelDescriptor with the given parameters
      Parameters:
      aSourceName - the source name
      aDisplayName - the display name
      aDrawingModelStyle - Repository containing SLD styles which can be used by the domain objects
  • Method Details