pub fn lks_save(point: &dyn Point) -> Result<bool>
Expand description
save a point - must lks_process* for it to be show up in a lks_scan*. Returns true if new and false if it is old. By convention if the current xstamp of a point equals zero, the database will copy the recv stamp into xstamp - This does not update the point provided as an argument.