wkt_reverse: Reverses the points within a geometry.

Description Usage Arguments Details Value Examples

View source: R/RcppExports.R

Description

wkt_reverse reverses the points in any of point, multipoint, linestring, multilinestring, polygon, or multipolygon

Usage

1

Arguments

x

a character vector of WKT objects, represented as strings

Details

segment, box, and ring types not supported

Value

a string, same length as given

Examples

1
wkt_reverse("POLYGON((42 -26,42 -13,52 -13,52 -26,42 -26))")

wellknown documentation built on May 26, 2021, 1:06 a.m.