public class DescribeDB
extends java.lang.Object
Usage: java com.bbn.openmap.layer.vpf.DescribeDB /path/to/vpf/databaseIt will then print out a description of the coverages for the database to the command line. (no GUI)
Constructor and Description |
---|
DescribeDB() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main program.
|
static void |
print(java.lang.String s)
Prints a string to System.out without a newline
|
static void |
print(java.lang.String s1,
java.lang.String s2)
Prints two strings to System.out without a newline
|
static void |
printCoverage(java.lang.String prefix,
CoverageAttributeTable cat,
java.lang.String covname)
Prints a VPF Coverage
|
static void |
printLibrary(java.lang.String prefix,
CoverageAttributeTable cat)
Prints a VPF Library
|
static void |
println()
Prints a newline to System.out
|
static void |
println(java.lang.String s)
Prints a string to System.out with a newline
|
static void |
println(java.lang.String s1,
java.lang.String s2)
Prints two strings to System.out with a newline
|
public static void println()
public static void println(java.lang.String s)
s
- the string to printpublic static void println(java.lang.String s1, java.lang.String s2)
s1
- the string to prints2
- the string to printpublic static void print(java.lang.String s1, java.lang.String s2)
s1
- the string to prints2
- the string to printpublic static void print(java.lang.String s)
s
- the string to printpublic static void main(java.lang.String[] args) throws FormatException
args
- the paths to printFormatException
public static void printLibrary(java.lang.String prefix, CoverageAttributeTable cat)
prefix
- lines get printed with this prefixcat
- the CoverageAttributeTable (Library) to printpublic static void printCoverage(java.lang.String prefix, CoverageAttributeTable cat, java.lang.String covname)
prefix
- lines get printed with this prefixcovname
- the name of the coverage to printcat
- the CoverageAttributeTable to get the Coverage fromCopyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details