A RasterCell is a specific type of GeoElement used to represent the values of a specific pixel in a RasterLayer. More...
| Header | #include <Raster |
| Since | Esri |
| Inherits | Esri |
This class was introduced in Esri::ArcGISRuntime 100.8.
Public Functions
| virtual | ~ |
Reimplemented Public Functions
| virtual Esri | attributes() const override |
| virtual Esri | geometry() const override |
| virtual void | set |
Signals
| void | geometry |
Detailed Description
Member Function Documentation
[signal] void RasterCell::geometryChanged ()
Signal emitted when the geometry property changes.
[override virtual] RasterCell::~RasterCell ()
Destructor.
[override virtual] Esri::ArcGISRuntime::AttributeListModel *RasterCell::attributes() const
Reimplements: GeoElement::attributes() const.
Returns a list model of all the RasterCell attributes as key-value pairs.
[override virtual] Esri::ArcGISRuntime::Geometry RasterCell::geometry() const
Reimplements: GeoElement::geometry() const.
Gets the geometry for this RasterCell.
See also setGeometry().
[override virtual] void RasterCell::setGeometry (const Esri::ArcGISRuntime::Geometry &geometry)
Reimplements: GeoElement::setGeometry(const Esri::ArcGISRuntime::Geometry &geometry).
Sets the geometry for the RasterCell.
See also geometry().