com.supermap.mapping

类 LayerGridAggregation



  • public class LayerGridAggregation
    extends Layer
    网格图图层
    • 方法详细资料

      • getMaxColor

        public Color getMaxColor()
        高密度点的颜色
        返回:
        返回高密度点的颜色
      • setMaxColor

        public void setMaxColor(Color color)
        设置高密度点的颜色
        参数:
        color - 颜色值
      • getMinColor

        public Color getMinColor()
        低密度点的颜色
        返回:
        返回低密度点的颜色
      • setMinColor

        public void setMinColor(Color color)
        设置低密度点的颜色
        参数:
        color - 颜色值
      • setWeightField

        public void setWeightField(java.lang.String field)
        设置权重字段
        参数:
        field - 权重字段
      • getWeightField

        public java.lang.String getWeightField()
        返回权重字段
        返回:
        返回权重字段
      • setGridLineStyle

        public void setGridLineStyle(GeoStyle style)
        设置网格单元矩形边框线的风格
        参数:
        style - 网格单元矩形边框线的风格
      • getGridLineStyle

        public GeoStyle getGridLineStyle()
        获取网格单元矩形边框线的风格
        返回:
        网格单元矩形边框线的风格
      • setGridLabelStyle

        public void setGridLabelStyle(TextStyle style)
        设置网格单元内统计值标签的风格
        参数:
        style - 网格单元内统计值标签的风格
      • getGridLabelStyle

        public TextStyle getGridLabelStyle()
        获取网格单元内统计值标签的风格
        返回:
        网格单元内统计值标签的风格
      • setIsShowGridLabel

        public void setIsShowGridLabel(boolean isShow)
        设置是否显示网格单元标签
        参数:
        isShow - 否显示网格单元标签
      • getIsShowGridLabel

        public boolean getIsShowGridLabel()
        返回是否显示网格单元标签
        返回:
        是否显示网格单元标签
      • setGridAggregationType

        public void setGridAggregationType(LayerGridAggregationType type)
        设置网格聚合图的格网类型
        参数:
        type - 格网类型
      • getGridAggregationType

        public LayerGridAggregationType getGridAggregationType()
        获取网格聚合图的格网类型
        返回:
        格网类型
      • setGridWidth

        public void setGridWidth(int width)
        设置六边形格网边长,或矩形格网的宽度
        参数:
        width - 宽度
      • getGridwidth

        public int getGridwidth()
        获取六边形格网边长,或矩形格网的宽度 。值域[5-100]
        返回:
        宽度
      • setGridHeight

        public void setGridHeight(int height)
        设置矩形格网的高度
        参数:
        height - 高度
      • getGridHeight

        public int getGridHeight()
        获取矩形格网的高度
        返回:
        高度
      • getAggregationFun

        public AggregationFunctionType getAggregationFun()
        获取网格图聚合字段应用的聚合函数
        返回:
        获取网格图聚合字段应用的聚合函数。聚合函数支持对聚合字段进行求和、求最值、平均值等。
      • setAggregationFun

        public void setAggregationFun(AggregationFunctionType type)
        设置网格图聚合字段应用的聚合函数
        参数:
        type - 设置网格图聚合字段应用的聚合函数。聚合函数支持对聚合字段进行求和、求最值、平均值等。
      • setColorset

        public void setColorset(Colors colors)
        设置颜色集合
        参数:
        colors - 颜色集合
      • getColorset

        public Colors getColorset()
        获取颜色集合
        返回:
        颜色集合
      • setGradientColorType

        public void setGradientColorType(ColorType type)
        设置网格聚合图中颜色渐变模式
        参数:
        type - 颜色渐变模式
      • getGradientColorType

        public ColorType getGradientColorType()
        获取网格聚合图中颜色渐变模式
        返回:
        获取热力图中颜色渐变模式,包含两种模式:HSB和RGB