A raster cell. More...
Header | #include <Raster |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
Reimplemented Public Functions
virtual Esri | attributes() const override |
virtual Esri | geometry() const override |
virtual void | set |
Detailed Description
A RasterCell is a specific type of GeoElement used to represent the values of a specific pixel in a RasterLayer.
Relevant samples:
- Identify raster cell: Get the cell value of a local raster at the tapped location and display the result in a callout.
See also RasterLayer.
Member Function Documentation
[override virtual noexcept]
RasterCell::~RasterCell ()
Destructor.
[override virtual]
Esri::ArcGISRuntime::AttributeListModel *RasterCell::attributes() const
Reimplements: GeoElement::attributes() const.
Returns the attributes of the GeoElement as a collection of name/value pairs.
[override virtual]
Esri::ArcGISRuntime::Geometry RasterCell::geometry() const
Reimplements: GeoElement::geometry() const.
Returns the geometry that defines the shape and location of the GeoElement.
See also setGeometry().
[override virtual]
void RasterCell::setGeometry (const Esri::ArcGISRuntime::Geometry &geometry)
Reimplements: GeoElement::setGeometry(const Esri::ArcGISRuntime::Geometry &geometry).
Sets the geometry to geometry.
See also geometry.