Return 'z' range of a simple feature or simple feature set
Usage
# S3 method for class 'z_range'
is.na(x)
st_z_range(obj, ...)
# S3 method for class 'POINT'
st_z_range(obj, ...)
# S3 method for class 'MULTIPOINT'
st_z_range(obj, ...)
# S3 method for class 'LINESTRING'
st_z_range(obj, ...)
# S3 method for class 'POLYGON'
st_z_range(obj, ...)
# S3 method for class 'MULTILINESTRING'
st_z_range(obj, ...)
# S3 method for class 'MULTIPOLYGON'
st_z_range(obj, ...)
# S3 method for class 'GEOMETRYCOLLECTION'
st_z_range(obj, ...)
# S3 method for class 'MULTISURFACE'
st_z_range(obj, ...)
# S3 method for class 'MULTICURVE'
st_z_range(obj, ...)
# S3 method for class 'CURVEPOLYGON'
st_z_range(obj, ...)
# S3 method for class 'COMPOUNDCURVE'
st_z_range(obj, ...)
# S3 method for class 'POLYHEDRALSURFACE'
st_z_range(obj, ...)
# S3 method for class 'TIN'
st_z_range(obj, ...)
# S3 method for class 'TRIANGLE'
st_z_range(obj, ...)
# S3 method for class 'CIRCULARSTRING'
st_z_range(obj, ...)
# S3 method for class 'sfc'
st_z_range(obj, ...)
# S3 method for class 'sf'
st_z_range(obj, ...)
# S3 method for class 'numeric'
st_z_range(obj, ..., crs = NA_crs_)
NA_z_range_
Arguments
- x
object of class
z_range
- obj
object to compute the z range from
- ...
ignored
- crs
object of class
crs
, or argument to st_crs, specifying the CRS of this bounding box.