public class WcsResponseFormat
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WcsResponseFormat.Type |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_dapSuffix |
protected java.lang.String |
_mimeType |
protected java.lang.String |
_name |
protected WcsResponseFormat.Type |
_type |
Constructor and Description |
---|
WcsResponseFormat() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dapDataResponseSuffix() |
java.lang.String |
mimeType() |
java.lang.String |
name() |
WcsResponseFormat.Type |
type() |
protected WcsResponseFormat.Type _type
protected java.lang.String _name
protected java.lang.String _mimeType
protected java.lang.String _dapSuffix
public java.lang.String dapDataResponseSuffix()
public java.lang.String name()
public java.lang.String mimeType()
public WcsResponseFormat.Type type()