Package com.luciad.format.vpf
Interface ILcdVPFDatabasePanelModel
- All Superinterfaces:
ILcdVPFLayerFactoryModel
- All Known Implementing Classes:
TLcdVPFDatabasePanelModel
Deprecated.
Extension of
ILcdVPFLayerFactoryModel
providing functionality for changing the style
of a VPF feature class.-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeStyle
(EventObject aEventObject, TLcdVPFFeatureClass aVPFFeatureClass) Deprecated.Changes the style of the given VPF feature class.Methods inherited from interface com.luciad.format.vpf.ILcdVPFLayerFactoryModel
getFillStyle, getGXYLayerIcon, getLineStyle, getModelType, getPointIcon, getPointSelectionIcon, getScaleRange, getTextFont, getTextForeground, isAreaFilled
-
Method Details
-
changeStyle
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.
-
ILcdVPFLayerFactoryModel
implementation.