arc.datasetrastermosaic-class: Class "arc.datasetrastermosaic"

arc.datasetrastermosaic-classR Documentation

Class "arc.datasetrastermosaic"

Description

arc.datasetrastermosaic S4 class. Dataset class for mosaic objects.

Details

Mosaic datasets are made up of a collection of rasters. Mosaic structure efficiently stores and manages multiple rasters for visualization and analysis. Detailed information about mosaic datasets can be found in ArcGIS reference for mosaic datasets.

R-ArcGIS bridge handles mosaic data I/O using the arc.open() function. The mosaic dataset opened using arc.open can be processed on the fly by converting it to a raster object within R using the arc.raster function. Properties of a mosaic dataset such as extent, pixel_type, nrow, ncol and mosaicking rules. Mosaicking rules determine how a series of potentially intercepting rasters are displayed as a single raster. Mosaicking rules go beyond only visualization and can be used to stitch together different rasters making up a mosaic.

Mosaicking rules define how intersections between different rasters within the mosaic dataset are handled and are made up of method and operator. Simply put, method defines which raster will be placed on top of the other for visualization in cases where they overlap and operator defines how the intersection between overlapping rasters in the mosaic dataset will be handled. The information on mosaicking rules can be found under ArcGIS reference for mosaicking rules.

Extends

Class arc.feature-class, arc.datasetraster-class directly and arc.table-class by class "arc.feature-class", arc.dataset-class by class "arc.table-class".

References

  1. ArcGIS Help: What is a mosaic dataset?

See Also

arc.open, arc.raster, arc.select


R-ArcGIS/r-bridge documentation built on April 29, 2023, 6:19 p.m.