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.
|
static NcmlCollectionReader |
readNcml(java.lang.String ncmlString,
java.util.Formatter errlog)
Read an NcML file from a String, and construct a NcmlCollectionReader from its scan or scanFmrc element.
|
static NcmlCollectionReader |
readNcML(java.lang.String ncmlString,
java.util.Formatter errlog)
Deprecated.
|
@Deprecated public static NcmlCollectionReader readNcML(java.lang.String ncmlString, java.util.Formatter errlog) throws java.io.IOException
readNcml(String, Formatter)
ncmlString
- the NcML to construct the reader fromerrlog
- put error messages herejava.io.IOException
- on read error, or bad referencedDatasetUri URIpublic static NcmlCollectionReader readNcml(java.lang.String ncmlString, java.util.Formatter errlog) throws java.io.IOException
ncmlString
- the NcML to construct the reader fromerrlog
- put error messages herejava.io.IOException
- on read error, or bad referencedDatasetUri URIpublic 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()