Uses of Class
com.luciad.format.vpf.TLcdVPFLibrary
Package
Description
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
-
Uses of TLcdVPFLibrary in com.luciad.format.vpf
Modifier and TypeMethodDescriptionTLcdVPFDatabase.getLibraries()
Returns an array containing all libraries that are part of this database.TLcdVPFDatabase.getLibraries
(ILcdBounds aBounds) Returns an array containing all libraries that are part of this database and overlap with the given bounds.TLcdVPFCoverage.getLibrary()
Returns the library to which this coverage belongs.TLcdVPFDatabase.getLibrary
(String aLibraryName) Returns theTLcdVPFLibrary
of this database which name isaLibraryName
.TLcdVPFLayer.getVPFLibrary()
Deprecated.TLcdVPFDatabase.retrieveLibraries()
Deprecated.use getLibaries()TLcdVPFDatabase.retrieveLibraries
(ILcdBounds aBounds) Deprecated.use getLibaries(com.luciad.shape.ILcdBounds)TLcdVPFBrowser.retrieveVPFLibrary
(TLcdVPFDatabase aVPFDatabase, String aLibName) Deprecated.Returns the VPF library with the given library name that is part of the given VPF database.