Interface OfferedCoverageType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
OfferedCoverageTypeImpl

public interface OfferedCoverageType extends EObject
A representation of the model object 'Offered Coverage Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Abstract Coverage' containment reference.
    Returns the value of the 'Service Parameters' containment reference.
    void
    Sets the value of the 'Service Parameters' containment reference.

    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

    • getAbstractCoverage

      Object getAbstractCoverage()
      Returns the value of the 'Abstract Coverage' containment reference. Like its role model gml:AbstractCoverageType in GML 3.2.1, this element serves as the head of a substitution group which may contain any coverage whose type is derived, however, from gmlcov:AbstractCoverageType (rather than gml:AbstractCoverageType). It may act as a variable in the definition of content models where it is required to permit any coverage to be valid.
      Returns:
      the value of the 'Abstract Coverage' containment reference.
      See Also:
    • getServiceParameters

      ServiceParametersType getServiceParameters()
      Returns the value of the 'Service Parameters' containment reference. ServiceParameters further define how the corresponding coverage is accessible. CoverageSubtype helps identifying the type of coverage on hand, in particular with respect to the potential size of its domainSet and rangeSet components. Extension elements allow WCS extensions to plug in their particular coverage-specific service information.
      Returns:
      the value of the 'Service Parameters' containment reference.
      See Also:
    • setServiceParameters

      void setServiceParameters(ServiceParametersType value)
      Sets the value of the 'Service Parameters' containment reference.
      Parameters:
      value - the new value of the 'Service Parameters' containment reference.
      See Also: