AggreatePointsOnline类参考
在线聚合分析类 更多...
属性 | |
double | resolution |
网格大小 | |
NSString * | statisticModes |
统计模式 | |
NSString * | weight |
权值索引 | |
int | meshType |
网络面类型 | |
NSString * | meshSizeUnit |
网格单位 | |
NSString * | aggregateType |
聚合类型。 | |
NSString * | regionDataset |
聚合面数据集。 | |
NSString * | dataPath |
数据路径 | |
Rectangle2D * | bounds |
分析范围 | |
NSInteger | numericPrecision |
数字精度 默认为 1 |
详细描述
在线聚合分析类
属性文档
- (NSString*) aggregateType [read, write, assign] |
聚合类型。
聚合类型支持 "SUMMARYMESH" 网格面聚合、"SUMMARYREGION" 多边形聚合。
- (Rectangle2D*) bounds [read, write, assign] |
分析范围
- (NSString*) dataPath [read, write, assign] |
数据路径
- (NSString*) meshSizeUnit [read, write, assign] |
网格单位
网格大小单位有:Meter(默认),Kilometer,Yard,Foot,Mile
- (int) meshType [read, write, assign] |
网络面类型
网格面类型支持四边形网格和六边形网格。其中0:代表四边形网格 1:代表六边形网格。
- (NSInteger) numericPrecision [read, write, assign] |
数字精度 默认为 1
- (NSString*) regionDataset [read, write, assign] |
聚合面数据集。
- (double) resolution [read, write, assign] |
网格大小
- (NSString*) statisticModes [read, write, assign] |
统计模式
统计模式支持:max 最大值,min 最小值,average 平均值,sum 求和,variance 方差,stdDeviation 标准差。“统计模式”个数应与“权重值字段”个数一致
- (NSString*) weight [read, write, assign] |
权值索引
该类的文档由以下文件生成:
版权所有©2005-2021 北京超图软件股份有限公司。保留所有权利。