Uses of Class
com.luciad.format.vpf.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
Modifier 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.Modifier 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.ModifierConstructorDescriptionTLcdVPFDatabasePanel
(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.