类的使用
com.supermap.analyst.spatialstatistics.AggregationMethod
-
使用AggregationMethod的程序包 程序包 说明 com.supermap.analyst.spatialstatistics -
-
com.supermap.analyst.spatialstatistics中AggregationMethod的使用
声明为AggregationMethod的com.supermap.analyst.spatialstatistics中的字段 限定符和类型 字段和说明 static AggregationMethod
AggregationMethod. AGGREGATIONPOLYGONS
需要提供聚合事件点以获得事件计数的面数据集(参阅OptimizedParameter.setAggregatingPolygons
),将计算每个面对象内的点事件数目,然后对面数据集以点事件数目作为分析字段执行热点分析。static AggregationMethod
AggregationMethod. NETWORKPOLYGONS
计算合适的网格大小,创建网格面数据集,生成的网格面数据集以面网格单元的点计数将作为分析字段执行热点分析。static AggregationMethod
AggregationMethod. SNAPNEARBYPOINTS
为输入事件点数据集计算捕捉距离并使用该距离聚合附近的事件点,为每个聚合点提供一个点计数,代表聚合到一起的事件点数目,然后对生成聚合点数据集以聚合在一起的点事件数目作为分析字段执行热点分析。返回AggregationMethod的com.supermap.analyst.spatialstatistics中的方法 限定符和类型 方法和说明 AggregationMethod
OptimizedParameter. getAggregationMethod()
返回聚合方法。参数类型为AggregationMethod的com.supermap.analyst.spatialstatistics中的方法 限定符和类型 方法和说明 void
OptimizedParameter. setAggregationMethod(AggregationMethod value)
设置聚合方法。
-
Copyright © 2021–2024 SuperMap. All rights reserved.