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

Description

A raster cell A RasterCell is a specific type of AGSGeoElement used to represent the values of a specific pixel in an AGSRasterLayer.

See also
AGSRasterLayer
Since
100.8
Inheritance diagram for AGSRasterCell:
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