Uses of Class
com.luciad.format.vpf.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
Modifier and TypeMethodDescriptionstatic TLcdVPFGeoSymProvider
TLcdVPFGeoSymProvider.getInstance
(String aGeoSymProductId) Returns aTLcdVPFGeoSymProvider
instance, initialized with the given GeoSym style for the given product type.ModifierConstructorDescriptionTLcdVPFPointListPainter
(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
Modifier and TypeMethodDescriptionTLcdVPFGXYPainterProvider.getGeoSymProvider()
Returns theTLcdVPFGeoSymProvider
that is used.Modifier and TypeMethodDescriptionvoid
TLcdVPFGXYPainterProvider.setGeoSymProvider
(TLcdVPFGeoSymProvider aGeoSymProvider) Sets theTLcdVPFGeoSymProvider
to be used.