net.opengis.wcs11
Interface ContentsType

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

public interface ContentsType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Contents Type'.

The following features are supported:

See Also:
Wcs111Package.getContentsType()

Method Summary
 org.eclipse.emf.common.util.EList getCoverageSummary()
          Returns the value of the 'Coverage Summary' containment reference list.
 org.eclipse.emf.common.util.EList getOtherSource()
          Returns the value of the 'Other Source' containment reference list.
 org.eclipse.emf.common.util.EList getSupportedCRS()
          Returns the value of the 'Supported CRS' attribute list.
 org.eclipse.emf.common.util.EList getSupportedFormat()
          Returns the value of the 'Supported Format' attribute 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

getCoverageSummary

org.eclipse.emf.common.util.EList getCoverageSummary()
Returns the value of the 'Coverage Summary' containment reference list. The list contents are of type CoverageSummaryType. Unordered list of brief metadata describing top-level coverages available from this WCS server. This list shall be included unless one or more OtherSources are referenced and all this metadata is available from those sources.

Returns:
the value of the 'Coverage Summary' containment reference list.
See Also:
Wcs111Package.getContentsType_CoverageSummary()

getSupportedCRS

org.eclipse.emf.common.util.EList getSupportedCRS()
Returns the value of the 'Supported CRS' attribute list. The list contents are of type String. Unordered list of references to coordinate reference systems in which GetCoverage operation requests and responses may be expressed. This list of SupportedCRSs shall be the union of all of the supported CRSs in all of the nested CoverageSummaries. Servers should include this list since it reduces the work clients need to do to determine that they can interoperate with the server. There may be a dependency of SupportedCRS on SupportedFormat, as described in Subclause 10.3.5.

Returns:
the value of the 'Supported CRS' attribute list.
See Also:
Wcs111Package.getContentsType_SupportedCRS()

getSupportedFormat

org.eclipse.emf.common.util.EList getSupportedFormat()
Returns the value of the 'Supported Format' attribute list. The list contents are of type String. Unordered list of identifiers of formats in which GetCoverage operation response may be encoded. This list of SupportedFormats shall be the union of all of the supported formats in all of the nested CoverageSummaries. Servers should include this list since it reduces the work clients need to do to determine that they can interoperate with the server. There may be a dependency of SupportedCRS on SupportedFormat, as described in clause 10.3.5.

Returns:
the value of the 'Supported Format' attribute list.
See Also:
Wcs111Package.getContentsType_SupportedFormat()

getOtherSource

org.eclipse.emf.common.util.EList getOtherSource()
Returns the value of the 'Other Source' containment reference list. The list contents are of type OnlineResourceType. Unordered list of references to other sources of coverage metadata. This list shall be included unless one or more CoverageSummaries are included.

Returns:
the value of the 'Other Source' containment reference list.
See Also:
Wcs111Package.getContentsType_OtherSource()


Copyright © 1996-2010 Geotools. All Rights Reserved.