public final class HapiSpec
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
BINARY |
protected static java.lang.String |
CAPABILITIES_URL
the text to append to a HAPI server to request server capabilities.
|
protected static java.lang.String |
CATALOG |
protected static java.lang.String |
CATALOG_URL
the text to append to a HAPI server to request the catalog.
|
protected static java.lang.String |
DATA_URL
the text to append to a HAPI server to request parameter data.
|
protected static java.lang.String |
FORMATS |
protected static java.lang.String |
INFO_URL
the text to append to a HAPI server to request parameter info.
|
protected static java.lang.String |
OUTPUT_FORMATS |
protected static java.lang.String |
PARAMETERS
HAPI server parameters tag of JSON response.
|
protected static java.lang.String |
TITLE
some HAPI servers have optional title for IDs.
|
protected static java.lang.String |
URL_PARAM_ID
ID parameter of a URL, used in the info and data requests.
|
protected static java.lang.String |
URL_PARAM_PARAMETERS
parameters parameter of a URL, used in the data requests.
|
protected static java.lang.String |
URL_PARAM_START
start time parameter of a URL, used in the data requests.
|
protected static java.lang.String |
URL_PARAM_STOP
stop time parameter of a URL, used in the data requests.
|
protected static java.lang.String |
URL_PARAM_TIMEMAX
time.max parameter of a URL, used in the data requests.
|
protected static java.lang.String |
URL_PARAM_TIMEMIN
time.min parameter of a URL, used in the data requests.
|
protected static final java.lang.String CATALOG_URL
https://github.com/hapi-server/data-specification#catalog,
Constant Field Valuesprotected static final java.lang.String INFO_URL
https://github.com/hapi-server/data-specification#catalog,
Constant Field Valuesprotected static final java.lang.String CAPABILITIES_URL
https://github.com/hapi-server/data-specification#capabilities,
Constant Field Valuesprotected static final java.lang.String DATA_URL
https://github.com/hapi-server/data-specification#data,
Constant Field Valuesprotected static final java.lang.String URL_PARAM_ID
https://github.com/hapi-server/data-specification#info,
https://github.com/hapi-server/data-specification#data,
Constant Field Valuesprotected static final java.lang.String URL_PARAM_START
https://github.com/hapi-server/data-specification#data,
Constant Field Valuesprotected static final java.lang.String URL_PARAM_STOP
https://github.com/hapi-server/data-specification#data,
Constant Field Valuesprotected static final java.lang.String URL_PARAM_TIMEMIN
https://github.com/hapi-server/data-specification#data,
Constant Field Valuesprotected static final java.lang.String URL_PARAM_TIMEMAX
https://github.com/hapi-server/data-specification#data,
Constant Field Valuesprotected static final java.lang.String URL_PARAM_PARAMETERS
https://github.com/hapi-server/data-specification#data,
Constant Field Valuesprotected static final java.lang.String CATALOG
https://github.com/hapi-server/data-specification#catalog,
Constant Field Valuesprotected static final java.lang.String FORMATS
https://github.com/hapi-server/data-specification#capabilities,
Constant Field Valuesprotected static final java.lang.String OUTPUT_FORMATS
https://github.com/hapi-server/data-specification#capabilities,
Constant Field Valuesprotected static final java.lang.String BINARY
https://github.com/hapi-server/data-specification#capabilities,
Constant Field Valuesprotected static final java.lang.String TITLE
https://github.com/hapi-server/data-specification#catalog,
Constant Field Valuesprotected static final java.lang.String PARAMETERS
https://github.com/hapi-server/data-specification#info,
Constant Field Values