ArcGIS Runtime SDK for iOS: AGSWFSLayerInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSWFSLayerInfo Class Reference

Description

An object that represents the WFS Layer info.

Provides metadata (e.g name, title, description, and more) about a WFS feature type.

Since
100.5
Inheritance diagram for AGSWFSLayerInfo:
AGSObject

Properties

AGSEnvelopeextent
 
NSArray< NSString * > * keywords
 
NSString * layerDescription
 
NSString * name
 
NSArray< AGSSpatialReference * > * spatialReferences
 
NSString * title
 

Property Documentation

◆ extent

- (AGSEnvelope*) extent
readnonatomicstrong

The WFS layer's extent.

Since
100.5

◆ keywords

- (NSArray<NSString*>*) keywords
readnonatomiccopy

The keywords describing the layer. The keywords are returned in an NSArray<T> of NSString.

Since
100.5

◆ layerDescription

- (NSString*) layerDescription
readnonatomiccopy

The layer's description.

Since
100.5

◆ name

- (NSString*) name
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.

Since
100.5

◆ spatialReferences

- (NSArray<AGSSpatialReference*>*) spatialReferences
readnonatomiccopy

The supported spatial references.

Since
100.5

◆ title

- (NSString*) title
readnonatomiccopy

The layer's title. The title property is intended for use as a human-readable layer identification. See name for a unique identifier.

Since
100.5