| Package | Description |
|---|---|
| net.opengis.wcs.x11 | |
| net.opengis.wcs.x11.impl |
| Modifier and Type | Method and Description |
|---|---|
IdentifierType |
DescribeCoverageDocument.DescribeCoverage.addNewIdentifier()
Appends and returns a new empty value (as xml) as the last "Identifier" element
|
IdentifierType |
AxisSubsetDocument.AxisSubset.addNewKey()
Appends and returns a new empty value (as xml) as the last "Key" element
|
IdentifierType |
AvailableKeysDocument.AvailableKeys.addNewKey()
Appends and returns a new empty value (as xml) as the last "Key" element
|
IdentifierType |
DescribeCoverageDocument.DescribeCoverage.insertNewIdentifier(int i)
Inserts and returns a new empty value (as xml) as the ith "Identifier" element
|
IdentifierType |
AxisSubsetDocument.AxisSubset.insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "Key" element
|
IdentifierType |
AvailableKeysDocument.AvailableKeys.insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "Key" element
|
static IdentifierType |
IdentifierType.Factory.newInstance() |
static IdentifierType |
IdentifierType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.newValue(Object obj) |
static IdentifierType |
IdentifierType.Factory.parse(File file) |
static IdentifierType |
IdentifierType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(InputStream is) |
static IdentifierType |
IdentifierType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(Node node) |
static IdentifierType |
IdentifierType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(Reader r) |
static IdentifierType |
IdentifierType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(String xmlAsString) |
static IdentifierType |
IdentifierType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(URL u) |
static IdentifierType |
IdentifierType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static IdentifierType |
IdentifierType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static IdentifierType |
IdentifierType.Factory.parse(XMLStreamReader sr) |
static IdentifierType |
IdentifierType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
IdentifierType |
AxisType.xgetIdentifier()
Gets (as xml) the "identifier" attribute
|
IdentifierType |
CoverageDescriptionType.xgetIdentifier()
Gets (as xml) the "Identifier" element
|
IdentifierType |
IdentifierDocument.xgetIdentifier()
Gets (as xml) the "Identifier" element
|
IdentifierType |
AxisSubsetDocument.AxisSubset.xgetIdentifier()
Gets (as xml) the "Identifier" element
|
IdentifierType |
CoverageSummaryType.xgetIdentifier()
Gets (as xml) the "Identifier" element
|
IdentifierType |
FieldType.xgetIdentifier()
Gets (as xml) the "Identifier" element
|
IdentifierType[] |
DescribeCoverageDocument.DescribeCoverage.xgetIdentifierArray()
Gets (as xml) array of all "Identifier" elements
|
IdentifierType |
DescribeCoverageDocument.DescribeCoverage.xgetIdentifierArray(int i)
Gets (as xml) ith "Identifier" element
|
IdentifierType[] |
AxisSubsetDocument.AxisSubset.xgetKeyArray()
Gets (as xml) array of all "Key" elements
|
IdentifierType[] |
AvailableKeysDocument.AvailableKeys.xgetKeyArray()
Gets (as xml) array of all "Key" elements
|
IdentifierType |
AxisSubsetDocument.AxisSubset.xgetKeyArray(int i)
Gets (as xml) ith "Key" element
|
IdentifierType |
AvailableKeysDocument.AvailableKeys.xgetKeyArray(int i)
Gets (as xml) ith "Key" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
AxisType.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "identifier" attribute
|
void |
CoverageDescriptionType.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
IdentifierDocument.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
AxisSubsetDocument.AxisSubset.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
CoverageSummaryType.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
FieldType.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
DescribeCoverageDocument.DescribeCoverage.xsetIdentifierArray(IdentifierType[] identifierArray)
Sets (as xml) array of all "Identifier" element
|
void |
DescribeCoverageDocument.DescribeCoverage.xsetIdentifierArray(int i,
IdentifierType identifier)
Sets (as xml) ith "Identifier" element
|
void |
AxisSubsetDocument.AxisSubset.xsetKeyArray(IdentifierType[] keyArray)
Sets (as xml) array of all "Key" element
|
void |
AvailableKeysDocument.AvailableKeys.xsetKeyArray(IdentifierType[] keyArray)
Sets (as xml) array of all "Key" element
|
void |
AxisSubsetDocument.AxisSubset.xsetKeyArray(int i,
IdentifierType key)
Sets (as xml) ith "Key" element
|
void |
AvailableKeysDocument.AvailableKeys.xsetKeyArray(int i,
IdentifierType key)
Sets (as xml) ith "Key" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifierTypeImpl
An XML IdentifierType(@http://www.opengis.net/wcs/1.1).
|
| Modifier and Type | Method and Description |
|---|---|
IdentifierType |
DescribeCoverageDocumentImpl.DescribeCoverageImpl.addNewIdentifier()
Appends and returns a new empty value (as xml) as the last "Identifier" element
|
IdentifierType |
AvailableKeysDocumentImpl.AvailableKeysImpl.addNewKey()
Appends and returns a new empty value (as xml) as the last "Key" element
|
IdentifierType |
AxisSubsetDocumentImpl.AxisSubsetImpl.addNewKey()
Appends and returns a new empty value (as xml) as the last "Key" element
|
IdentifierType |
DescribeCoverageDocumentImpl.DescribeCoverageImpl.insertNewIdentifier(int i)
Inserts and returns a new empty value (as xml) as the ith "Identifier" element
|
IdentifierType |
AvailableKeysDocumentImpl.AvailableKeysImpl.insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "Key" element
|
IdentifierType |
AxisSubsetDocumentImpl.AxisSubsetImpl.insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "Key" element
|
IdentifierType |
AxisTypeImpl.xgetIdentifier()
Gets (as xml) the "identifier" attribute
|
IdentifierType |
CoverageSummaryTypeImpl.xgetIdentifier()
Gets (as xml) the "Identifier" element
|
IdentifierType |
IdentifierDocumentImpl.xgetIdentifier()
Gets (as xml) the "Identifier" element
|
IdentifierType |
CoverageDescriptionTypeImpl.xgetIdentifier()
Gets (as xml) the "Identifier" element
|
IdentifierType |
FieldTypeImpl.xgetIdentifier()
Gets (as xml) the "Identifier" element
|
IdentifierType |
AxisSubsetDocumentImpl.AxisSubsetImpl.xgetIdentifier()
Gets (as xml) the "Identifier" element
|
IdentifierType[] |
DescribeCoverageDocumentImpl.DescribeCoverageImpl.xgetIdentifierArray()
Gets (as xml) array of all "Identifier" elements
|
IdentifierType |
DescribeCoverageDocumentImpl.DescribeCoverageImpl.xgetIdentifierArray(int i)
Gets (as xml) ith "Identifier" element
|
IdentifierType[] |
AvailableKeysDocumentImpl.AvailableKeysImpl.xgetKeyArray()
Gets (as xml) array of all "Key" elements
|
IdentifierType[] |
AxisSubsetDocumentImpl.AxisSubsetImpl.xgetKeyArray()
Gets (as xml) array of all "Key" elements
|
IdentifierType |
AvailableKeysDocumentImpl.AvailableKeysImpl.xgetKeyArray(int i)
Gets (as xml) ith "Key" element
|
IdentifierType |
AxisSubsetDocumentImpl.AxisSubsetImpl.xgetKeyArray(int i)
Gets (as xml) ith "Key" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
AxisTypeImpl.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "identifier" attribute
|
void |
CoverageSummaryTypeImpl.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
IdentifierDocumentImpl.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
CoverageDescriptionTypeImpl.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
FieldTypeImpl.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
AxisSubsetDocumentImpl.AxisSubsetImpl.xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
DescribeCoverageDocumentImpl.DescribeCoverageImpl.xsetIdentifierArray(IdentifierType[] identifierArray)
Sets (as xml) array of all "Identifier" element
|
void |
DescribeCoverageDocumentImpl.DescribeCoverageImpl.xsetIdentifierArray(int i,
IdentifierType identifier)
Sets (as xml) ith "Identifier" element
|
void |
AvailableKeysDocumentImpl.AvailableKeysImpl.xsetKeyArray(IdentifierType[] keyArray)
Sets (as xml) array of all "Key" element
|
void |
AxisSubsetDocumentImpl.AxisSubsetImpl.xsetKeyArray(IdentifierType[] keyArray)
Sets (as xml) array of all "Key" element
|
void |
AvailableKeysDocumentImpl.AvailableKeysImpl.xsetKeyArray(int i,
IdentifierType key)
Sets (as xml) ith "Key" element
|
void |
AxisSubsetDocumentImpl.AxisSubsetImpl.xsetKeyArray(int i,
IdentifierType key)
Sets (as xml) ith "Key" element
|
Copyright © 2017 52north.org. All rights reserved.