ToPseudoMercatorLat
Converts a latitude value to its corresponding Euclidean Y coordinate in the Pseudo-Mercator projection.
Syntax:
ToPseudoMercatorLat(latitude_decimal_degrees)
| Parameter | Type | Description |
|---|---|---|
latitude_decimal_degrees | DOUBLE | The latitude coordinate in decimal degrees. |
ToPseudoMercatorLon
Converts a longitude value to its corresponding Euclidean X coordinate in the Pseudo-Mercator projection.
Syntax:
ToPseudoMercatorLon(longitude_decimal_degrees)
| Parameter | Type | Description |
|---|---|---|
longitude_decimal_degrees | DOUBLE | The longitude coordinate in decimal degrees. |