arc.datasetraster-class | R Documentation |
arc.datasetraster
S4 class. Dataset class for raster objects. Creates a dataset object with type = raster
.
A raster dataset is any valid raster format organized into one or more bands. Each band consists of an array of pixels (cells), and each pixel has a value. A raster dataset has at least one band. Raster data is a discrete data representation in which space is divided into uniform cells, or pixels.
Class arc.dataset-class
, directly.
\begin{array}{c}
\code{arc.dataset-class} \\
\downarrow \\
\code{arc.datasetraster-class}
\end{array}
sr
Spatial reference.
extent
Spatial extent of the dataset. The Extent describes the rectangle (boundary) containing all the raster dataset's data.
pixel_type
The pixel type of the referenced raster dataset.
compression_type
The compression type.
nrow
The number of rows.
ncol
The number of columns.
bands
raster dataset bands information.
Create a arc.raster
object
retrieves dimensions of a arc.dataset
object
return bands names
TODO
arc.raster
,
arc.write
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.