net.opengis.ows11
Interface ContentsBaseType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ContentsBaseTypeImpl

public interface ContentsBaseType
extends org.eclipse.emf.ecore.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:
Ows11Package.getContentsBaseType()

Method Summary
 org.eclipse.emf.common.util.EList getDatasetDescriptionSummary()
          Returns the value of the 'Dataset Description Summary' containment reference list.
 org.eclipse.emf.common.util.EList getOtherSource()
          Returns the value of the 'Other Source' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDatasetDescriptionSummary

org.eclipse.emf.common.util.EList getDatasetDescriptionSummary()
Returns the value of the 'Dataset Description Summary' containment reference list. The list contents are of type DatasetDescriptionSummaryBaseType. 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:
Ows11Package.getContentsBaseType_DatasetDescriptionSummary()

getOtherSource

org.eclipse.emf.common.util.EList getOtherSource()
Returns the value of the 'Other Source' containment reference list. The list contents are of type MetadataType. 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:
Ows11Package.getContentsBaseType_OtherSource()


Copyright © 1996-2010 Geotools. All Rights Reserved.