Package com.gpudb.protocol
Class CreateVideoRequest.Style
- java.lang.Object
-
- com.gpudb.protocol.CreateVideoRequest.Style
-
- Enclosing class:
- CreateVideoRequest
public static final class CreateVideoRequest.Style extends Object
A set of string constants for theCreateVideoRequestparameterstyle.The name of the visualize mode; should correspond to the schema used for the
styleParametersfield.
-
-
Field Detail
-
CHART
public static final String CHART
- See Also:
- Constant Field Values
-
RASTER
public static final String RASTER
- See Also:
- Constant Field Values
-
CLASSBREAK
public static final String CLASSBREAK
- See Also:
- Constant Field Values
-
CONTOUR
public static final String CONTOUR
- See Also:
- Constant Field Values
-
HEATMAP
public static final String HEATMAP
- See Also:
- Constant Field Values
-
LABELS
public static final String LABELS
- See Also:
- Constant Field Values
-
-