public class NcmlCollectionReader
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
CollectionManager |
getCollectionManager() |
org.jdom2.Element |
getNcmlInner() |
org.jdom2.Element |
getNcmlOuter() |
static NcmlCollectionReader |
open(java.lang.String ncmlLocation,
java.util.Formatter errlog)
Read an NcML file from a URL location, and construct a NcmlCollectionReader from its scan or scanFmrc element.
|
public static NcmlCollectionReader open(java.lang.String ncmlLocation, java.util.Formatter errlog) throws java.io.IOException
ncmlLocation
- the URL location string of the NcML documenterrlog
- put error messages herejava.io.IOException
- on read error, or bad referencedDatasetUri URIpublic org.jdom2.Element getNcmlOuter()
public org.jdom2.Element getNcmlInner()
public CollectionManager getCollectionManager()