📄️ point
Creates a Point geometry from a position.
📄️ lineString
Creates a LineString geometry from an array of positions.
📄️ polygon
Creates a Polygon geometry from an array of linear rings coordinates.
📄️ multiPoint
Creates a MultiPoint geometry from an array of positions or an array
📄️ multiLineString
Creates a MultiLineString geometry from an array of line strings coordinates
📄️ multiPolygon
Creates a MultiPolygon geometry from an array of polygon coordinates
📄️ geometryCollection
Creates a GeometryCollection geometry from an array of Geometries.
📄️ circularString
Creates a CircularString geometry from an array of points.
📄️ compoundCurve
Creates a CompoundCurve geometry from an array of continuous segments.
📄️ curvePolygon
Creates a CurvePolygon geometry from an array of rings.
📄️ multiCurve
Creates a MultiCurve geometry from an array of curves.
📄️ multiSurface
Creates a MultiSurface geometry from an array of surfaces.
📄️ box
Creates a rectangular Polygon geometry from bounding box coordinates.