百度鹰眼iOS SDK 类参考  3.1.3
BTKPolygonSearchEntityRequest.h
浏览该文件的文档.
1 //
2 // BTKPolygonSearchEntityRequest.h
3 // BaiduTraceSDK
4 //
5 // Created by Daniel Bey on 2017年06月26日.
6 // Copyright © 2017 Daniel Bey. All rights reserved.
7 //
8 
9 #import "BTKAPIBaseRequest.h"
10 #import "BTKTypes.h"
13 
18 
23 @property (nonatomic, copy) NSArray *vertexes;
24 
32 @property (nonatomic, assign) BTKCoordType inputCoordType;
33 
37 @property (nonatomic, strong) BTKQueryEntityFilterOption *filter;
38 
42 @property (nonatomic, strong) BTKSearchEntitySortByOption *sortby;
43 
51 @property (nonatomic, assign) BTKCoordType outputCoordType;
52 
58 @property (nonatomic, assign) NSUInteger pageIndex;
59 
65 @property (nonatomic, assign) NSUInteger pageSize;
66 
67 
82 -(instancetype)initWithVertexes:(NSArray *)vertexes inputCoordType:(BTKCoordType)inputCoordType filter:(BTKQueryEntityFilterOption *)filter sortby:(BTKSearchEntitySortByOption *)sortby outputCoordType:(BTKCoordType)outputCoordType pageIndex:(NSUInteger)pageIndex pageSize:(NSUInteger)pageSize ServiceID:(NSUInteger)serviceID tag:(NSUInteger)tag;
83 
84 @end
BTKSearchEntitySortByOption * sortby
查询Entity的请求对象中的过滤条件
检索Entity时返回结果的排序规则