Package org.n52.svalbard
Interface CodingSettings
-
public interface CodingSettings
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHARACTER_ENCODINGstatic StringDECIMAL_SEPARATORstatic StringSRS_NAME_PREFIX_URLstatic StringSRS_NAME_PREFIX_URNstatic StringTOKEN_SEPARATORstatic StringTUPLE_SEPARATORstatic StringVALIDATE_RESPONSE
-
-
-
Field Detail
-
TOKEN_SEPARATOR
static final String TOKEN_SEPARATOR
- See Also:
- Constant Field Values
-
TUPLE_SEPARATOR
static final String TUPLE_SEPARATOR
- See Also:
- Constant Field Values
-
DECIMAL_SEPARATOR
static final String DECIMAL_SEPARATOR
- See Also:
- Constant Field Values
-
CHARACTER_ENCODING
static final String CHARACTER_ENCODING
- See Also:
- Constant Field Values
-
SRS_NAME_PREFIX_URN
static final String SRS_NAME_PREFIX_URN
- See Also:
- Constant Field Values
-
SRS_NAME_PREFIX_URL
static final String SRS_NAME_PREFIX_URL
- See Also:
- Constant Field Values
-
VALIDATE_RESPONSE
static final String VALIDATE_RESPONSE
- See Also:
- Constant Field Values
-
-