Name
ST_Max_Distance — Returns the 2-dimensional largest distance between two geometries in
projected units.
Synopsis
float ST_Max_Distance(geometry
g1, geometry
g2);
Description
Returns the 2-dimensional maximum cartesian distance between two linestrings in
projected units.
Examples
--ALL EXAMPLES current throw NOT YET IMPLEMENTED