| 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}
srSpatial reference.
extentSpatial extent of the dataset. The Extent describes the rectangle (boundary) containing all the raster dataset's data.
pixel_typeThe pixel type of the referenced raster dataset.
compression_typeThe compression type.
nrowThe number of rows.
ncolThe number of columns.
bandsraster 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.