Package com.luciad.format.vpf
Class TLcdVPFBrowser
java.lang.Object
com.luciad.format.vpf.TLcdVPFBrowser
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionretrieveVPFDatabase
(String aDatapath) Deprecated.Returns an instance ofTLcdVPFDatabase
for the given database path.retrieveVPFLibrary
(TLcdVPFDatabase aVPFDatabase, String aLibName) Deprecated.Returns the VPF library with the given library name that is part of the given VPF database.
-
Constructor Details
-
TLcdVPFBrowser
public TLcdVPFBrowser()Deprecated.
-
-
Method Details
-
retrieveVPFDatabase
Deprecated.Returns an instance ofTLcdVPFDatabase
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.
-