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)
设置权重字段
|
getAdditionalSetting, getByCaption, getCaption, getDataset, getDeduplicateThreshold, getDeduplicateTolerance, getDescription, getDisplayFilter, getIsSwipe, getLayerSettingVectorCache, getMaxVisibleScale, getMinVisibleGeometrySize, getMinVisibleScale, getName, getParentGroup, getSelection, getSymbolScale, getTheme, GetTheme, getTimeEndField, getTimeFilterEnding, getTimeFilterStarting, getTimeStartField, getTimeStepInterval, hitTest, hitTestEx, isDeduplicateEnabled, isDisposed, isEditable, isFastDrawEnabled, isSelectable, isSnapable, isSymbolScalable, IsTimeFilterEnable, isVisible, isVisibleScale, removeCache, setAdditionalSetting, setCaption, setDataset, setDeduplicateEnabled, setDeduplicateThreshold, setDeduplicateTolerance, setDescription, setDisplayFilter, setEditable, setFastDrawDataModefied, setFastDrawEnabled, setIsSwipe, setMaxVisibleScale, setMinVisibleGeometrySize, setMinVisibleScale, setOpaqueRate, setSelectable, setSnapable, setSymbolScalable, setSymbolScale, setTimeEndField, setTimeFilterEnable, setTimeFilterEnding, setTimeFilterStarting, setTimeStartField, setTimeStepInterval, setVisible, toXML
public Color getMaxColor()
public void setMaxColor(Color color)
color
- 颜色值public Color getMinColor()
public void setMinColor(Color color)
color
- 颜色值public void setWeightField(java.lang.String field)
field
- 权重字段public java.lang.String getWeightField()
public void setGridLineStyle(GeoStyle style)
style
- 网格单元矩形边框线的风格public GeoStyle getGridLineStyle()
public void setGridLabelStyle(TextStyle style)
style
- 网格单元内统计值标签的风格public TextStyle getGridLabelStyle()
public void setIsShowGridLabel(boolean isShow)
isShow
- 否显示网格单元标签public boolean getIsShowGridLabel()
public void setGridAggregationType(LayerGridAggregationType type)
type
- 格网类型public LayerGridAggregationType getGridAggregationType()
public void setGridWidth(int width)
width
- 宽度public int getGridwidth()
public void setGridHeight(int height)
height
- 高度public int getGridHeight()
public AggregationFunctionType getAggregationFun()
public void setAggregationFun(AggregationFunctionType type)
type
- 设置网格图聚合字段应用的聚合函数。聚合函数支持对聚合字段进行求和、求最值、平均值等。public void setColorset(Colors colors)
colors
- 颜色集合public Colors getColorset()
public void setGradientColorType(ColorType type)
type
- 颜色渐变模式public ColorType getGradientColorType()