Create a mapping table between identifiers and values for a given geom_X
Usage
getGeomIdMap(connectionDetails, geomIndexId)
Arguments
- connectionDetails
(list) An object of class connectionDetails as created by the createConnectionDetails function
- geomIndexId
(integer) Identifier of a record in the backbone.geom_index table. Usually sourced from the attr_of_geom_index_id
entry of an attr_index record
Value
(data.frame) A mapping table between geom_record_id for a given geom_X and that record's source value
Examples
if (FALSE) { # \dontrun{
geomIdMap <- getGeomIdMap(conn = conn, geomIndex = 1)
} # }