File: NAMESPACE

package info (click to toggle)
r-cran-wkutils 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 816 kB
  • sloc: cpp: 3,625; sh: 12; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 1,163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Generated by roxygen2: do not edit by hand

export(coords_linestring_translate_wkb)
export(coords_linestring_translate_wkt)
export(coords_point_translate_wkb)
export(coords_point_translate_wkt)
export(coords_polygon_translate_wkb)
export(coords_polygon_translate_wkt)
export(wk_geometry_type)
export(wk_geometry_type_id)
export(wkb_coords)
export(wkb_debug)
export(wkb_draw_lines)
export(wkb_draw_points)
export(wkb_draw_polypath)
export(wkb_feature_ranges)
export(wkb_grob)
export(wkb_has_missing)
export(wkb_is_finite)
export(wkb_meta)
export(wkb_plot)
export(wkb_plot_new)
export(wkb_ranges)
export(wkb_set_srid)
export(wkb_set_z)
export(wkb_transform)
export(wkb_unnest)
export(wkt_coords)
export(wkt_debug)
export(wkt_draw_lines)
export(wkt_draw_points)
export(wkt_draw_polypath)
export(wkt_feature_ranges)
export(wkt_grob)
export(wkt_has_missing)
export(wkt_is_finite)
export(wkt_meta)
export(wkt_plot)
export(wkt_plot_new)
export(wkt_ranges)
export(wkt_set_srid)
export(wkt_set_z)
export(wkt_streamer_debug)
export(wkt_streamer_meta)
export(wkt_transform)
export(wkt_unnest)
import(wk)
importFrom(Rcpp,sourceCpp)
useDynLib(wkutils, .registration = TRUE)