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