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 SummaryAll 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface RequestBaseTypegetBaseUrl, getExtension, getService, getVersion, isSetService, setBaseUrl, setExtension, setService, setVersion, unsetService
 
- 
 
- 
- 
- 
Method Detail- 
getEoIdEList<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()
 
 - 
getContainmentTypeString getContainmentType() 
 - 
setContainmentTypevoid setContainmentType(String value) Sets the value of the 'Containment Type' attribute.- Parameters:
- value- the new value of the 'Containment Type' attribute.
- See Also:
- getContainmentType()
 
 - 
getSectionsSections 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()
 
 - 
setSectionsvoid setSections(Sections value) Sets the value of the 'Sections' containment reference.- Parameters:
- value- the new value of the 'Sections' containment reference.
- See Also:
- getSections()
 
 - 
getDimensionTrimEList<DimensionTrimType> getDimensionTrim() 
 - 
getCountint getCount() 
 - 
setCountvoid setCount(int value) Sets the value of the 'Count' attribute.- Parameters:
- value- the new value of the 'Count' attribute.
- See Also:
- getCount()
 
 
- 
 
-