/// Calculation of the centroid.
/// Checks if the geometry A is completely inside the B geometry.
/// Checks if the geometry A intersects the geometry B.
/// Returns the area of the surface of a geometry.
/// Returns the length of a line.
/// Returns the Euclidean distance between two geometries.
/// Returns a new Point using distance and bearing.
/// Returns the Haversine distance between two geometries.
/// Returns the Bbox of a geometry.
/// Simplifies a `LineString` using the Ramer-Douglas-Peucker algorithm.
/// Simplifies a `LineString` using the Visvalingam-Whyatt algorithm.
/// Calculates the convex hull of a geometry.
/// Orients a Polygon's exterior and interior rings.
/// Returns the extreme indices of a `Polygon`, `MultiPolygon`, or `MultiPoint`.
/// Rotates a geometry around either its centroid or a point by an angle, given in degrees.