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.
This method is not recommended. Please use Sedona GeoJSON data source to write GeoJSON files.
Return the GeoJSON string representation of a geometry
The type parameter (Since:
v1.6.1) takes the following options -
- “Simple” (default): Returns a simple GeoJSON geometry.
- “Feature”: Wraps the geometry in a GeoJSON Feature.
- “FeatureCollection”: Wraps the Feature in a GeoJSON FeatureCollection.
Signatures
Parameters
The input geometry.
The output type.
Return type
A string representation.

