powered by
Get the table of coordinates of a spatial object.
# S4 method for ANY getPoints(x)# S4 method for geom getPoints(x)# S4 method for Spatial getPoints(x)# S4 method for sf getPoints(x)# S4 method for ppp getPoints(x)
# S4 method for geom getPoints(x)
# S4 method for Spatial getPoints(x)
# S4 method for sf getPoints(x)
# S4 method for ppp getPoints(x)
the object from which to extract the coordinates
A table of the coordinates x is made up of.
x
Other getters: getCRS, getExtent, getHistory, getSubset, getTable, getType, getWindow
getCRS
getExtent
getHistory
getSubset
getTable
getType
getWindow
# NOT RUN { getPoints(gtGeoms$polygon) getPoints(x = gtGeoms$point) getPoints(x = gtSP$SpatialPoints) getPoints(x = gtSF$multilinestring) getPoints(x = gtPPP) # }
Run the code above in your browser using DataLab