Package net.opengis.wcs.x11
Interface GetCoverageDocument.GetCoverage
-
- All Superinterfaces:
RequestBaseType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GetCoverageDocumentImpl.GetCoverageImpl
- Enclosing interface:
- GetCoverageDocument
public static interface GetCoverageDocument.GetCoverage extends RequestBaseType
An XML GetCoverage(@http://www.opengis.net/wcs/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGetCoverageDocument.GetCoverage.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 DomainSubsetTypeaddNewDomainSubset()Appends and returns a new empty "DomainSubset" elementCodeTypeaddNewIdentifier()Appends and returns a new empty "Identifier" elementOutputTypeaddNewOutput()Appends and returns a new empty "Output" elementRangeSubsetTypeaddNewRangeSubset()Appends and returns a new empty "RangeSubset" elementDomainSubsetTypegetDomainSubset()Gets the "DomainSubset" elementCodeTypegetIdentifier()Gets the "Identifier" elementOutputTypegetOutput()Gets the "Output" elementRangeSubsetTypegetRangeSubset()Gets the "RangeSubset" elementbooleanisSetRangeSubset()True if has "RangeSubset" elementvoidsetDomainSubset(DomainSubsetType domainSubset)Sets the "DomainSubset" elementvoidsetIdentifier(CodeType identifier)Sets the "Identifier" elementvoidsetOutput(OutputType output)Sets the "Output" elementvoidsetRangeSubset(RangeSubsetType rangeSubset)Sets the "RangeSubset" elementvoidunsetRangeSubset()Unsets the "RangeSubset" element-
Methods inherited from interface net.opengis.wcs.x11.RequestBaseType
getService, getVersion, setService, setVersion, xgetService, xgetVersion, xsetService, xsetVersion
-
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
-
getIdentifier
CodeType getIdentifier()
Gets the "Identifier" element
-
setIdentifier
void setIdentifier(CodeType identifier)
Sets the "Identifier" element
-
addNewIdentifier
CodeType addNewIdentifier()
Appends and returns a new empty "Identifier" element
-
getDomainSubset
DomainSubsetType getDomainSubset()
Gets the "DomainSubset" element
-
setDomainSubset
void setDomainSubset(DomainSubsetType domainSubset)
Sets the "DomainSubset" element
-
addNewDomainSubset
DomainSubsetType addNewDomainSubset()
Appends and returns a new empty "DomainSubset" element
-
getRangeSubset
RangeSubsetType getRangeSubset()
Gets the "RangeSubset" element
-
isSetRangeSubset
boolean isSetRangeSubset()
True if has "RangeSubset" element
-
setRangeSubset
void setRangeSubset(RangeSubsetType rangeSubset)
Sets the "RangeSubset" element
-
addNewRangeSubset
RangeSubsetType addNewRangeSubset()
Appends and returns a new empty "RangeSubset" element
-
unsetRangeSubset
void unsetRangeSubset()
Unsets the "RangeSubset" element
-
getOutput
OutputType getOutput()
Gets the "Output" element
-
setOutput
void setOutput(OutputType output)
Sets the "Output" element
-
addNewOutput
OutputType addNewOutput()
Appends and returns a new empty "Output" element
-
-