ArcGIS Runtime SDK for iOS: AGSRelatedFeatureQueryResult.h Source File
ArcGIS Runtime SDK for iOS  100.15
AGSRelatedFeatureQueryResult.h
Go to the documentation of this file.
1 /*
2  COPYRIGHT 2022 ESRI
3 
4  All rights reserved under the copyright laws of the United States
5  and applicable international laws, treaties, and conventions.
6 
7  This material is licensed for use under the Esri Master License
8  Agreement (MLA), and is bound by the terms of that agreement.
9  You may redistribute and use this code without modification,
10  provided you adhere to the terms of the MLA and include this
11  copyright notice.
12 
13  See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
14 
15  For additional information, contact:
16  Environmental Systems Research Institute, Inc.
17  Attn: Contracts and Legal Services Department
18  380 New York Street
19  Redlands, California, 92373
20  USA
21 
22  email: contracts@esri.com
23  */
24 
25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
27 #import <ArcGIS/AGSFeatureSet.h>
28 
29 @class AGSArcGISFeature;
31 @class AGSRelationshipInfo;
32  //Required for Globals API doc
34 
51 
52 
53 
54 #pragma mark -
55 #pragma mark initializers
56 
57 
58 
59 #pragma mark -
60 #pragma mark properties
61 
65 @property (nonatomic, assign, readonly, getter=isTransferLimitExceeded) BOOL transferLimitExceeded;
66 
70 @property (nullable, nonatomic, strong, readonly) AGSArcGISFeature *feature;
71 
75 @property (nullable, nonatomic, strong, readonly) AGSArcGISFeatureTable *relatedTable;
76 
80 @property (nullable, nonatomic, strong, readonly) AGSRelationshipInfo *relationshipInfo;
81 
82 #pragma mark -
83 #pragma mark methods
84 
85 
86 
87 @end
88 
An AGSFeature object stored in an AGSArcGISFeatureTable object.
Definition: AGSArcGISFeature.h:61
An ArcGIS specific source for dataset containing geographic features or non-spatial records.
Definition: AGSArcGISFeatureTable.h:69
Definition: AGSObject.h:28
Information about a feature table's relationship.
Definition: AGSRelationshipInfo.h:72
An abstract representation of a set of features.
Definition: AGSFeatureSet.h:41