SRS-class: Spatial Reference Class

Description Usage Arguments Slots

Description

This class holds information about the spatial dimensions. In particular, the dimension names and the projection arguments. The projection arguments are inherited from the CRS class

Creates a new SRS object with projection arguments and dimension names (y,x)-order

Usage

1
SRS(projargs, dimnames)

Arguments

projargs

character - The projection arguments as defined by PROJ4

dimnames

character - The dimension names

Slots

dimnames

character - The names for the dimensions in the order y-axis (South-North), x-axis(West-East)

authority

character - The name of the authority that provides the information about the reference system

srid

integer - The integer identifier that 'names' the spatial reference system

srtext

character - The textual description of the reference system in OGC Well Known Text (WKT) format


flahn/scidbst documentation built on May 16, 2019, 1:15 p.m.