Class ParameterDescriptions
- java.lang.Object
-
- org.heigit.ohsome.ohsomeapi.controller.ParameterDescriptions
-
public class ParameterDescriptions extends Object
Holds the descriptions for some parameters.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BBOXES
static String
BCIRCLES
static String
BPOLYS
static String
CLIP_GEOMETRY
static String
DEPRECATED_USE_FILTER
static String
DEPRECATED_USE_FILTER2
static String
FILTER
static String
FORMAT
static String
GROUP_BY_KEY
static String
KEYS
static String
PROPERTIES
static String
SHOW_METADATA
static String
TIME
static String
TIME_DATA_EXTRACTION
static String
TIMEOUT
static String
TYPES
static String
VALUES
-
-
-
Field Detail
-
BBOXES
public static final String BBOXES
- See Also:
- Constant Field Values
-
BCIRCLES
public static final String BCIRCLES
- See Also:
- Constant Field Values
-
BPOLYS
public static final String BPOLYS
- See Also:
- Constant Field Values
-
TYPES
public static final String TYPES
- See Also:
- Constant Field Values
-
KEYS
public static final String KEYS
- See Also:
- Constant Field Values
-
GROUP_BY_KEY
public static final String GROUP_BY_KEY
- See Also:
- Constant Field Values
-
VALUES
public static final String VALUES
- See Also:
- Constant Field Values
-
TIME
public static final String TIME
- See Also:
- Constant Field Values
-
TIME_DATA_EXTRACTION
public static final String TIME_DATA_EXTRACTION
- See Also:
- Constant Field Values
-
FORMAT
public static final String FORMAT
- See Also:
- Constant Field Values
-
PROPERTIES
public static final String PROPERTIES
- See Also:
- Constant Field Values
-
SHOW_METADATA
public static final String SHOW_METADATA
- See Also:
- Constant Field Values
-
TIMEOUT
public static final String TIMEOUT
- See Also:
- Constant Field Values
-
FILTER
public static final String FILTER
- See Also:
- Constant Field Values
-
DEPRECATED_USE_FILTER
public static final String DEPRECATED_USE_FILTER
- See Also:
- Constant Field Values
-
DEPRECATED_USE_FILTER2
public static final String DEPRECATED_USE_FILTER2
- See Also:
- Constant Field Values
-
CLIP_GEOMETRY
public static final String CLIP_GEOMETRY
- See Also:
- Constant Field Values
-
-