Package com.esri.arcgisruntime.raster
Class RasterCell
- java.lang.Object
-
- com.esri.arcgisruntime.raster.RasterCell
-
- All Implemented Interfaces:
GeoElement
public final class RasterCell extends java.lang.Object implements GeoElement
A specific type ofGeoElement
used to represent the values of a specific pixel in aRasterLayer
.- Since:
- 100.8.0
- See Also:
RasterLayer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getAttributes()
Gets all attributes of the RasterCell.Geometry
getGeometry()
Gets the geometry of this geoelement.void
setGeometry(Geometry geometry)
Sets the GeoElement's geometry.
-
-
-
Method Detail
-
getAttributes
public java.util.Map<java.lang.String,java.lang.Object> getAttributes()
Gets all attributes of the RasterCell.- Specified by:
getAttributes
in interfaceGeoElement
- Returns:
- all the attributes as name value pairs
- Since:
- 100.8.0
-
getGeometry
public Geometry getGeometry()
Description copied from interface:GeoElement
Gets the geometry of this geoelement.- Specified by:
getGeometry
in interfaceGeoElement
- Returns:
- the geometry of this geoelement
-
setGeometry
public void setGeometry(Geometry geometry)
Description copied from interface:GeoElement
Sets the GeoElement's geometry.- Specified by:
setGeometry
in interfaceGeoElement
- Parameters:
geometry
- the geometry to set
-
-