Package index
-
as_dbSpatial() - Convert an sf or terra object to a
dbSpatialobject
-
dbSpatial() - Create a
dbSpatialobject with geometry data type
-
show(<dbSpatial>) - show method for dbSpatial
-
st_contains() - Determine if geometries in two
dbSpatialobjects contain each other
-
st_coveredby() - Determine if geometries in two
dbSpatialobjects are covered by each other
-
st_covers() - Determine if geometries in two
dbSpatialobjects cover each other
-
st_crosses() - Determine if geometries in two
dbSpatialobjects cross each other
-
st_difference() - Calculate the difference between geometries in two
dbSpatialobjects
-
st_disjoint() - Determine if geometries in two
dbSpatialobjects are disjoint
-
st_distance() - Calculate the distance between geometries in two
dbSpatialobjects
-
st_equals() - Determine if geometries in two
dbSpatialobjects are equal
-
st_intersects() - Determine if geometries between two
dbSpatialobjects are intersecting
-
st_touches() - Determine if geometries in two
dbSpatialobjects touch each other
-
st_extent() - Get extent of a geometry column in
dbSpatialobject
-
st_xmax() - Get maximum x coordinate
-
st_ymax() - Get maximum y coordinate
Spatial Properties
Functions and methods that return a single vector about a geometry in a dbSpatial object.
-
st_geometrytype() - Return geometry type
-
st_isvalid() - Determine if geometry is valid
Geometry construction
Functions and methods for constructing or modifying geometry in a dbSpatial object.
-
st_translate() - Translate x, y coordinates by delta x, delta y for point geometries
-
loadSpatial() - Install and/or load DuckDB spatial extension
-
head(<dbSpatial>) - head method for dbSpatial
-
`[`(<dbSpatial>,<missing>,<missing>,<missing>)`[<-`(<dbSpatial>,<ANY>,<ANY>,<ANY>) - Extract method for dbSpatial
-
tail(<dbSpatial>) - tail method for dbSpatial