public class CoverageDescription
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.jdom.Element |
_myCD |
static java.lang.String |
CONFIG_ELEMENT_NAME |
Constructor and Description |
---|
CoverageDescription() |
CoverageDescription(CoverageDescription cd) |
CoverageDescription(org.jdom.Element wcsCoverageConfig,
java.lang.String catalogDir,
boolean validateContent)
Builds the CoverageDescription object from a lfc:WcsCoverage element that is part of the configuration file used
opendap.wcs.v2_0.LocalFileCatalog
|
Modifier and Type | Method and Description |
---|---|
void |
addDomainCoordinate(DomainCoordinate dc)
Adds a named DomainCoordinate to the Coverage.
|
void |
addFieldToDapVarIdAssociation(java.lang.String fieldID,
java.lang.String dapGridId)
Sets the DAP local ID for the Grid variable data array that is associated by
the wcs:Identifier for the wcs:Field
|
void |
addLineage(org.jdom.Element coverageDescription,
java.lang.String requestURL)
Regular WCS-2.0 doesn't know about lineage, but EO WCS does.
|
java.util.Vector<org.jdom.Element> |
getAbstractFeatureTypeContent() |
java.util.Vector<org.jdom.Element> |
getAbstractGmlTypeContent() |
org.jdom.Element |
getBoundedByElement() |
NewBoundingBox |
getBoundingBox() |
Coverage |
getCoverage(java.lang.String requestUrl) |
org.jdom.Element |
getCoverageDescriptionElement() |
java.lang.String |
getCoverageId() |
org.jdom.Element |
getCoverageIdElement() |
java.lang.String |
getCoverageSubtype() |
org.jdom.Element |
getCoverageSubtypeElement() |
org.jdom.Element |
getCoverageSubtypeFamilyTree() |
org.jdom.Element |
getCoverageSummary()
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|