|
| 1 | +# Generated by roxygen2: do not edit by hand |
| 2 | + |
| 3 | +S3method("[",geoarrow_vctr) |
| 4 | +S3method("[<-",geoarrow_vctr) |
| 5 | +S3method("[[<-",geoarrow_vctr) |
| 6 | +S3method(as.character,geoarrow_vctr) |
| 7 | +S3method(as_geoarrow_array,character) |
| 8 | +S3method(as_geoarrow_array,default) |
| 9 | +S3method(as_geoarrow_array,nanoarrow_array) |
| 10 | +S3method(as_geoarrow_array,sfc) |
| 11 | +S3method(as_geoarrow_array,wk_wkb) |
| 12 | +S3method(as_geoarrow_array,wk_wkt) |
| 13 | +S3method(as_geoarrow_array,wk_xy) |
| 14 | +S3method(as_geoarrow_array_stream,Array) |
| 15 | +S3method(as_geoarrow_array_stream,ChunkedArray) |
| 16 | +S3method(as_geoarrow_array_stream,default) |
| 17 | +S3method(as_geoarrow_array_stream,geoarrow_vctr) |
| 18 | +S3method(as_geoarrow_array_stream,nanoarrow_array_stream) |
| 19 | +S3method(as_nanoarrow_array,sfc) |
| 20 | +S3method(as_nanoarrow_array_extension,geoarrow_extension_spec) |
| 21 | +S3method(as_nanoarrow_array_stream,geoarrow_vctr) |
| 22 | +S3method(as_nanoarrow_schema,geoarrow_vctr) |
| 23 | +S3method(convert_array,geoarrow_vctr) |
| 24 | +S3method(convert_array,sfc) |
| 25 | +S3method(convert_array,wk_wkb) |
| 26 | +S3method(convert_array,wk_wkt) |
| 27 | +S3method(convert_array,wk_xy) |
| 28 | +S3method(convert_array_extension,geoarrow_extension_spec) |
| 29 | +S3method(format,geoarrow_vctr) |
| 30 | +S3method(infer_geoarrow_schema,default) |
| 31 | +S3method(infer_geoarrow_schema,nanoarrow_array) |
| 32 | +S3method(infer_geoarrow_schema,nanoarrow_array_stream) |
| 33 | +S3method(infer_nanoarrow_ptype_extension,geoarrow_extension_spec) |
| 34 | +S3method(infer_nanoarrow_schema,geoarrow_vctr) |
| 35 | +S3method(infer_nanoarrow_schema,sfc) |
| 36 | +S3method(infer_nanoarrow_schema,wk_wkb) |
| 37 | +S3method(infer_nanoarrow_schema,wk_wkt) |
| 38 | +S3method(infer_nanoarrow_schema,wk_xy) |
| 39 | +S3method(wk_crs,geoarrow_vctr) |
| 40 | +S3method(wk_handle,geoarrow_vctr) |
| 41 | +S3method(wk_is_geodesic,geoarrow_vctr) |
| 42 | +export(as_geoarrow_array) |
| 43 | +export(as_geoarrow_array_stream) |
| 44 | +export(as_geoarrow_vctr) |
| 45 | +export(geoarrow_handle) |
| 46 | +export(geoarrow_schema_parse) |
| 47 | +export(geoarrow_writer) |
| 48 | +export(infer_geoarrow_schema) |
| 49 | +export(na_extension_geoarrow) |
| 50 | +export(na_extension_large_wkb) |
| 51 | +export(na_extension_large_wkt) |
| 52 | +export(na_extension_wkb) |
| 53 | +export(na_extension_wkt) |
| 54 | +importFrom(nanoarrow,as_nanoarrow_array) |
| 55 | +importFrom(nanoarrow,as_nanoarrow_array_extension) |
| 56 | +importFrom(nanoarrow,as_nanoarrow_array_stream) |
| 57 | +importFrom(nanoarrow,as_nanoarrow_schema) |
| 58 | +importFrom(nanoarrow,convert_array) |
| 59 | +importFrom(nanoarrow,convert_array_extension) |
| 60 | +importFrom(nanoarrow,infer_nanoarrow_ptype_extension) |
| 61 | +importFrom(nanoarrow,infer_nanoarrow_schema) |
| 62 | +importFrom(wk,wk_crs) |
| 63 | +importFrom(wk,wk_handle) |
| 64 | +importFrom(wk,wk_is_geodesic) |
| 65 | +useDynLib(geoarrow, .registration = TRUE) |
0 commit comments