Uses of Class
org.apache.sedona.viz.core.ColoringRule
Packages that use ColoringRule
-
Uses of ColoringRule in org.apache.sedona.viz.core
Fields in org.apache.sedona.viz.core declared as ColoringRuleMethods in org.apache.sedona.viz.core with parameters of type ColoringRuleModifier and TypeMethodDescriptionstatic GlobalParameterGlobalParameter.getGlobalParameter(int resolutionX, int resolutionY, boolean reverseSpatialCoordinate, boolean drawOutlineOnly, int minTreeLevel, int filterRadius, PhotoFilter photoFilter, Double samplingFraction, int maxPixelWeight, ColoringRule coloringRule, Color controlColorChannel, boolean useInverseRatioForControlColorChannel, int colorAlpha, org.locationtech.jts.geom.Envelope datasetBoundary, int maxPartitionTreeLevel, boolean overwriteExistingImages) Gets the global parameter.booleanGlobalParameter.setColoringRule(ColoringRule coloringRule) Sets the coloring rule. -
Uses of ColoringRule in org.apache.sedona.viz.extension.coloringRule
Subclasses of ColoringRule in org.apache.sedona.viz.extension.coloringRuleModifier and TypeClassDescriptionclassThe Class LinearFunction.classThe Class PiecewiseFunction.Methods in org.apache.sedona.viz.extension.coloringRule that return ColoringRuleModifier and TypeMethodDescriptionstatic ColoringRuleColoringRuleFactory.getColoringRule(String ruleName) Gets the coloring rule.