Interface SupportedCRSsType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList getNativeCRSs()
      Returns the value of the 'Native CR Ss' containment reference list.
      EList getRequestCRSs()
      Returns the value of the 'Request CR Ss' containment reference list.
      EList getRequestResponseCRSs()
      Returns the value of the 'Request Response CR Ss' containment reference list.
      EList getResponseCRSs()
      Returns the value of the 'Response CR Ss' 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 Detail

      • getRequestResponseCRSs

        EList getRequestResponseCRSs()
        Returns the value of the 'Request Response CR Ss' containment reference list. The list contents are of type CodeListType. Unordered list of identifiers of the CRSs in which the server can both accept requests and deliver responses for this data. These CRSs should include the native CRSs defined below.
        Returns:
        the value of the 'Request Response CR Ss' containment reference list.
        See Also:
        Wcs10Package.getSupportedCRSsType_RequestResponseCRSs()
      • getRequestCRSs

        EList getRequestCRSs()
        Returns the value of the 'Request CR Ss' containment reference list. The list contents are of type CodeListType. Unordered list of identifiers of the CRSs in which the server can accept requests for this data. These CRSs should include the native CRSs defined below.
        Returns:
        the value of the 'Request CR Ss' containment reference list.
        See Also:
        Wcs10Package.getSupportedCRSsType_RequestCRSs()
      • getResponseCRSs

        EList getResponseCRSs()
        Returns the value of the 'Response CR Ss' containment reference list. The list contents are of type CodeListType. Unordered list of identifiers of the CRSs in which the server can deliver responses for this data. These CRSs should include the native CRSs defined below.
        Returns:
        the value of the 'Response CR Ss' containment reference list.
        See Also:
        Wcs10Package.getSupportedCRSsType_ResponseCRSs()
      • getNativeCRSs

        EList getNativeCRSs()
        Returns the value of the 'Native CR Ss' containment reference list. The list contents are of type CodeListType. Unordered list of identifiers of the CRSs in which the server stores this data, that is, the CRS(s) in which data can be obtained without any distortion or degradation.
        Returns:
        the value of the 'Native CR Ss' containment reference list.
        See Also:
        Wcs10Package.getSupportedCRSsType_NativeCRSs()