GeographicCRSInterpretRequestProps Interface
Information required to interpret or complete a Geographic CRS in the specified format. The only currently supported formats are JSON (for completion) and WKT (OGC Well Known Text)
Properties
| Name | Type | Description | |
|---|---|---|---|
| format | "WKT" | "JSON" | The format of the geographic CRS definition provided in the geographicCRSDef property. | |
| geographicCRSDef | string | The geographic CRS definition in the format specified in the format property. | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.