25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSFeatureTable.h>
27 #import <ArcGIS/AGSFeatureSet.h>
28 #import <ArcGIS/AGSGeometry.h>
29 #import <ArcGIS/AGSGeoElement.h>
51 #pragma mark initializers
61 -(instancetype)initWithFields:(NSArray<
AGSField*>*)fields
70 -(instancetype)initWithGeoElements:(NSArray<
id<
AGSGeoElement>>*)geoElements
71 fields:(nullable NSArray<
AGSField*>*)fields;
77 -(instancetype)initWithFeatureSet:(
id<
AGSFeatureSet>)featureSet;
87 -(instancetype)initWithFields:(NSArray<
AGSField*>*)fields
99 +(instancetype)featureCollectionTableWithFields:(NSArray<
AGSField*>*)fields
108 +(instancetype)featureCollectionTableWithGeoElements:(NSArray<
id<
AGSGeoElement>>*)geoElements
109 fields:(nullable NSArray<
AGSField*>*)fields;
115 +(instancetype)featureCollectionTableWithFeatureSet:(
id<
AGSFeatureSet>)featureSet;
125 +(instancetype)featureCollectionTableWithFields:(NSArray<
AGSField*>*)fields
132 #pragma mark properties
136 @property (nonatomic, copy, readwrite) NSString *
title;
AGSGeometryType
Definition: AGSGeometry.h:49
Information about an individual layer or table in ArcGIS Feature Service.
Definition: AGSArcGISFeatureLayerInfo.h:52
An individual table that contains features belonging to a feature collection.
Definition: AGSFeatureCollectionTable.h:46
NSString * title
Definition: AGSFeatureCollectionTable.h:136
AGSRenderer * renderer
Definition: AGSFeatureCollectionTable.h:135
AGSArcGISFeatureLayerInfo * layerInfo
Definition: AGSFeatureCollectionTable.h:134
A representation of a real-world object on a map.
Definition: AGSFeature.h:47
A source for dataset containing geographic features or non-spatial records.
Definition: AGSFeatureTable.h:65
An object that represents information about a field.
Definition: AGSField.h:62
An abstract base class for renderers.
Definition: AGSRenderer.h:55
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:49
A symbol used to display a graphic or a feature.
Definition: AGSSymbol.h:93
An abstract representation of a set of features.
Definition: AGSFeatureSet.h:41
An abstract representation of geographic entities on a map.
Definition: AGSGeoElement.h:43