Raster
Represents raster data that can be rendered using a RasterLayer. A raster consists of a matrix of cells (or pixels) organized into rows and columns (or a grid) where each cell contains a value representing information, such as temperature. Rasters are digital aerial photographs, imagery from satellites, digital pictures, or even scanned maps.
A Raster can be created from a raster file on the device or from a RasterFunction.
Supported Raster formats include:
ASRP/USRP
CRF
DTED0, 1, 2
GeoTIFF
HFA
HRE
IMG
JPEG
JPEG 2000
MrSID, generations 2, 3, and 4
NITF
PNG
PDF
RPF (CIB)
RPF (CADRG)
SRTM1, 2
Mobile mosaic datasets
Learn more about rasters from the ArcGIS Pro documentation.
Since
200.1.0
Inheritors
Properties
Raster function in a raster object.
An object for inspecting and managing pyramids for this raster. This property is null until the raster is loaded.
Metadata that describes the raster. This property is null by default and is populated when the raster loads.
Functions
Closes the raster and releases resources. Before closing a raster, remove any objects that reference it, such as a RasterLayer in a map or scene. After a raster is closed, it can no longer be used, and attempts to access it may result in an error.