Class TLcdVPFDatabasePanelModel

java.lang.Object
com.luciad.format.vpf.TLcdVPFLayerFactoryModel
com.luciad.format.vpf.TLcdVPFDatabasePanelModel
All Implemented Interfaces:
ILcdVPFDatabasePanelModel, ILcdVPFLayerFactoryModel

public class TLcdVPFDatabasePanelModel extends TLcdVPFLayerFactoryModel implements ILcdVPFDatabasePanelModel
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 TLcdVPFLayerFactoryModel providing functionality for changing the style of a VPF feature class.
  • Constructor Details

    • TLcdVPFDatabasePanelModel

      public TLcdVPFDatabasePanelModel()
      Deprecated.
  • Method Details

    • changeStyle

      public void changeStyle(EventObject aEventObject, TLcdVPFFeatureClass aVPFFeatureClass)
      Deprecated.
      Changes the style of the given VPF feature class. This implementation displays a JColorChooser to edit the color of the feature class.
      Specified by:
      changeStyle in interface ILcdVPFDatabasePanelModel
      Parameters:
      aEventObject - The event object from which the change request was initialized.
      aVPFFeatureClass - The selected feature class whose style is to be changed.