类 BoundaryNorm


  • public class BoundaryNorm
    extends Normalize
    Generate a colormap index based on discrete intervals
    • 构造器详细资料

      • BoundaryNorm

        public BoundaryNorm​(Array boundaries,
                            ExtendType extendType)
        Constructor
        参数:
        boundaries - Boundaries
        extendType - Extend type
    • 方法详细资料

      • getBoundaries

        public Array getBoundaries()
        Get boundaries
        返回:
        Boundaries
      • getExtendType

        public ExtendType getExtendType()
        Get extend type
        返回:
        Extend type
      • getSize

        public int getSize()
        Get boundaries size
        返回:
        Boundaries size
      • getOffset

        public int getOffset()
        Get offset
        返回:
        The offset
      • getNRegions

        public int getNRegions()
        Get number of color regions
        返回:
        Number of color regions
      • apply

        public Array apply​(Array a)
        从类复制的说明: Normalize
        Normalize the data array
        覆盖:
        apply 在类中 Normalize
        参数:
        a - The data array
        返回:
        Normalized data array
      • inverse

        public double inverse​(double v)
        从类复制的说明: Normalize
        Inverse data value
        覆盖:
        inverse 在类中 Normalize
        参数:
        v - The data value
        返回:
        Inverse data value
      • inverse

        public Array inverse​(Array a)
        从类复制的说明: Normalize
        Inverse data array
        覆盖:
        inverse 在类中 Normalize
        参数:
        a - The data array
        返回:
        Inverse data array