Skip to contents

Returns the number of points in a geometry.

Usage

st_npoints(x, ...)

# S4 method for class 'dbSpatial'
st_npoints(x, ...)

Arguments

x

dbSpatial object

...

additional arguments

Value

dbSpatial object with npoints column

Methods (by class)

  • st_npoints(dbSpatial): Method for dbSpatial objects

See also

Other accessors: st_x(), st_y()

Examples

if (FALSE) { # \dontrun{
st_npoints(x)
} # }