class_crs_methods: CRS: various methods for objects of class CRS from package...

Description Usage Arguments Details Value See Also

Description

Miscellaneous functions to manipulate objects of class CRS in a more user-friendly way.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
identical_crs(x, y, ...)

## S3 method for class 'CRS'
format(x, ...)

## S4 method for signature 'CRS'
show(object)

## S4 method for signature 'CRS,CRS'
identical_crs(x, y, ...)

Arguments

x

depends of the function used.

  • For the format() method, an object of class CRS.

  • For function identical_crs(), theoretically any R object.

y

theoretically any R object.

...

additional arguments to be passed to or from methods. Unused.

object

an object of class CRS.

Details

identical_crs() is a generic function designed to compare CRS between objects having a spatial component. This is a more flexible alternative to function identicalCRS().

Value

The format() method returns a named list.

The show() method returns a NULL invisibly.

identical_crs() returns a logical.

See Also

Other Spatial-tools: GeoContainer-methods


jeanmathieupotvin/cargo documentation built on Oct. 27, 2020, 5:22 p.m.