Interface SupportedCRSsType

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

public interface SupportedCRSsType extends EObject
A representation of the model object 'Supported CR Ss Type'. Unordered list(s) of identifiers of Coordinate Reference Systems (CRSs) supported in server operation requests and responses.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList
    Returns the value of the 'Native CR Ss' containment reference list.
    EList
    Returns the value of the 'Request CR Ss' containment reference list.
    EList
    Returns the value of the 'Request Response CR Ss' containment reference list.
    EList
    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 Details

    • 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:
    • 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:
    • 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:
    • 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: