diff --git a/NAMESPACE b/NAMESPACE index 48526e7..2e7052f 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,6 +1,29 @@ # Generated by roxygen2: do not edit by hand S3method(cli_format,sf) +S3method(st_bbox_asp,bbox) +S3method(st_bbox_asp,default) +S3method(st_bbox_asp,list) +S3method(st_bbox_asp,sf_list) +S3method(st_bbox_ext,bbox) +S3method(st_bbox_ext,default) +S3method(st_bbox_ext,list) +S3method(st_bbox_ext,sf_list) +S3method(st_buffer_ext,bbox) +S3method(st_buffer_ext,default) +S3method(st_buffer_ext,list) +S3method(st_buffer_ext,sf_list) +S3method(st_nudge,bbox) +S3method(st_nudge,default) +S3method(st_nudge,sf) +S3method(st_scale_rotate,bbox) +S3method(st_scale_rotate,default) +S3method(st_scale_rotate,sf) +S3method(st_scale_rotate,sfc) +S3method(st_square,bbox) +S3method(st_square,default) +S3method(st_square,sf) +S3method(st_square,sfc) export(address_to_sf) export(as_bbox) export(as_centroid) @@ -17,7 +40,6 @@ export(as_sf_class) export(as_sf_list) export(as_sfc) export(as_startpoint) -export(as_wgs84) export(as_xy) export(bind_units_col) export(check_coords) @@ -151,6 +173,7 @@ export(st_transform_ext) export(st_trim) export(st_union_by) export(st_union_ext) +export(st_wgs84) export(transform_sf) export(write_exif_from) export(write_sf_cache)