Uses of Class
com.luciad.format.vpf.TLcdVPFDatabase
Packages that use TLcdVPFDatabase
Package
Description
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
-
Uses of TLcdVPFDatabase in com.luciad.format.vpf
Methods in com.luciad.format.vpf that return TLcdVPFDatabaseModifier and TypeMethodDescriptionprotected TLcdVPFDatabase
TLcdVPFDatabaseGroup.createDatabase
(String aPath) Instantiates a newTLcdVPFDatabase
, initialized with the given path.TLcdVPFLibrary.getDatabase()
Returns the database to which this library belongs.TLcdVPFDatabaseGroup.getDatabases()
Returns an array containing all databases included in this database group, or an array of length zero if none exist.TLcdVPFDatabasePanel.getVPFDatabase()
Deprecated.Returns the database that is currently loaded in this VPF tree, ornull
if none is loaded.TLcdVPFDatabaseTree.getVPFDatabase()
Deprecated.Returns the database that is currently loaded in this VPF tree, ornull
if none is loaded.TLcdVPFBrowser.retrieveVPFDatabase
(String aDatapath) Deprecated.Returns an instance ofTLcdVPFDatabase
for the given database path.Methods in com.luciad.format.vpf with parameters of type TLcdVPFDatabaseModifier and TypeMethodDescriptionTLcdVPFBrowser.retrieveVPFLibrary
(TLcdVPFDatabase aVPFDatabase, String aLibName) Deprecated.Returns the VPF library with the given library name that is part of the given VPF database.Constructors in com.luciad.format.vpf with parameters of type TLcdVPFDatabaseModifierConstructorDescriptionTLcdVPFDatabasePanel
(TLcdVPFDatabase aDatabase, TLcdVPFFeatureClass[] aFeatureClassSelection) Deprecated.Creates a new TLcdVPFDatabaseTree, showing the structure of the given VPF database, and selects the given set of feature classes.TLcdVPFDatabasePanel
(TLcdVPFDatabase aDatabase, TLcdVPFFeatureClass[] aFeatureClassSelection, Frame aFrame) Deprecated.Creates a new TLcdVPFDatabaseTree, showing the structure of the given VPF database, and selects the given set of feature classes.TLcdVPFDatabaseTree
(TLcdVPFDatabase aDatabase, TLcdVPFFeatureClass[] aFeatureClassSelection) Deprecated.Creates a new TLcdVPFDatabaseTree, showing the structure of the given VPF database, and selects the given set of feature classes.TLcdVPFDatabaseTree
(TLcdVPFDatabase aDatabase, TLcdVPFFeatureClass[] aFeatureClassSelection, Frame aFrame) Deprecated.Creates a new TLcdVPFDatabaseTree, showing the structure of the given VPF database, and selects the given set of feature classes.