Class TLcdVPFBrowser

java.lang.Object
com.luciad.format.vpf.TLcdVPFBrowser

public class TLcdVPFBrowser extends Object
Deprecated.
This class should no longer be used. Its functionality is very limited and can easily be implemented using other API classes.
This class offer some browser methods that allow to retrieve an instance of TLcdVPFDatabase or an instance of TLcdVPFLibrary.
  • Constructor Details

    • TLcdVPFBrowser

      public TLcdVPFBrowser()
      Deprecated.
  • Method Details

    • retrieveVPFDatabase

      public TLcdVPFDatabase retrieveVPFDatabase(String aDatapath) throws IllegalArgumentException
      Deprecated.
      Returns an instance of TLcdVPFDatabase for the given database path.
      Parameters:
      aDatapath - the path to the database to be instantiated.
      Returns:
      a VPF database instance, initialized with the given database path.
      Throws:
      IllegalArgumentException - if the given path does not point to a valid VPF database.
    • retrieveVPFLibrary

      public TLcdVPFLibrary retrieveVPFLibrary(TLcdVPFDatabase aVPFDatabase, String aLibName) throws IllegalArgumentException
      Deprecated.
      Returns the VPF library with the given library name that is part of the given VPF database.
      Parameters:
      aVPFDatabase - the VPF database containing the library.
      aLibName - the name of the VPF library to be returned.
      Returns:
      the VPF library with the given library name that is part of the given VPF database.
      Throws:
      IllegalArgumentException - if a problem occurs during the retrieval of the library.