This function constructs a planar Geometry object from a Geography. While Sedona makes every effort to preserve the original spatial object, the conversion is not always exact because Geography and Geometry have different underlying models:Documentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
- Geography represents shapes on the Earth’s surface (spherical).
- Geometry represents shapes on a flat, Euclidean plane.
- A polygon in Geography always refers to the region on the Earth’s surface that the ring encloses. When converted to Geometry, however, it becomes unclear whether the polygon is intended to represent the “inside” or its complement (the “outside”) on the sphere.
- Long edges that cross the antimeridian or cover poles may also be represented differently once projected into planar space.
Signatures
Parameters
The geog value.
Return type
The resulting geometry.

