Uses of Interface
com.luciad.format.vpf.ILcdVPFLayerFactoryModel
Packages that use ILcdVPFLayerFactoryModel
Package
Description
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
Contains class for visualization of VPF data.
-
Uses of ILcdVPFLayerFactoryModel in com.luciad.format.vpf
Subinterfaces of ILcdVPFLayerFactoryModel in com.luciad.format.vpfModifier and TypeInterfaceDescriptioninterfaceDeprecated.As of V7.2, this class should no longer be used.Classes in com.luciad.format.vpf that implement ILcdVPFLayerFactoryModelModifier and TypeClassDescriptionclassDeprecated.As of V7.2, this class should no longer be used.classDefault implementation ofILcdVPFLayerFactoryModel.Methods in com.luciad.format.vpf that return ILcdVPFLayerFactoryModelModifier and TypeMethodDescriptionTLcdVPFDatabasePanel.getVPFLayerFactoryModel()Deprecated.Returns theILcdVPFLayerFactoryModelto use.TLcdVPFLayerFactory.getVPFLayerFactoryModel()Deprecated.Methods in com.luciad.format.vpf with parameters of type ILcdVPFLayerFactoryModelModifier and TypeMethodDescriptionTLcdVPFLayerFactory.createDefaultGXYLayer(Properties aProperties, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) Deprecated.TLcdVPFLayerFactory.createGXYLayer(Properties aProperties, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) Deprecated.protected ILcdGXYLabelPainterProviderTLcdVPFLayerFactory.retrieveLabelPainterProvider(TLcdVPFFeatureClass aVPFFeatureClass, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) Deprecated.protected ILcdGXYPainterProviderTLcdVPFLayerFactory.retrievePainterProvider(TLcdVPFFeatureClass aVPFFeatureClass, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) Deprecated.voidTLcdVPFDatabasePanel.setVPFLayerFactoryModel(ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) Deprecated.Sets theILcdVPFLayerFactoryModelto use.voidTLcdVPFLayerFactory.setVPFLayerFactoryModel(ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) Deprecated.Constructors in com.luciad.format.vpf with parameters of type ILcdVPFLayerFactoryModelModifierConstructorDescriptionTLcdVPFLayerFactory(ILcdGXYView aGXYView, ILcdVPFLayerFactoryModel aVPFLayerFactoryModel, ILcdBuffer aBuffer) Deprecated. -
Uses of ILcdVPFLayerFactoryModel in com.luciad.format.vpf.gxy
Methods in com.luciad.format.vpf.gxy that return ILcdVPFLayerFactoryModelModifier and TypeMethodDescriptionTLcdVPFGXYPainterProvider.getVPFLayerFactoryModel()Returns theILcdVPFLayerFactoryModelthat is used when GeoSym is not active.Methods in com.luciad.format.vpf.gxy with parameters of type ILcdVPFLayerFactoryModelModifier and TypeMethodDescriptionvoidTLcdVPFGXYPainterProvider.setVPFLayerFactoryModel(ILcdVPFLayerFactoryModel aVPFLayerFactoryModel) Sets theILcdVPFLayerFactoryModelto be used when GeoSym is not active.