Class RasterCell

java.lang.Object
com.esri.arcgisruntime.raster.RasterCell
All Implemented Interfaces:
GeoElement

public final class RasterCell extends Object implements GeoElement
A specific type of GeoElement used to represent the values of a specific pixel in a RasterLayer.
Since:
100.8.0
See Also:
  • Method Details

    • getAttributes

      public Map<String,Object> getAttributes()
      Gets all attributes of the RasterCell.
      Specified by:
      getAttributes in interface GeoElement
      Returns:
      all the attributes as name value pairs
      Since:
      100.8.0
    • getGeometry

      public Geometry getGeometry()
      Description copied from interface: GeoElement
      Gets the geometry which defines the shape and location of the GeoElement.
      Specified by:
      getGeometry in interface GeoElement
      Returns:
      the geometry defines the shape and location of the GeoElement, or null if none
    • setGeometry

      public void setGeometry(Geometry geometry)
      Description copied from interface: GeoElement
      Sets the geometry defines the shape and location of the GeoElement.
      Specified by:
      setGeometry in interface GeoElement
      Parameters:
      geometry - the geometry defines the shape and location of the GeoElement