Package net.opengis.wcs11
Interface CoverageSummaryType
-
- All Superinterfaces:
DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
CoverageSummaryTypeImpl
public interface CoverageSummaryType extends DescriptionType
A representation of the model object 'Coverage Summary Type'. Brief metadata describing one or more coverages available from this WCS server.The following features are supported:
- See Also:
Wcs111Package.getCoverageSummaryType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getCoverageSummary()
Returns the value of the 'Coverage Summary' containment reference list.String
getIdentifier()
Returns the value of the 'Identifier' attribute.String
getIdentifier1()
Returns the value of the 'Identifier1' attribute.EList
getMetadata()
Returns the value of the 'Metadata' containment reference list.EList
getSupportedCRS()
Returns the value of the 'Supported CRS' attribute list.EList
getSupportedFormat()
Returns the value of the 'Supported Format' attribute list.EList
getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list.void
setIdentifier(String value)
Sets the value of the 'Identifier
' attribute.void
setIdentifier1(String value)
Sets the value of the 'Identifier1
' attribute.-
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
-
-
-
-
Method Detail
-
getMetadata
EList getMetadata()
Returns the value of the 'Metadata' containment reference list. The list contents are of typeMetadataType
. Optional unordered list of more metadata elements about this coverage. A list of metadata elements for CoverageSummaries could be specified in a WCS Application Profile.- Returns:
- the value of the 'Metadata' containment reference list.
- See Also:
Wcs111Package.getCoverageSummaryType_Metadata()
-
getWGS84BoundingBox
EList getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list. The list contents are of typeWGS84BoundingBoxType
. Unordered list of minimum bounding rectangles surrounding coverage data, using WGS 84 CRS with decimal degrees and longitude before latitude. These bounding boxes shall also apply to lower-level CoverageSummaries under this CoverageSummary, unless other bounding boxes are specified.- Returns:
- the value of the 'WGS84 Bounding Box' containment reference list.
- See Also:
Wcs111Package.getCoverageSummaryType_WGS84BoundingBox()
-
getSupportedCRS
EList getSupportedCRS()
Returns the value of the 'Supported CRS' attribute list. The list contents are of typeString
. Unordered list of references to CRSs in which GetCoverage operation requests and responses may be expressed. These CRSs shall also apply to all lower-level CoverageSummaries under this CoverageSummary, in addition to any other CRSs referenced.- Returns:
- the value of the 'Supported CRS' attribute list.
- See Also:
Wcs111Package.getCoverageSummaryType_SupportedCRS()
-
getSupportedFormat
EList getSupportedFormat()
Returns the value of the 'Supported Format' attribute list. The list contents are of typeString
. Unordered list of identifiers of formats in which GetCoverage operation responses may be encoded. These formats shall also apply to all lower-level CoverageSummaries under this CoverageSummary, in addition to any other formats identified.- Returns:
- the value of the 'Supported Format' attribute list.
- See Also:
Wcs111Package.getCoverageSummaryType_SupportedFormat()
-
getCoverageSummary
EList getCoverageSummary()
Returns the value of the 'Coverage Summary' containment reference list. The list contents are of typeCoverageSummaryType
. Unordered list of lower-level CoverageSummaries under this CoverageSummary.- Returns:
- the value of the 'Coverage Summary' containment reference list.
- See Also:
Wcs111Package.getCoverageSummaryType_CoverageSummary()
-
getIdentifier
String getIdentifier()
Returns the value of the 'Identifier' attribute. Optional identifier of this coverage. This identifier shall be included only when this coverage can be accessed by the GetCoverage operation, and the CoverageDescription can be accessed by the DescribeCoverage operation. This identifier must be unique for this WCS server.- Returns:
- the value of the 'Identifier' attribute.
- See Also:
setIdentifier(String)
,Wcs111Package.getCoverageSummaryType_Identifier()
-
setIdentifier
void setIdentifier(String value)
Sets the value of the 'Identifier
' attribute.- Parameters:
value
- the new value of the 'Identifier' attribute.- See Also:
getIdentifier()
-
getIdentifier1
String getIdentifier1()
Returns the value of the 'Identifier1' attribute. Identifier of this coverage. This identifier must be unique for this WCS server.- Returns:
- the value of the 'Identifier1' attribute.
- See Also:
setIdentifier1(String)
,Wcs111Package.getCoverageSummaryType_Identifier1()
-
setIdentifier1
void setIdentifier1(String value)
Sets the value of the 'Identifier1
' attribute.- Parameters:
value
- the new value of the 'Identifier1' attribute.- See Also:
getIdentifier1()
-
-