Package net.opengis.wcs.x11
Interface CoverageDocument
-
- All Superinterfaces:
ReferenceGroupDocument,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CoverageDocumentImpl
public interface CoverageDocument extends ReferenceGroupDocument
A document containing one Coverage(@http://www.opengis.net/wcs/1.1) element. This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCoverageDocument.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceGroupTypeaddNewCoverage()Appends and returns a new empty "Coverage" elementReferenceGroupTypegetCoverage()Gets the "Coverage" elementvoidsetCoverage(ReferenceGroupType coverage)Sets the "Coverage" element-
Methods inherited from interface net.opengis.ows.x11.ReferenceGroupDocument
addNewReferenceGroup, getReferenceGroup, setReferenceGroup
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getCoverage
ReferenceGroupType getCoverage()
Gets the "Coverage" element
-
setCoverage
void setCoverage(ReferenceGroupType coverage)
Sets the "Coverage" element
-
addNewCoverage
ReferenceGroupType addNewCoverage()
Appends and returns a new empty "Coverage" element
-
-