类 LogNorm
- java.lang.Object
-
- org.meteoinfo.geometry.colors.Normalize
-
- org.meteoinfo.geometry.colors.LogNorm
-
public class LogNorm extends Normalize
Normalize a given value to the 0-1 range on a log scale
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Numberapply(double v)Normalize a valueArrayapply(Array a)Normalize the data arraydoubleinverse(double v)Inverse data valueArrayinverse(Array a)Inverse data array-
从类继承的方法 org.meteoinfo.geometry.colors.Normalize
autoScale, autoScaleNull, getMaxValue, getMinValue, isClip, isScaled, setClip, setMaxValue, setMinValue
-
-