Package net.opengis.ows20
Interface ContentsBaseType
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
ContentsType
- All Known Implementing Classes:
ContentsBaseTypeImpl
,ContentsTypeImpl
public interface ContentsBaseType
extends EObject
A representation of the model object 'Contents Base Type'.
Contents of typical Contents section of an OWS service
metadata (Capabilities) document. This type shall be extended and/or
restricted if needed for specific OWS use to include the specific
metadata needed.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Dataset Description Summary' containment reference list.EList<MetadataType>
Returns the value of the 'Other Source' containment reference list.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
-
Method Details
-
getDatasetDescriptionSummary
EList<DatasetDescriptionSummaryBaseType> getDatasetDescriptionSummary()Returns the value of the 'Dataset Description Summary' containment reference list. The list contents are of typeDatasetDescriptionSummaryBaseType
. Unordered set of summary descriptions for the datasets available from this OWS server. This set shall be included unless another source is referenced and all this metadata is available from that source.- Returns:
- the value of the 'Dataset Description Summary' containment reference list.
- See Also:
-
getOtherSource
EList<MetadataType> getOtherSource()Returns the value of the 'Other Source' containment reference list. The list contents are of typeMetadataType
. Unordered set of references to other sources of metadata describing the coverage offerings available from this server.- Returns:
- the value of the 'Other Source' containment reference list.
- See Also:
-