📄️ bounds
Calculates the bounds (also named bbox - bounding box or extent) of the geometry.
📄️ area
Calculates the area of a geometry.
📄️ length
Calculates the length of a geometry.
📄️ distance
Computes the Cartesian distance between geometry a and geometry b.
📄️ hausdorffDistance
Computes the discrete Hausdorff distance between geometry a and geometry b.
📄️ frechetDistance
Compute the discrete Fréchet distance between geometry a and geometry b.
📄️ nearestPoints
Finds the nearest points between geometry a and geometry b.