public interface CoverageDescriptionType extends DescriptionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
CoverageDescriptionType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
CoverageDomainType |
addNewDomain()
Appends and returns a new empty "Domain" element
|
MetadataType |
addNewMetadata()
Appends and returns a new empty value (as xml) as the last "Metadata" element
|
RangeType |
addNewRange()
Appends and returns a new empty "Range" element
|
org.apache.xmlbeans.XmlAnyURI |
addNewSupportedCRS()
Appends and returns a new empty value (as xml) as the last "SupportedCRS" element
|
MimeType |
addNewSupportedFormat()
Appends and returns a new empty value (as xml) as the last "SupportedFormat" element
|
void |
addSupportedCRS(String supportedCRS)
Appends the value as the last "SupportedCRS" element
|
void |
addSupportedFormat(String supportedFormat)
Appends the value as the last "SupportedFormat" element
|
CoverageDomainType |
getDomain()
Gets the "Domain" element
|
String |
getIdentifier()
Gets the "Identifier" element
|
MetadataType[] |
getMetadataArray()
Gets array of all "Metadata" elements
|
MetadataType |
getMetadataArray(int i)
Gets ith "Metadata" element
|
RangeType |
getRange()
Gets the "Range" element
|
String[] |
getSupportedCRSArray()
Gets array of all "SupportedCRS" elements
|
String |
getSupportedCRSArray(int i)
Gets ith "SupportedCRS" element
|
String[] |
getSupportedFormatArray()
Gets array of all "SupportedFormat" elements
|
String |
getSupportedFormatArray(int i)
Gets ith "SupportedFormat" element
|
MetadataType |
insertNewMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "Metadata" element
|
org.apache.xmlbeans.XmlAnyURI |
insertNewSupportedCRS(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedCRS" element
|
MimeType |
insertNewSupportedFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedFormat" element
|
void |
insertSupportedCRS(int i,
String supportedCRS)
Inserts the value as the ith "SupportedCRS" element
|
void |
insertSupportedFormat(int i,
String supportedFormat)
Inserts the value as the ith "SupportedFormat" element
|
void |
removeMetadata(int i)
Removes the ith "Metadata" element
|
void |
removeSupportedCRS(int i)
Removes the ith "SupportedCRS" element
|
void |
removeSupportedFormat(int i)
Removes the ith "SupportedFormat" element
|
void |
setDomain(CoverageDomainType domain)
Sets the "Domain" element
|
void |
setIdentifier(String identifier)
Sets the "Identifier" element
|
void |
setMetadataArray(int i,
MetadataType metadata)
Sets ith "Metadata" element
|
void |
setMetadataArray(MetadataType[] metadataArray)
Sets array of all "Metadata" element
|
void |
setRange(RangeType range)
Sets the "Range" element
|
void |
setSupportedCRSArray(int i,
String supportedCRS)
Sets ith "SupportedCRS" element
|
void |
setSupportedCRSArray(String[] supportedCRSArray)
Sets array of all "SupportedCRS" element
|
void |
setSupportedFormatArray(int i,
String supportedFormat)
Sets ith "SupportedFormat" element
|
void |
setSupportedFormatArray(String[] supportedFormatArray)
Sets array of all "SupportedFormat" element
|
int |
sizeOfMetadataArray()
Returns number of "Metadata" element
|
int |
sizeOfSupportedCRSArray()
Returns number of "SupportedCRS" element
|
int |
sizeOfSupportedFormatArray()
Returns number of "SupportedFormat" element
|
IdentifierType |
xgetIdentifier()
Gets (as xml) the "Identifier" element
|
org.apache.xmlbeans.XmlAnyURI[] |
xgetSupportedCRSArray()
Gets (as xml) array of all "SupportedCRS" elements
|
org.apache.xmlbeans.XmlAnyURI |
xgetSupportedCRSArray(int i)
Gets (as xml) ith "SupportedCRS" element
|
MimeType[] |
xgetSupportedFormatArray()
Gets (as xml) array of all "SupportedFormat" elements
|
MimeType |
xgetSupportedFormatArray(int i)
Gets (as xml) ith "SupportedFormat" element
|
void |
xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
xsetSupportedCRSArray(int i,
org.apache.xmlbeans.XmlAnyURI supportedCRS)
Sets (as xml) ith "SupportedCRS" element
|
void |
xsetSupportedCRSArray(org.apache.xmlbeans.XmlAnyURI[] supportedCRSArray)
Sets (as xml) array of all "SupportedCRS" element
|
void |
xsetSupportedFormatArray(int i,
MimeType supportedFormat)
Sets (as xml) ith "SupportedFormat" element
|
void |
xsetSupportedFormatArray(MimeType[] supportedFormatArray)
Sets (as xml) array of all "SupportedFormat" element
|
addNewAbstract, addNewKeywords, addNewTitle, getAbstractArray, getAbstractArray, getKeywordsArray, getKeywordsArray, getTitleArray, getTitleArray, insertNewAbstract, insertNewKeywords, insertNewTitle, removeAbstract, removeKeywords, removeTitle, setAbstractArray, setAbstractArray, setKeywordsArray, setKeywordsArray, setTitleArray, setTitleArray, sizeOfAbstractArray, sizeOfKeywordsArray, sizeOfTitleArraychangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getIdentifier()
IdentifierType xgetIdentifier()
void setIdentifier(String identifier)
void xsetIdentifier(IdentifierType identifier)
MetadataType[] getMetadataArray()
MetadataType getMetadataArray(int i)
int sizeOfMetadataArray()
void setMetadataArray(MetadataType[] metadataArray)
void setMetadataArray(int i,
MetadataType metadata)
MetadataType insertNewMetadata(int i)
MetadataType addNewMetadata()
void removeMetadata(int i)
CoverageDomainType getDomain()
void setDomain(CoverageDomainType domain)
CoverageDomainType addNewDomain()
RangeType getRange()
void setRange(RangeType range)
RangeType addNewRange()
String[] getSupportedCRSArray()
String getSupportedCRSArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetSupportedCRSArray()
org.apache.xmlbeans.XmlAnyURI xgetSupportedCRSArray(int i)
int sizeOfSupportedCRSArray()
void setSupportedCRSArray(String[] supportedCRSArray)
void setSupportedCRSArray(int i,
String supportedCRS)
void xsetSupportedCRSArray(org.apache.xmlbeans.XmlAnyURI[] supportedCRSArray)
void xsetSupportedCRSArray(int i,
org.apache.xmlbeans.XmlAnyURI supportedCRS)
void insertSupportedCRS(int i,
String supportedCRS)
void addSupportedCRS(String supportedCRS)
org.apache.xmlbeans.XmlAnyURI insertNewSupportedCRS(int i)
org.apache.xmlbeans.XmlAnyURI addNewSupportedCRS()
void removeSupportedCRS(int i)
String[] getSupportedFormatArray()
String getSupportedFormatArray(int i)
MimeType[] xgetSupportedFormatArray()
MimeType xgetSupportedFormatArray(int i)
int sizeOfSupportedFormatArray()
void setSupportedFormatArray(String[] supportedFormatArray)
void setSupportedFormatArray(int i,
String supportedFormat)
void xsetSupportedFormatArray(MimeType[] supportedFormatArray)
void xsetSupportedFormatArray(int i,
MimeType supportedFormat)
void insertSupportedFormat(int i,
String supportedFormat)
void addSupportedFormat(String supportedFormat)
MimeType insertNewSupportedFormat(int i)
MimeType addNewSupportedFormat()
void removeSupportedFormat(int i)
Copyright © 2017 52north.org. All rights reserved.