Package org.n52.svalbard.coding.json
Interface SchemaConstants.Observation
-
- Enclosing interface:
- SchemaConstants
public static interface SchemaConstants.Observation
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATEGORY_OBSERVATIONstatic StringCOMPLEX_OBSERVATIONstatic StringCOUNT_OBSERVATIONstatic StringGEOMETRY_OBSERVATIONstatic StringMEASUREMENTstatic StringOBSERVATIONstatic StringREFERENCE_OBSERVATIONstatic StringSWE_ARRAY_OBSERVATIONstatic StringTEMPLATE_OBSERVATIONstatic StringTEXT_OBSERVATIONstatic StringTRUTH_OBSERVATION
-
-
-
Field Detail
-
OBSERVATION
static final String OBSERVATION
- See Also:
- Constant Field Values
-
CATEGORY_OBSERVATION
static final String CATEGORY_OBSERVATION
- See Also:
- Constant Field Values
-
COUNT_OBSERVATION
static final String COUNT_OBSERVATION
- See Also:
- Constant Field Values
-
COMPLEX_OBSERVATION
static final String COMPLEX_OBSERVATION
- See Also:
- Constant Field Values
-
TRUTH_OBSERVATION
static final String TRUTH_OBSERVATION
- See Also:
- Constant Field Values
-
TEXT_OBSERVATION
static final String TEXT_OBSERVATION
- See Also:
- Constant Field Values
-
GEOMETRY_OBSERVATION
static final String GEOMETRY_OBSERVATION
- See Also:
- Constant Field Values
-
MEASUREMENT
static final String MEASUREMENT
- See Also:
- Constant Field Values
-
SWE_ARRAY_OBSERVATION
static final String SWE_ARRAY_OBSERVATION
- See Also:
- Constant Field Values
-
REFERENCE_OBSERVATION
static final String REFERENCE_OBSERVATION
- See Also:
- Constant Field Values
-
TEMPLATE_OBSERVATION
static final String TEMPLATE_OBSERVATION
- See Also:
- Constant Field Values
-
-