Package net.opengis.wcs20
Interface DescribeEOCoverageSetType
- All Superinterfaces:
EObject
,Notifier
,RequestBaseType
- All Known Implementing Classes:
DescribeEOCoverageSetTypeImpl
A representation of the model object '
Describe EO Coverage Set'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
EList<DimensionTrimType>
EList<String>
getEoId()
Returns the value of the 'Coverage Id' attribute.Returns the value of the 'Sections' containment reference.void
setContainmentType
(String value) Sets the value of the 'Containment Type
' attribute.void
setCount
(int value) Sets the value of the 'Count
' attribute.void
setSections
(Sections value) Sets the value of the 'Sections
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface RequestBaseType
getBaseUrl, getExtension, getService, getVersion, isSetService, setBaseUrl, setExtension, setService, setVersion, unsetService
-
Method Details
-
getEoId
EList<String> getEoId()Returns the value of the 'Coverage Id' attribute. Unordered list of identifiers of desired coverages. A client can obtain identifiers by a prior GetCapabilities request, or from a third-party source.- Returns:
- the value of the 'Coverage Id' attribute.
- See Also:
-
#setCoverageId(String)
Wcs20Package.getDescribeCoverageType_CoverageId()
-
getContainmentType
String getContainmentType() -
setContainmentType
Sets the value of the 'Containment Type
' attribute.- Parameters:
value
- the new value of the 'Containment Type' attribute.- See Also:
-
getSections
Sections getSections()Returns the value of the 'Sections' containment reference. When omitted or not supported by server, server shall return complete service metadata (Capabilities) document.- Returns:
- the value of the 'Sections' containment reference.
- See Also:
-
setSections
Sets the value of the 'Sections
' containment reference.- Parameters:
value
- the new value of the 'Sections' containment reference.- See Also:
-
getDimensionTrim
EList<DimensionTrimType> getDimensionTrim() -
getCount
int getCount() -
setCount
void setCount(int value) Sets the value of the 'Count
' attribute.- Parameters:
value
- the new value of the 'Count' attribute.- See Also:
-