Package net.opengis.wcs20
Interface ContentsType
-
- All Superinterfaces:
ContentsBaseType,EObject,Notifier
- All Known Implementing Classes:
ContentsTypeImpl
public interface ContentsType extends ContentsBaseType
A representation of the model object 'Contents Type'.The following features are supported:
- See Also:
Wcs20Package.getContentsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<CoverageSummaryType>getCoverageSummary()Returns the value of the 'Coverage Summary' containment reference list.ExtensionTypegetExtension()Returns the value of the 'Extension' containment reference.voidsetExtension(ExtensionType value)Sets the value of the 'Extension' containment reference.-
Methods inherited from interface ContentsBaseType
getDatasetDescriptionSummary, getOtherSource
-
-
-
-
Method Detail
-
getCoverageSummary
EList<CoverageSummaryType> getCoverageSummary()
Returns the value of the 'Coverage Summary' containment reference list. The list contents are of typeCoverageSummaryType. A CoverageSummary contains information essential for accessing a coverage served by a WCS. The CoverageId is the identifier used to address a particular coverage. The CoverageSubtype is the name of the root of this coverage when expressed in XML.- Returns:
- the value of the 'Coverage Summary' containment reference list.
- See Also:
Wcs20Package.getContentsType_CoverageSummary()
-
getExtension
ExtensionType getExtension()
Returns the value of the 'Extension' containment reference. Extension element used to hook in additional content e.g. in extensions or application profiles.- Returns:
- the value of the 'Extension' containment reference.
- See Also:
setExtension(ExtensionType),Wcs20Package.getContentsType_Extension()
-
setExtension
void setExtension(ExtensionType value)
Sets the value of the 'Extension' containment reference.- Parameters:
value- the new value of the 'Extension' containment reference.- See Also:
getExtension()
-
-