File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,15 @@ export class ThemeGridRange extends Theme {
38
38
* @member {RangeMode} [ThemeGridRange.prototype.rangeMode=RangeMode.EQUALINTERVAL]
39
39
* @description 分段专题图的分段模式。<br>
40
40
* 在栅格分段专题图中,作为专题变量的字段或表达式的值按照某种分段方式被分成多个范围段。
41
- * 目前 SuperMap 提供的分段方式包括:等距离分段法、平方根分段法、标准差分段法、对数分段法、等计数分段法和自定义距离法 ,
41
+ * 目前 SuperMap 提供的分段方式包括:等距离分段法、平方根分段法、对数分段法和自定义距离法 ,
42
42
* 显然这些分段方法根据一定的距离进行分段,因而范围分段专题图所基于的专题变量必须为数值型。
43
43
*/
44
44
this . rangeMode = RangeMode . EQUALINTERVAL ;
45
45
46
46
/**
47
47
* @member {number} [ThemeGridRange.prototype.rangeParameter=0]
48
48
* @description 分段参数。<br>
49
- * 当分段模式为等距离分段法,平方根分段,对数分段法,等计数分段法其中一种模式时,该参数用于设置分段个数,必设;当分段模式为标准差分段法时,
50
- * 该参数不起作用;当分段模式为自定义距离时,该参数用于设置自定义距离。
49
+ * 当分段模式为等距离分段法,平方根分段,对数分段法其中一种模式时,该参数用于设置分段个数,必设;当分段模式为自定义距离时,该参数用于设置自定义距离。
51
50
*/
52
51
this . rangeParameter = 0 ;
53
52
You can’t perform that action at this time.
0 commit comments