Uses of Class
com.luciad.format.vpf.TLcdVPFGeoSymProvider
Packages that use TLcdVPFGeoSymProvider
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 TLcdVPFGeoSymProvider in com.luciad.format.vpf
Methods in com.luciad.format.vpf that return TLcdVPFGeoSymProviderModifier and TypeMethodDescriptionstatic TLcdVPFGeoSymProvider
TLcdVPFGeoSymProvider.getInstance
(String aGeoSymProductId) Returns aTLcdVPFGeoSymProvider
instance, initialized with the given GeoSym style for the given product type.Constructors in com.luciad.format.vpf with parameters of type TLcdVPFGeoSymProviderModifierConstructorDescriptionTLcdVPFPointListPainter
(TLcdVPFGeoSymProvider aGeoSymProvider) Constructs a newTLcdVPFPointListPainter
, initialized with the given GeoSym provider.TLcdVPFPointPainter
(TLcdVPFGeoSymProvider aGeoSymProvider) Constructs a newTLcdVPFPointPainter
, initialized with the given GeoSym provider. -
Uses of TLcdVPFGeoSymProvider in com.luciad.format.vpf.gxy
Methods in com.luciad.format.vpf.gxy that return TLcdVPFGeoSymProviderModifier and TypeMethodDescriptionTLcdVPFGXYPainterProvider.getGeoSymProvider()
Returns theTLcdVPFGeoSymProvider
that is used.Methods in com.luciad.format.vpf.gxy with parameters of type TLcdVPFGeoSymProviderModifier and TypeMethodDescriptionvoid
TLcdVPFGXYPainterProvider.setGeoSymProvider
(TLcdVPFGeoSymProvider aGeoSymProvider) Sets theTLcdVPFGeoSymProvider
to be used.