FeatureJoinOnline类参考

在线要素连接 更多...

继承自DistributeAnalyst

所有成员的列表。

公有成员

(void) - setSummaryFields:summaryMode:
 设置属性统计字段和属性统计模式
(void) - setSpatialRelationshipMode:
 设置空间关联条件
(void) - setSpatialDistanceUnit:
 设置空间距离单位 默认为KILOMETER
(void) - setSpatialDistance:
 设置空间距离
(void) - setTemporalRelationshipMode:
 设置时间关联条件
(void) - setTemporalDistanceUnit:
 设置时间距离单位 默认为HOURS
(void) - setTemporalDistance:
 设置时间距离
(void) - setTemporalSpecFieldsWithDataset:featureJoin:
 设置数据源集时间属性字段和连接数据集时间属性字段
(void) - setAttributeRelationshipFields:attributeMode:
 设置属性关联字段和属性关联模式

属性

NSString * datasetSource
 设置/获取源数据集
NSString * datasetFeatureJoin
 设置/获取需要连接数据集
NSString * joinOperation
 设置/获取连接方式
NSString * joinFields
 设置/获取连接字段
NSInteger numericPrecision
 设置/获取数字精度 默认为1
NSInteger tolerance
 设置/获取容限

详细描述

在线要素连接


成员函数文档

- (void) setAttributeRelationshipFields: (NSString *)  attributeRelationshipFields
attributeMode: (NSString *)  attributeMode 

设置属性关联字段和属性关联模式

参数:
attributeRelationshipFields 属性关联字段
attributeMode 属性关联模式

属性关联模式有:EQUAL相等 NOTEQUAL不相等

- (void) setSpatialDistance: (NSInteger)  spatialDistance  

设置空间距离

参数:
spatialDistance 空间距离
- (void) setSpatialDistanceUnit: (NSString *)  spatialDistanceUnit  

设置空间距离单位 默认为KILOMETER

参数:
spatialDistanceUnit 空间距离单位

空间距离单位有:KILOMETER千米 METER米 FOOT英尺 MILE英里 YARD码

- (void) setSpatialRelationshipMode: (NSString *)  spatialRelationshipMode  

设置空间关联条件

参数:
spatialRelationshipMode 空间关联条件

空间关联条件有:NEAR邻近 CONTAIN包含 CROSS交叉 INTERSECT相交 OVERLAP重叠 TOUCH邻接 DISJOINT不相交 IDENTITY同一 WITHIN被包含

- (void) setSummaryFields: (NSString *)  summaryFields
summaryMode: (NSString *)  summaryMode 

设置属性统计字段和属性统计模式

参数:
summaryFields 属性统计字段
summaryMode 属性统计模式

统计模式有:max,min,average,sum,variance,stdDeviation

- (void) setTemporalDistance: (NSInteger)  temporalDistance  

设置时间距离

参数:
temporalDistance 时间距离
- (void) setTemporalDistanceUnit: (NSString *)  temporalDistanceUnit  

设置时间距离单位 默认为HOURS

参数:
temporalDistanceUnit 时间距离单位

时间距离单位有:HOUR小时 MILLISECOND毫秒 SECOND秒 MINUTE分钟 DAY天 WEEK周 MONTH月 YEAR年

- (void) setTemporalRelationshipMode: (NSString *)  temporalRelationshipMode  

设置时间关联条件

参数:
temporalRelationshipMode 时间关联条件

时间关联条件有:NEAR邻近 AFTER之后 BEFORE之前 CONTAINS包含 DURING期间 FINISHES终止 MEETS相接 FINISHEDBY被终止 METBY被相接 OVERLAPS重叠 OVERLAPPEDBY被重叠 STARTS起始 STARTEDBY被起始 EQUALS相同

- (void) setTemporalSpecFieldsWithDataset: (NSString *)  datasetSource
featureJoin: (NSString *)  featureJoin 

设置数据源集时间属性字段和连接数据集时间属性字段

参数:
datasetSource 数据源集时间属性字段
featureJoin 连接数据集时间属性字段

属性文档

- (NSString*) datasetFeatureJoin [read, write, assign]

设置/获取需要连接数据集

- (NSString*) datasetSource [read, write, assign]

设置/获取源数据集

- (NSString*) joinFields [read, write, assign]

设置/获取连接字段

- (NSString*) joinOperation [read, write, assign]

设置/获取连接方式

JOINONETOONE(一对一)、JOINONETOMANY(一对多)

- (NSInteger) numericPrecision [read, write, assign]

设置/获取数字精度 默认为1

- (NSInteger) tolerance [read, write, assign]

设置/获取容限


该类的文档由以下文件生成: