ArcGIS Runtime SDK for iOS
100.15
|
An object that represents the WFS Layer info.
Provides metadata (e.g name, title, description, and more) about a WFS feature type.
Properties | |
AGSEnvelope * | extent |
NSArray< NSString * > * | keywords |
NSString * | layerDescription |
NSString * | name |
NSArray< AGSSpatialReference * > * | spatialReferences |
NSString * | title |
|
readnonatomicstrong |
The WFS layer's extent.
|
readnonatomiccopy |
The keywords describing the layer. The keywords are returned in an NSArray<T>
of NSString
.
|
readnonatomiccopy |
The layer's description.
|
readnonatomiccopy |
The layer's uniquely-identifying name. Layers from an AGSWFSService
, described by AGSWFSLayerInfo
objects, represent the "feature types" defined in the WFS standard. WFS layers have both a uniquely-identifying name and a human-readable title.
|
readnonatomiccopy |
The supported spatial references.
|
readnonatomiccopy |
The layer's title. The title property is intended for use as a human-readable layer identification. See name
for a unique identifier.