Learn R Programming

fasterRaster (version 8.4.0.5)

.locationRestore,character-method: Revert to a previously-created "GRASS" "location"

Description

This function resets the connection to a previously-created GRASS "location". The session must have been already created using fast() in the current R session. This function is typically only of use to developers.

Usage

# S4 method for character
.locationRestore(x)

# S4 method for integer .locationRestore(x)

# S4 method for numeric .locationRestore(x)

# S4 method for GSpatial .locationRestore(x)

Value

An object of class GLocation (invisibly) if successful. An error will likely result if not.

Arguments

x

Either:

  • A character: Name of the "location" in GRASS.

  • An integer: Index of the "location" in .fasterRaster$locations.

  • A GSpatial object (usually a GRaster or GVector).

Any of these can be found using .locationFind().