spatial3DDataFrame-class: Abstract class for 3D spatial objects

Description Details Slots See Also

Description

This class is used to define general methods, and is contained by all of the package's 3D objects.

Details

This class does not have a constructor method. It is used only to define methods that are common to all of its subclasses.

Slots

coords

A list containing the coordinates for each data unit. The contents of the list vary according to each object:

  • For points3DDataFrame objects and its subclasses, a numeric vector of length 3;

  • For lines3DDataFrame objects, a numeric vector of length 6, where the first 3 elements contain the coordinates of a line segment's start and the last 3 contain the coordinates of the segment's end.

data

A data.frame with each data unit's attributes.

bbox

A matrix containing the coordinates of two opposing edges of the object's bounding box.

See Also

lines3DDataFrame-class, points3DDataFrame-class


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