27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSObject.h>
43 #pragma mark initializers
48 #pragma mark properties
64 @property (nonatomic, copy, readonly) NSArray<NSString*> *
keywords;
71 @property (nonatomic, copy, readonly) NSString *
name;
82 @property (nonatomic, copy, readonly) NSString *
title;
A geometry that represents a rectangular shape.
Definition: AGSEnvelope.h:55
Definition: AGSObject.h:28
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:49
An object that represents the WFS Layer info.
Definition: AGSWFSLayerInfo.h:41
NSString * name
Definition: AGSWFSLayerInfo.h:71
NSArray< AGSSpatialReference * > * spatialReferences
Definition: AGSWFSLayerInfo.h:76
NSString * layerDescription
Definition: AGSWFSLayerInfo.h:53
AGSEnvelope * extent
Definition: AGSWFSLayerInfo.h:58
NSString * title
Definition: AGSWFSLayerInfo.h:82
NSArray< NSString * > * keywords
Definition: AGSWFSLayerInfo.h:64