|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputType
A representation of the model object 'Output Type'. Asks for the GetCoverage response to be expressed in a particular CRS and encoded in a particular format. Can also ask for the response coverage to be stored remotely from the client at a URL, instead of being returned in the operation response.
The following features are supported:
Wcs111Package.getOutputType()
Method Summary | |
---|---|
java.lang.String |
getFormat()
Returns the value of the 'Format' attribute. |
GridCrsType |
getGridCRS()
Returns the value of the 'Grid CRS' containment reference. |
boolean |
isSetStore()
Returns whether the value of the ' Store ' attribute is set. |
boolean |
isStore()
Returns the value of the 'Store' attribute. |
void |
setFormat(java.lang.String value)
Sets the value of the ' Format ' attribute. |
void |
setGridCRS(GridCrsType value)
Sets the value of the ' Grid CRS ' containment reference. |
void |
setStore(boolean value)
Sets the value of the ' Store ' attribute. |
void |
unsetStore()
Unsets the value of the ' Store ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
GridCrsType getGridCRS()
setGridCRS(GridCrsType)
,
Wcs111Package.getOutputType_GridCRS()
void setGridCRS(GridCrsType value)
Grid CRS
' containment reference.
value
- the new value of the 'Grid CRS' containment reference.getGridCRS()
java.lang.String getFormat()
setFormat(String)
,
Wcs111Package.getOutputType_Format()
void setFormat(java.lang.String value)
Format
' attribute.
value
- the new value of the 'Format' attribute.getFormat()
boolean isStore()
"false"
.
Specifies if the output coverage should be stored, remotely from the client at a network URL, instead of being returned with the operation response. This parameter should be included only if this operation parameter is supported by server, as encoded in the OperationsMetadata section of the Capabilities document.
isSetStore()
,
unsetStore()
,
setStore(boolean)
,
Wcs111Package.getOutputType_Store()
void setStore(boolean value)
Store
' attribute.
value
- the new value of the 'Store' attribute.isSetStore()
,
unsetStore()
,
isStore()
void unsetStore()
Store
' attribute.
isSetStore()
,
isStore()
,
setStore(boolean)
boolean isSetStore()
Store
' attribute is set.
unsetStore()
,
isStore()
,
setStore(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |