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

Description

A WMS feature.

Instances of this class represent features displayed by AGSWMSLayer.

Since
100.2
Inheritance diagram for AGSWMSFeature:
AGSObject <AGSGeoElement>

Properties

NSMutableDictionary< NSString *, id > * attributes
 
AGSGeometrygeometry
 

Property Documentation

◆ attributes

- (NSMutableDictionary<NSString*,id>*) attributes
readrequirednonatomicstronginherited

A dictionary containing all the attributes. Attribute types supported are NSNull, NSString, NSDate, and NSNumber. Other attribute types will be ignored.

Since
100

◆ geometry

- (AGSGeometry*) geometry
readwritenonatomicstronginherited

The geometry that defines shape and location.

Since
100