Package net.opengis.wcs.x11
Interface CoverageSummaryType
-
- All Superinterfaces:
DescriptionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CoverageSummaryTypeImpl
public interface CoverageSummaryType extends DescriptionType
An XML CoverageSummaryType(@http://www.opengis.net/wcs/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCoverageSummaryType.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 CoverageSummaryTypeaddNewCoverageSummary()Appends and returns a new empty value (as xml) as the last "CoverageSummary" elementMetadataTypeaddNewMetadata()Appends and returns a new empty value (as xml) as the last "Metadata" elementorg.apache.xmlbeans.XmlAnyURIaddNewSupportedCRS()Appends and returns a new empty value (as xml) as the last "SupportedCRS" elementMimeTypeaddNewSupportedFormat()Appends and returns a new empty value (as xml) as the last "SupportedFormat" elementWGS84BoundingBoxTypeaddNewWGS84BoundingBox()Appends and returns a new empty value (as xml) as the last "WGS84BoundingBox" elementvoidaddSupportedCRS(String supportedCRS)Appends the value as the last "SupportedCRS" elementvoidaddSupportedFormat(String supportedFormat)Appends the value as the last "SupportedFormat" elementCoverageSummaryType[]getCoverageSummaryArray()Gets array of all "CoverageSummary" elementsCoverageSummaryTypegetCoverageSummaryArray(int i)Gets ith "CoverageSummary" elementStringgetIdentifier()Gets the "Identifier" elementMetadataType[]getMetadataArray()Gets array of all "Metadata" elementsMetadataTypegetMetadataArray(int i)Gets ith "Metadata" elementString[]getSupportedCRSArray()Gets array of all "SupportedCRS" elementsStringgetSupportedCRSArray(int i)Gets ith "SupportedCRS" elementString[]getSupportedFormatArray()Gets array of all "SupportedFormat" elementsStringgetSupportedFormatArray(int i)Gets ith "SupportedFormat" elementWGS84BoundingBoxType[]getWGS84BoundingBoxArray()Gets array of all "WGS84BoundingBox" elementsWGS84BoundingBoxTypegetWGS84BoundingBoxArray(int i)Gets ith "WGS84BoundingBox" elementCoverageSummaryTypeinsertNewCoverageSummary(int i)Inserts and returns a new empty value (as xml) as the ith "CoverageSummary" elementMetadataTypeinsertNewMetadata(int i)Inserts and returns a new empty value (as xml) as the ith "Metadata" elementorg.apache.xmlbeans.XmlAnyURIinsertNewSupportedCRS(int i)Inserts and returns a new empty value (as xml) as the ith "SupportedCRS" elementMimeTypeinsertNewSupportedFormat(int i)Inserts and returns a new empty value (as xml) as the ith "SupportedFormat" elementWGS84BoundingBoxTypeinsertNewWGS84BoundingBox(int i)Inserts and returns a new empty value (as xml) as the ith "WGS84BoundingBox" elementvoidinsertSupportedCRS(int i, String supportedCRS)Inserts the value as the ith "SupportedCRS" elementvoidinsertSupportedFormat(int i, String supportedFormat)Inserts the value as the ith "SupportedFormat" elementbooleanisSetIdentifier()True if has "Identifier" elementvoidremoveCoverageSummary(int i)Removes the ith "CoverageSummary" elementvoidremoveMetadata(int i)Removes the ith "Metadata" elementvoidremoveSupportedCRS(int i)Removes the ith "SupportedCRS" elementvoidremoveSupportedFormat(int i)Removes the ith "SupportedFormat" elementvoidremoveWGS84BoundingBox(int i)Removes the ith "WGS84BoundingBox" elementvoidsetCoverageSummaryArray(int i, CoverageSummaryType coverageSummary)Sets ith "CoverageSummary" elementvoidsetCoverageSummaryArray(CoverageSummaryType[] coverageSummaryArray)Sets array of all "CoverageSummary" elementvoidsetIdentifier(String identifier)Sets the "Identifier" elementvoidsetMetadataArray(int i, MetadataType metadata)Sets ith "Metadata" elementvoidsetMetadataArray(MetadataType[] metadataArray)Sets array of all "Metadata" elementvoidsetSupportedCRSArray(int i, String supportedCRS)Sets ith "SupportedCRS" elementvoidsetSupportedCRSArray(String[] supportedCRSArray)Sets array of all "SupportedCRS" elementvoidsetSupportedFormatArray(int i, String supportedFormat)Sets ith "SupportedFormat" elementvoidsetSupportedFormatArray(String[] supportedFormatArray)Sets array of all "SupportedFormat" elementvoidsetWGS84BoundingBoxArray(int i, WGS84BoundingBoxType wgs84BoundingBox)Sets ith "WGS84BoundingBox" elementvoidsetWGS84BoundingBoxArray(WGS84BoundingBoxType[] wgs84BoundingBoxArray)Sets array of all "WGS84BoundingBox" elementintsizeOfCoverageSummaryArray()Returns number of "CoverageSummary" elementintsizeOfMetadataArray()Returns number of "Metadata" elementintsizeOfSupportedCRSArray()Returns number of "SupportedCRS" elementintsizeOfSupportedFormatArray()Returns number of "SupportedFormat" elementintsizeOfWGS84BoundingBoxArray()Returns number of "WGS84BoundingBox" elementvoidunsetIdentifier()Unsets the "Identifier" elementIdentifierTypexgetIdentifier()Gets (as xml) the "Identifier" elementorg.apache.xmlbeans.XmlAnyURI[]xgetSupportedCRSArray()Gets (as xml) array of all "SupportedCRS" elementsorg.apache.xmlbeans.XmlAnyURIxgetSupportedCRSArray(int i)Gets (as xml) ith "SupportedCRS" elementMimeType[]xgetSupportedFormatArray()Gets (as xml) array of all "SupportedFormat" elementsMimeTypexgetSupportedFormatArray(int i)Gets (as xml) ith "SupportedFormat" elementvoidxsetIdentifier(IdentifierType identifier)Sets (as xml) the "Identifier" elementvoidxsetSupportedCRSArray(int i, org.apache.xmlbeans.XmlAnyURI supportedCRS)Sets (as xml) ith "SupportedCRS" elementvoidxsetSupportedCRSArray(org.apache.xmlbeans.XmlAnyURI[] supportedCRSArray)Sets (as xml) array of all "SupportedCRS" elementvoidxsetSupportedFormatArray(int i, MimeType supportedFormat)Sets (as xml) ith "SupportedFormat" elementvoidxsetSupportedFormatArray(MimeType[] supportedFormatArray)Sets (as xml) array of all "SupportedFormat" element-
Methods inherited from interface net.opengis.ows.x11.DescriptionType
addNewAbstract, addNewKeywords, addNewTitle, getAbstractArray, getAbstractArray, getKeywordsArray, getKeywordsArray, getTitleArray, getTitleArray, insertNewAbstract, insertNewKeywords, insertNewTitle, removeAbstract, removeKeywords, removeTitle, setAbstractArray, setAbstractArray, setKeywordsArray, setKeywordsArray, setTitleArray, setTitleArray, sizeOfAbstractArray, sizeOfKeywordsArray, sizeOfTitleArray
-
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
-
getMetadataArray
MetadataType[] getMetadataArray()
Gets array of all "Metadata" elements
-
getMetadataArray
MetadataType getMetadataArray(int i)
Gets ith "Metadata" element
-
sizeOfMetadataArray
int sizeOfMetadataArray()
Returns number of "Metadata" element
-
setMetadataArray
void setMetadataArray(MetadataType[] metadataArray)
Sets array of all "Metadata" element
-
setMetadataArray
void setMetadataArray(int i, MetadataType metadata)Sets ith "Metadata" element
-
insertNewMetadata
MetadataType insertNewMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "Metadata" element
-
addNewMetadata
MetadataType addNewMetadata()
Appends and returns a new empty value (as xml) as the last "Metadata" element
-
removeMetadata
void removeMetadata(int i)
Removes the ith "Metadata" element
-
getWGS84BoundingBoxArray
WGS84BoundingBoxType[] getWGS84BoundingBoxArray()
Gets array of all "WGS84BoundingBox" elements
-
getWGS84BoundingBoxArray
WGS84BoundingBoxType getWGS84BoundingBoxArray(int i)
Gets ith "WGS84BoundingBox" element
-
sizeOfWGS84BoundingBoxArray
int sizeOfWGS84BoundingBoxArray()
Returns number of "WGS84BoundingBox" element
-
setWGS84BoundingBoxArray
void setWGS84BoundingBoxArray(WGS84BoundingBoxType[] wgs84BoundingBoxArray)
Sets array of all "WGS84BoundingBox" element
-
setWGS84BoundingBoxArray
void setWGS84BoundingBoxArray(int i, WGS84BoundingBoxType wgs84BoundingBox)Sets ith "WGS84BoundingBox" element
-
insertNewWGS84BoundingBox
WGS84BoundingBoxType insertNewWGS84BoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "WGS84BoundingBox" element
-
addNewWGS84BoundingBox
WGS84BoundingBoxType addNewWGS84BoundingBox()
Appends and returns a new empty value (as xml) as the last "WGS84BoundingBox" element
-
removeWGS84BoundingBox
void removeWGS84BoundingBox(int i)
Removes the ith "WGS84BoundingBox" element
-
getSupportedCRSArray
String[] getSupportedCRSArray()
Gets array of all "SupportedCRS" elements
-
getSupportedCRSArray
String getSupportedCRSArray(int i)
Gets ith "SupportedCRS" element
-
xgetSupportedCRSArray
org.apache.xmlbeans.XmlAnyURI[] xgetSupportedCRSArray()
Gets (as xml) array of all "SupportedCRS" elements
-
xgetSupportedCRSArray
org.apache.xmlbeans.XmlAnyURI xgetSupportedCRSArray(int i)
Gets (as xml) ith "SupportedCRS" element
-
sizeOfSupportedCRSArray
int sizeOfSupportedCRSArray()
Returns number of "SupportedCRS" element
-
setSupportedCRSArray
void setSupportedCRSArray(String[] supportedCRSArray)
Sets array of all "SupportedCRS" element
-
setSupportedCRSArray
void setSupportedCRSArray(int i, String supportedCRS)Sets ith "SupportedCRS" element
-
xsetSupportedCRSArray
void xsetSupportedCRSArray(org.apache.xmlbeans.XmlAnyURI[] supportedCRSArray)
Sets (as xml) array of all "SupportedCRS" element
-
xsetSupportedCRSArray
void xsetSupportedCRSArray(int i, org.apache.xmlbeans.XmlAnyURI supportedCRS)Sets (as xml) ith "SupportedCRS" element
-
insertSupportedCRS
void insertSupportedCRS(int i, String supportedCRS)Inserts the value as the ith "SupportedCRS" element
-
addSupportedCRS
void addSupportedCRS(String supportedCRS)
Appends the value as the last "SupportedCRS" element
-
insertNewSupportedCRS
org.apache.xmlbeans.XmlAnyURI insertNewSupportedCRS(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedCRS" element
-
addNewSupportedCRS
org.apache.xmlbeans.XmlAnyURI addNewSupportedCRS()
Appends and returns a new empty value (as xml) as the last "SupportedCRS" element
-
removeSupportedCRS
void removeSupportedCRS(int i)
Removes the ith "SupportedCRS" element
-
getSupportedFormatArray
String[] getSupportedFormatArray()
Gets array of all "SupportedFormat" elements
-
getSupportedFormatArray
String getSupportedFormatArray(int i)
Gets ith "SupportedFormat" element
-
xgetSupportedFormatArray
MimeType[] xgetSupportedFormatArray()
Gets (as xml) array of all "SupportedFormat" elements
-
xgetSupportedFormatArray
MimeType xgetSupportedFormatArray(int i)
Gets (as xml) ith "SupportedFormat" element
-
sizeOfSupportedFormatArray
int sizeOfSupportedFormatArray()
Returns number of "SupportedFormat" element
-
setSupportedFormatArray
void setSupportedFormatArray(String[] supportedFormatArray)
Sets array of all "SupportedFormat" element
-
setSupportedFormatArray
void setSupportedFormatArray(int i, String supportedFormat)Sets ith "SupportedFormat" element
-
xsetSupportedFormatArray
void xsetSupportedFormatArray(MimeType[] supportedFormatArray)
Sets (as xml) array of all "SupportedFormat" element
-
xsetSupportedFormatArray
void xsetSupportedFormatArray(int i, MimeType supportedFormat)Sets (as xml) ith "SupportedFormat" element
-
insertSupportedFormat
void insertSupportedFormat(int i, String supportedFormat)Inserts the value as the ith "SupportedFormat" element
-
addSupportedFormat
void addSupportedFormat(String supportedFormat)
Appends the value as the last "SupportedFormat" element
-
insertNewSupportedFormat
MimeType insertNewSupportedFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedFormat" element
-
addNewSupportedFormat
MimeType addNewSupportedFormat()
Appends and returns a new empty value (as xml) as the last "SupportedFormat" element
-
removeSupportedFormat
void removeSupportedFormat(int i)
Removes the ith "SupportedFormat" element
-
getCoverageSummaryArray
CoverageSummaryType[] getCoverageSummaryArray()
Gets array of all "CoverageSummary" elements
-
getCoverageSummaryArray
CoverageSummaryType getCoverageSummaryArray(int i)
Gets ith "CoverageSummary" element
-
sizeOfCoverageSummaryArray
int sizeOfCoverageSummaryArray()
Returns number of "CoverageSummary" element
-
setCoverageSummaryArray
void setCoverageSummaryArray(CoverageSummaryType[] coverageSummaryArray)
Sets array of all "CoverageSummary" element
-
setCoverageSummaryArray
void setCoverageSummaryArray(int i, CoverageSummaryType coverageSummary)Sets ith "CoverageSummary" element
-
insertNewCoverageSummary
CoverageSummaryType insertNewCoverageSummary(int i)
Inserts and returns a new empty value (as xml) as the ith "CoverageSummary" element
-
addNewCoverageSummary
CoverageSummaryType addNewCoverageSummary()
Appends and returns a new empty value (as xml) as the last "CoverageSummary" element
-
removeCoverageSummary
void removeCoverageSummary(int i)
Removes the ith "CoverageSummary" element
-
getIdentifier
String getIdentifier()
Gets the "Identifier" element
-
xgetIdentifier
IdentifierType xgetIdentifier()
Gets (as xml) the "Identifier" element
-
isSetIdentifier
boolean isSetIdentifier()
True if has "Identifier" element
-
setIdentifier
void setIdentifier(String identifier)
Sets the "Identifier" element
-
xsetIdentifier
void xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
-
unsetIdentifier
void unsetIdentifier()
Unsets the "Identifier" element
-
-