geotiff-geokeys-to-proj4 / toProj4
Function: toProj4()
ts
function toProj4(geoKeys): object;Converts GeoTIFF's geokeys to Proj4 string and produces associated data
Parameters
| Parameter | Type | Description |
|---|---|---|
| Geokeys |
Returns
Proj4 string and associated data
conversionParameters
ts
conversionParameters: CoordinateConversionParameters;Coordinates conversion parameters
convertCoordinates
ts
convertCoordinates: (coord) => ConvertedCoordinate;convertCoordinates but for these exact geokeys
Parameters
| Parameter | Type |
|---|---|
|
Returns
coordinatesUnits
ts
coordinatesUnits: CoordinateUnits;Coordinates units after conversion. See CoordinateUnits for more info.
errors
ts
errors: ConversionErrors;Errors that have occurred while processing geokeys.
If no errors have occurred then this will be an empty object.
isGCS
ts
isGCS: boolean;If true then geographic (either 2D or 3D) CRS is used.
proj4
ts
proj4: string = proj;Proj4 string