powered by
Get the name(s) of a spatial object.
getNames(x, ...)# S4 method for ANY getNames(x)# S4 method for geom getNames(x)# S4 method for sf getNames(x)# S4 method for Raster getNames(x)
# S4 method for ANY getNames(x)
# S4 method for geom getNames(x)
# S4 method for sf getNames(x)
# S4 method for Raster getNames(x)
the object from which to get the name.
other arguments.
A vector of the names of x.
x
Other getters: getCRS(), getCols(), getExtent(), getFeatures(), getGroups(), getHistory(), getLayers(), getPoints(), getRes(), getRows(), getType(), getWindow()
getCRS()
getCols()
getExtent()
getFeatures()
getGroups()
getHistory()
getLayers()
getPoints()
getRes()
getRows()
getType()
getWindow()
# NOT RUN { getNames(x = gtGeoms$grid$continuous) getNames(x = gtSF$polygon) getNames(x = gtRasters) # }
Run the code above in your browser using DataLab