# S3 method for geolevel
complete_point_geometry(gl, use_intermediate_projected_crs = FALSE)
Value
A geolevel object.
Arguments
gl
A geolevel object.
use_intermediate_projected_crs
A boolean.
Details
If the point geometry was already defined, if there are instances with this
geometry empty, it completes them.
If the geometry of the CRS is not projected, it warns that the calculations
may not be correct. A projected intermediate geometry can be used to perform
the operation, indicating it by the boolean parameter.
See Also
Other level definition functions:
check_key(),
coordinates_to_geometry(),
get_empty_geometry_instances(),
get_geometry()