DensityAnalystOnline类参考
在线密度分析类 更多...
属性 | |
double | resolution |
分辨率(网格大小) | |
double | radius |
半径 | |
NSString * | weight |
权重值 | |
int | meshType |
网络面类型 其中0:四边形网格,1:六边形网格 | |
int | analystMethod |
分析方法 其中0:简单点密度分析,1:核密度分析 | |
NSString * | areaUnit |
面积单位 | |
NSString * | meshSizeUnit |
网格单位 | |
NSString * | radiusUnit |
搜索半径单位 | |
NSString * | dataPath |
数据路径 | |
Rectangle2D * | bounds |
分析范围 |
详细描述
在线密度分析类
属性文档
- (int) analystMethod [read, write, assign] |
分析方法 其中0:简单点密度分析,1:核密度分析
- (NSString*) areaUnit [read, write, assign] |
面积单位
面积单位:SquareMile(默认),SquareMeter,SquareKiloMeter,Hectare,Are,Acre,SquareFoot,SquareYard
- (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:六边形网格
- (double) radius [read, write, assign] |
半径
- (NSString*) radiusUnit [read, write, assign] |
搜索半径单位
搜索半径单位:Meter(默认),Kilometer,Yard,Foot,Mile
- (double) resolution [read, write, assign] |
分辨率(网格大小)
- (NSString*) weight [read, write, assign] |
权重值
该类的文档由以下文件生成:
版权所有©2005-2021 北京超图软件股份有限公司。保留所有权利。