Package org.h2gis.functions.spatial.distance
package org.h2gis.functions.spatial.distance
-
ClassesClassDescriptionAn operation to compute the maximum distance between two geometries.ST_ClosestCoordinate computes the closest coordinate(s) contained in the given geometry starting from the given point, using the 2D distance.ST_ClosestPoint returns the 2D point on geometry A that is closest to geometry B.ST_FurthestCoordinate computes the furthest coordinate(s) contained in the given geometry starting from the given point, using the 2D distance.ST_LocateAlong returns a MULTIPOINT containing points along the line segments of the given geometry matching the specified segment length fraction and offset distance.Returns the 2-dimensional longest line between the points of two geometries.Compute the maximum distance between two geometries.Returns the 2-dimensional shortest line between two geometries.