Test handlers for handling of unknown size vectors

handle_wkt_without_vector_size(handleable, handler)

Arguments

handleable

A geometry vector (e.g., wkb(), wkt(), xy(), rct(), or sf::st_sfc()) for which wk_handle() is defined.

handler

A wk_handler object.

Examples

handle_wkt_without_vector_size(wkt(), wk_vector_meta_handler())
#> $geometry_type
#> [1] 0
#> 
#> $size
#> [1] NA
#> 
#> $has_z
#> [1] NA
#> 
#> $has_m
#> [1] NA
#>