public class Dqc extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected org.jdom2.Namespace |
ns |
protected QueryAction |
query |
protected List |
selectors |
protected String |
version |
| Modifier | Constructor and Description |
|---|---|
protected |
Dqc()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static Dqc |
createDqcForJplQuikSCAT()
Factory method specific for JPL QuikSCAT catalog.
|
static Dqc |
createInstance(InputStream xmlIs)
Factory method to read a DQC document and create a Dqc instance.
|
protected String name
protected org.jdom2.Namespace ns
protected String version
protected QueryAction query
protected List selectors
public static Dqc createDqcForJplQuikSCAT() throws Exception
Exceptionpublic static Dqc createInstance(InputStream xmlIs) throws Exception
xmlIs - - java.io.InputStream for a DQC document.ExceptionCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.