Package net.opengis.wcs20
Interface DescribeEOCoverageSetType
-
- All Superinterfaces:
EObject,Notifier,RequestBaseType
- All Known Implementing Classes:
DescribeEOCoverageSetTypeImpl
public interface DescribeEOCoverageSetType extends RequestBaseType
A representation of the model object ' Describe EO Coverage Set'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContainmentType()intgetCount()EList<DimensionTrimType>getDimensionTrim()EList<String>getEoId()Returns the value of the 'Coverage Id' attribute.SectionsgetSections()Returns the value of the 'Sections' containment reference.voidsetContainmentType(String value)Sets the value of the 'Containment Type' attribute.voidsetCount(int value)Sets the value of the 'Count' attribute.voidsetSections(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 RequestBaseType
getBaseUrl, getExtension, getService, getVersion, isSetService, setBaseUrl, setExtension, setService, setVersion, unsetService
-
-
-
-
Method Detail
-
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
void setContainmentType(String value)
Sets the value of the 'Containment Type' attribute.- Parameters:
value- the new value of the 'Containment Type' attribute.- See Also:
getContainmentType()
-
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(Sections),Ows20Package.getGetCapabilitiesType_Sections()
-
setSections
void setSections(Sections value)
Sets the value of the 'Sections' containment reference.- Parameters:
value- the new value of the 'Sections' containment reference.- See Also:
getSections()
-
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:
getCount()
-
-