GetCoords: 'spatial3DDataFrame' objects' coordinates

Description Usage Arguments Value

Description

Returns the spatial coordinates of a spatial3DDataFrame object.

Usage

1
2
3
4
5
6
7
8
9
GetCoords(object, ...)

## S4 method for signature 'points3DDataFrame'
GetCoords(object, as = c("list", "data.frame",
  "matrix"))

## S4 method for signature 'lines3DDataFrame'
GetCoords(object, as = c("list", "data.frame",
  "matrix"))

Arguments

object

The object to get coordinates from.

as

The return format. One of "list", "matrix", or "data.frame".

Value

An object according to the as parameter containing the object's coordinates.


italo-goncalves/geomod3D documentation built on May 24, 2019, 2:49 p.m.