mosaic
mosaic copied to clipboard
PostGIS ST_LineLocatePoint function
Would like a function to return the location of the closest closest point on a Line given a Point as a fraction of the 2d line length as specified in the PostGIS ST_LineLocatePoint
As far as I can see, this function is not available out of the box from JTS or ESRI APIs, so it requires a non trivial effort to be added in Mosaic.
Is there any other function from JTS that you could use instead?