Package net.opengis.wcs20
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'.The following features are supported:
- See Also:
Wcs20Package.getCoverageSummaryType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<BoundingBoxType>
getBoundingBox()
Returns the value of the 'Bounding Box' containment reference list.FeatureMap
getBoundingBoxGroup()
Returns the value of the 'Bounding Box Group' attribute list.String
getCoverageId()
Returns the value of the 'Coverage Id' attribute.QName
getCoverageSubtype()
Returns the value of the 'Coverage Subtype' attribute.CoverageSubtypeParentType
getCoverageSubtypeParent()
Returns the value of the 'Coverage Subtype Parent' containment reference.EList<MetadataType>
getMetadata()
Returns the value of the 'Metadata' containment reference list.FeatureMap
getMetadataGroup()
Returns the value of the 'Metadata Group' attribute list.EList<WGS84BoundingBoxType>
getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list.void
setCoverageId(String value)
Sets the value of the 'Coverage Id
' attribute.void
setCoverageSubtype(QName value)
Sets the value of the 'Coverage Subtype
' attribute.void
setCoverageSubtypeParent(CoverageSubtypeParentType value)
Sets the value of the 'Coverage Subtype Parent
' containment reference.-
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
-
-
-
-
Method Detail
-
getWGS84BoundingBox
EList<WGS84BoundingBoxType> getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list. The list contents are of typeWGS84BoundingBoxType
.If the meaning of the 'WGS84 Bounding Box' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'WGS84 Bounding Box' containment reference list.
- See Also:
Wcs20Package.getCoverageSummaryType_WGS84BoundingBox()
-
getCoverageId
String getCoverageId()
Returns the value of the 'Coverage Id' attribute. This element represents coverage identifiers. It uses the same type as gml:id to allow for identifier values to be used in both contexts.- Returns:
- the value of the 'Coverage Id' attribute.
- See Also:
setCoverageId(String)
,Wcs20Package.getCoverageSummaryType_CoverageId()
-
setCoverageId
void setCoverageId(String value)
Sets the value of the 'Coverage Id
' attribute.- Parameters:
value
- the new value of the 'Coverage Id' attribute.- See Also:
getCoverageId()
-
getCoverageSubtype
QName getCoverageSubtype()
Returns the value of the 'Coverage Subtype' attribute. CoverageSubtype characterizes the type of a coverage. This element shall contain the name of the XML root element that would be delivered if a GML encoded result were requested from the GetCoverage operation. The content model of the named element shall be described by a schema that is either normatively referenced by the WCS core specification or by a requirement in a WCS extension, the associated conformance class for which has been included in the ows:Profiles of the server's GetCapabilities response. This CoverageSubtype is delivered in GetCapabilities and DescribeCoverage to allow clients an estimation of the amount of data to be expected in the domain and range set. For example, a GridCoverage has a small domain set structure, but typically a large range set; a MultiSolidCoverage, on the other hand, tends to have large domain sets and small range sets.- Returns:
- the value of the 'Coverage Subtype' attribute.
- See Also:
setCoverageSubtype(QName)
,Wcs20Package.getCoverageSummaryType_CoverageSubtype()
-
setCoverageSubtype
void setCoverageSubtype(QName value)
Sets the value of the 'Coverage Subtype
' attribute.- Parameters:
value
- the new value of the 'Coverage Subtype' attribute.- See Also:
getCoverageSubtype()
-
getCoverageSubtypeParent
CoverageSubtypeParentType getCoverageSubtypeParent()
Returns the value of the 'Coverage Subtype Parent' containment reference.- Returns:
- the value of the 'Coverage Subtype Parent' containment reference.
- See Also:
setCoverageSubtypeParent(CoverageSubtypeParentType)
,Wcs20Package.getCoverageSummaryType_CoverageSubtypeParent()
-
setCoverageSubtypeParent
void setCoverageSubtypeParent(CoverageSubtypeParentType value)
Sets the value of the 'Coverage Subtype Parent
' containment reference.- Parameters:
value
- the new value of the 'Coverage Subtype Parent' containment reference.- See Also:
getCoverageSubtypeParent()
-
getBoundingBoxGroup
FeatureMap getBoundingBoxGroup()
Returns the value of the 'Bounding Box Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Bounding Box Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Bounding Box Group' attribute list.
- See Also:
Wcs20Package.getCoverageSummaryType_BoundingBoxGroup()
-
getBoundingBox
EList<BoundingBoxType> getBoundingBox()
Returns the value of the 'Bounding Box' containment reference list. The list contents are of typeBoundingBoxType
.If the meaning of the 'Bounding Box' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Bounding Box' containment reference list.
- See Also:
Wcs20Package.getCoverageSummaryType_BoundingBox()
-
getMetadataGroup
FeatureMap getMetadataGroup()
Returns the value of the 'Metadata Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Metadata Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Metadata Group' attribute list.
- See Also:
Wcs20Package.getCoverageSummaryType_MetadataGroup()
-
getMetadata
EList<MetadataType> getMetadata()
Returns the value of the 'Metadata' containment reference list. The list contents are of typeMetadataType
.If the meaning of the 'Metadata' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Metadata' containment reference list.
- See Also:
Wcs20Package.getCoverageSummaryType_Metadata()
-
-