SummaryRegionOnline类参考
在线区域汇总分析类 更多...
公有成员 | |
(void) | - setStandardFields:andStatisticModes: |
设置标准属性字段统计 | |
(void) | - setWeightedFields:andStaticModes: |
设置权重字段统计 | |
属性 | |
NSString * | summaryType |
汇总类型 | |
int | meshType |
网络面汇总类型 | |
NSString * | meshSizeUnit |
网格单位 | |
int | resolution |
分辨率(网格大小) | |
BOOL | lengthOrArea |
是否统计长度或者面积 | |
NSString * | dataPath |
数据路径 | |
Rectangle2D * | bounds |
分析范围 | |
NSInteger | numericPrecision |
数字精度 |
详细描述
在线区域汇总分析类
成员函数文档
- (void) setStandardFields: | (NSString *) | fieldsName | ||
andStatisticModes: | (NSString *) | statisticModes | ||
设置标准属性字段统计
统计字段个数应该和统计模式的个数保持一致,可选统计模式有:max,min,average,sum,variance,stdDeviation
- 参数:
-
fieldsName 字段名称 statisticModes 统计模式
- (void) setWeightedFields: | (NSString *) | fieldsName | ||
andStaticModes: | (NSString *) | statisticModes | ||
设置权重字段统计
统计字段个数应该和统计模式的个数保持一致,可选统计模式有:max,min,average,sum,variance,stdDeviation
- 参数:
-
fieldsName 字段名称 statisticModes 统计模式
属性文档
- (Rectangle2D*) bounds [read, write, assign] |
分析范围
- (NSString*) dataPath [read, write, assign] |
数据路径
- (BOOL) lengthOrArea [read, write, assign] |
是否统计长度或者面积
true(默认)代表 :是 ,false代表:否
- (NSString*) meshSizeUnit [read, write, assign] |
网格单位
网格大小单位:Meter(默认),Kilometer,Yard,Foot,Mile
- (int) meshType [read, write, assign] |
网络面汇总类型
0:四边形网格 , 1:六边形网格
- (NSInteger) numericPrecision [read, write, assign] |
数字精度
- (int) resolution [read, write, assign] |
分辨率(网格大小)
- (NSString*) summaryType [read, write, assign] |
汇总类型
SUMMARYMESH网格面汇总、SUMMARYREGION多边形汇总
该类的文档由以下文件生成:
版权所有©2005-2021 北京超图软件股份有限公司。保留所有权利。