R/STID-class.R
GetCoordInfo.Rd
Convenience function to retrieve all coordinate-related column names from an STID object.
GetCoordInfo(STID_obj) # S3 method for class 'STID' GetCoordInfo(STID_obj = NULL)
An STID object
Named vector of coordinate column names
if (FALSE) { # \dontrun{ coord_info <- GetCoordInfo(ist_obj) } # }