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