Show / Hide Table of Contents

Class RasterInfo

Information about a specific raster.

Inheritance
object
RasterInfo
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RasterInfo
Remarks

Properties in this class describe basic characteristics of a raster. For example, Extent provides the geographic area covered by the raster, while CellSizeX and CellSizeY specify the cell size (ground distance per pixel), which defines the spatial resolution of the raster.

Properties

Name Description
CellSizeX

Gets the cell size (spatial resolution) of the raster in the x dimension.

CellSizeY

Gets the cell size (spatial resolution) of the raster in the y dimension.

Extent

Gets the full extent of the raster.

SpatialReference

Gets the spatial reference of the raster.

Applies to

TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.