public class NcmlCollectionReader extends Object
Modifier and Type | Field and Description |
---|---|
static org.jdom2.Namespace |
ncNS |
Modifier and Type | Method and Description |
---|---|
CollectionManager |
getCollectionManager() |
org.jdom2.Element |
getNcmlInner() |
org.jdom2.Element |
getNcmlOuter() |
static NcmlCollectionReader |
open(String ncmlLocation,
Formatter errlog)
Read an NcML file from a URL location, and construct a NcmlCollectionReader from its scan or scanFmrc element.
|
public static NcmlCollectionReader open(String ncmlLocation, Formatter errlog) throws IOException
ncmlLocation
- the URL location string of the NcML documenterrlog
- put error messages hereIOException
- on read error, or bad referencedDatasetUri URIpublic org.jdom2.Element getNcmlOuter()
public org.jdom2.Element getNcmlInner()
public CollectionManager getCollectionManager()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.