Package net.opengis.wcs10
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:
Wcs10Package.getSupportedCRSsType()
-
-
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.
-
-
-
Method Detail
-
getRequestResponseCRSs
EList getRequestResponseCRSs()
Returns the value of the 'Request Response CR Ss' containment reference list. The list contents are of typeCodeListType
. 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 typeCodeListType
. 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 typeCodeListType
. 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 typeCodeListType
. 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()
-
-