Uses of Class
org.apache.sedona.viz.core.GlobalParameter
Packages that use GlobalParameter
-
Uses of GlobalParameter in org.apache.sedona.viz.core
Methods in org.apache.sedona.viz.core that return GlobalParameterModifier and TypeMethodDescriptionstatic GlobalParameterGlobalParameter.getGlobalParameter()Gets the global parameter.static 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.static GlobalParameterGlobalParameter.getGlobalParameter(String parameterString) Gets the global parameter.Methods in org.apache.sedona.viz.core with parameters of type GlobalParameterModifier and TypeMethodDescriptionabstract IntegerColoringRule.EncodeToRGB(Double normalizedCount, GlobalParameter globalParameter) Encode to RGB. -
Uses of GlobalParameter in org.apache.sedona.viz.extension.coloringRule
Methods in org.apache.sedona.viz.extension.coloringRule with parameters of type GlobalParameterModifier and TypeMethodDescriptionLinearFunction.EncodeToRGB(Double normalizedCount, GlobalParameter globalParameter) PiecewiseFunction.EncodeToRGB(Double normalizedCount, GlobalParameter globalParameter)