ArcGIS Runtime SDK for iOS: AGSFeatureSet.h Source File
ArcGIS Runtime SDK for iOS  100.9
AGSFeatureSet.h
Go to the documentation of this file.
1 /*
2  COPYRIGHT 1995-2020 ESRI
3 
4  TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL
5  Unpublished material - all rights reserved under the
6  Copyright Laws of the United States and applicable international
7  laws, treaties, and conventions.
8 
9  For additional information, contact:
10  Environmental Systems Research Institute, Inc.
11  Attn: Contracts and Legal Services Department
12  380 New York Street
13  Redlands, California, 92373
14  USA
15 
16  email: contracts@esri.com
17  */
18 
19 #import <Foundation/Foundation.h>
20 #import <ArcGIS/AGSGeometry.h>
21 
22 @class AGSField;
23 @class AGSSpatialReference;
25  //Required for Globals API doc
27 
35 @protocol AGSFeatureSet
36 
37 
38 
39 @required
40 
41 #pragma mark -
42 #pragma mark properties
43 
48 @property (nonatomic, copy, readonly) NSArray<AGSField*> *fields;
49 
53 @property (nonatomic, assign, readonly) AGSGeometryType geometryType;
54 
58 @property (nullable, nonatomic, strong, readonly) AGSSpatialReference *spatialReference;
59 
60 #pragma mark -
61 #pragma mark methods
62 
68 
69 
70 
71 @end
AGSSpatialReference * spatialReference
Definition: AGSFeatureSet.h:58
An enumerator to iterate over features.
Definition: AGSFeatureEnumerator.h:31
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:39
An abstract representation of a set of features.
Definition: AGSFeatureSet.h:35
AGSGeometryType
Definition: AGSGeometry.h:42
NSArray< AGSField * > * fields
Definition: AGSFeatureSet.h:48
An object that represents information about a field.
Definition: AGSField.h:55
AGSGeometryType geometryType
Definition: AGSFeatureSet.h:53
AGSFeatureEnumerator * featureEnumerator()