ddi_point {rddi}R Documentation

point and its child nodes

Description

0-dimensional geometric primitive, representing a position, but not having extent. In this declaration, point is limited to a longitude/latitude coordinate system.

Usage

ddi_point(...)

ddi_gringLat(...)

ddi_gringLon(...)

Arguments

...

Child nodes or attributes.

Details

Parent nodes

point is contained in polygon.

point specific child nodes

Value

A ddi_node object.

References

point documentation

gringLat documentation

gringLon documentation

Examples

# ddi_point() which requires ddi_gringLat() and ddi_gringLon()

ddi_point(ddi_gringLat("42.002207"), ddi_gringLon("-120.005729004"))
           

[Package rddi version 0.1.1 Index]