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:
Ows20Package.getContentsBaseType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<DatasetDescriptionSummaryBaseType>
getDatasetDescriptionSummary()
Returns the value of the 'Dataset Description Summary' containment reference list.EList<MetadataType>
getOtherSource()
Returns the value of the 'Other Source' containment reference list.
-
-
-
Method Detail
-
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:
Ows20Package.getContentsBaseType_DatasetDescriptionSummary()
-
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:
Ows20Package.getContentsBaseType_OtherSource()
-
-