com.supermap.mapping
类 LayerGridAggregation
- java.lang.Object
-
- com.supermap.mapping.Layer
-
- com.supermap.mapping.LayerGridAggregation
-
public class LayerGridAggregation extends Layer
网格图图层
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 AggregationFunctionType
getAggregationFun()
获取网格图聚合字段应用的聚合函数Colors
getColorset()
获取颜色集合ColorType
getGradientColorType()
获取网格聚合图中颜色渐变模式LayerGridAggregationType
getGridAggregationType()
获取网格聚合图的格网类型int
getGridHeight()
获取矩形格网的高度TextStyle
getGridLabelStyle()
获取网格单元内统计值标签的风格GeoStyle
getGridLineStyle()
获取网格单元矩形边框线的风格int
getGridwidth()
获取六边形格网边长,或矩形格网的宽度 。boolean
getIsShowGridLabel()
返回是否显示网格单元标签Color
getMaxColor()
高密度点的颜色Color
getMinColor()
低密度点的颜色java.lang.String
getWeightField()
返回权重字段void
setAggregationFun(AggregationFunctionType type)
设置网格图聚合字段应用的聚合函数void
setColorset(Colors colors)
设置颜色集合void
setGradientColorType(ColorType type)
设置网格聚合图中颜色渐变模式void
setGridAggregationType(LayerGridAggregationType type)
设置网格聚合图的格网类型void
setGridHeight(int height)
设置矩形格网的高度void
setGridLabelStyle(TextStyle style)
设置网格单元内统计值标签的风格void
setGridLineStyle(GeoStyle style)
设置网格单元矩形边框线的风格void
setGridWidth(int width)
设置六边形格网边长,或矩形格网的宽度void
setIsShowGridLabel(boolean isShow)
设置是否显示网格单元标签void
setMaxColor(Color color)
设置高密度点的颜色void
setMinColor(Color color)
设置低密度点的颜色void
setWeightField(java.lang.String field)
设置权重字段-
从类继承的方法 com.supermap.mapping.Layer
getAdditionalSetting, getByCaption, getCaption, getDataset, getDeduplicateThreshold, getDeduplicateTolerance, getDescription, getDisplayFilter, getIsSwipe, getLabelDisplayArea, getLayerSettingVectorCache, getLayerWeight, getMaxVisibleScale, getMinVisibleGeometrySize, getMinVisibleScale, getName, getParentGroup, getSelection, getSymbolScale, getTheme, GetTheme, getTimeEndField, getTimeFilterEnding, getTimeFilterStarting, getTimeStartField, getTimeStepInterval, getWebTileMaxLevel, hitTest, hitTestEx, isDeduplicateEnabled, isDisposed, isEditable, isFastDrawEnabled, isLabelDisplayAreaEnable, isSelectable, isSnapable, isSymbolScalable, IsTimeFilterEnable, isVisible, isVisibleScale, removeCache, setAdditionalSetting, setCaption, setDataset, setDeduplicateEnabled, setDeduplicateThreshold, setDeduplicateTolerance, setDescription, setDisplayFilter, setEditable, setFastDrawDataModefied, setFastDrawEnabled, setIsSwipe, setLabelDisplayArea, setLabelDisplayAreaEnable, setLayerWeight, setMaxVisibleScale, setMinVisibleGeometrySize, setMinVisibleScale, setOpaqueRate, setSelectable, setSnapable, setSymbolScalable, setSymbolScale, setTimeEndField, setTimeFilterEnable, setTimeFilterEnding, setTimeFilterStarting, setTimeStartField, setTimeStepInterval, setVisible, setWebTileMaxLevel, toXML
-
-
-
-
方法详细资料
-
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
-
-