Package net.opengis.wcs10
Interface OutputType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
OutputTypeImpl
public interface OutputType
extends EObject
A representation of the model object 'Output Type'.
Asks for the GetCoverage response to be expressed in a particular Coordinate Reference System (crs) and encoded in a particular format.
The following features are supported:
- See Also:
-
Method Summary
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
-
getCrs
CodeType getCrs()Returns the value of the 'Crs' containment reference. Identifier of the Coordinate Reference System (crs) in which GetCoverage response shall be expressed. Identifier shall be among those listed under supportedCRSs in the DescribeCoverage XML response.- Returns:
- the value of the 'Crs' containment reference.
- See Also:
-
setCrs
Sets the value of the 'Crs
' containment reference.- Parameters:
value
- the new value of the 'Crs' containment reference.- See Also:
-
getFormat
CodeType getFormat()Returns the value of the 'Format' containment reference. Identifier of the format in which GetCoverage response shall be encoded. Identifier shall be among those listed under supportedFormats in the DescribeCoverage XML response.- Returns:
- the value of the 'Format' containment reference.
- See Also:
-
setFormat
Sets the value of the 'Format
' containment reference.- Parameters:
value
- the new value of the 'Format' containment reference.- See Also:
-