Interface ILcdVPFDatabasePanelModel

All Superinterfaces:
ILcdVPFLayerFactoryModel
All Known Implementing Classes:
TLcdVPFDatabasePanelModel

public interface ILcdVPFDatabasePanelModel extends ILcdVPFLayerFactoryModel
Deprecated.
As of V7.2, this class should no longer be used. Instead, a sample class is provided with the samples, that allows to change the style in an ILcdVPFLayerFactoryModel implementation.
Extension of ILcdVPFLayerFactoryModel providing functionality for changing the style of a VPF feature class.
  • Method Details

    • changeStyle

      void changeStyle(EventObject aEventObject, TLcdVPFFeatureClass aVPFFeatureClass)
      Deprecated.
      Changes the style of the given VPF feature class.
      Parameters:
      aEventObject - The event object from which the change request was initialized.
      aVPFFeatureClass - The selected feature class whose style is to be changed.