Class PiecewiseFunction
java.lang.Object
org.apache.sedona.viz.core.ColoringRule
org.apache.sedona.viz.extension.coloringRule.PiecewiseFunction
- All Implemented Interfaces:
Serializable
The Class PiecewiseFunction.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEncodeToRGB(Double normalizedCount, GlobalParameter globalParameter) Encode to RGB.
-
Constructor Details
-
PiecewiseFunction
public PiecewiseFunction()
-
-
Method Details
-
EncodeToRGB
Description copied from class:ColoringRuleEncode to RGB.- Specified by:
EncodeToRGBin classColoringRule- Parameters:
normalizedCount- the normalized countglobalParameter- the global parameter- Returns:
- the integer
-