EPSG
Total-Fina
1999-10-20
Engineering survey, topographic mapping.
Used only for terminal site.
Hotine Oblique Mercator (variant B)
(0,)
Definition: OGC Well Known Text
PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"], PARAMETER["latitude_of_center",27.5188288055556], PARAMETER["longitude_of_center",52.6035391666667], PARAMETER["azimuth",0.571661194444444], PARAMETER["rectified_grid_angle",0.571661194444444], PARAMETER["scale_factor",0.999895934], PARAMETER["false_easting",658377.437], PARAMETER["false_northing",3044969.194]
Definition: OGC Well Known Text 2 (2019)
CONVERSION["Nakhl e Taqi Oblique Mercator", METHOD["Hotine Oblique Mercator (variant B)", ID["EPSG",9815]], PARAMETER["Latitude of projection centre",27.5188288055556, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8811]], PARAMETER["Longitude of projection centre",52.6035391666667, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8812]], PARAMETER["Azimuth of initial line",0.571661194444444, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8813]], PARAMETER["Angle from Rectified to Skew Grid",0.571661194444444, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8814]], PARAMETER["Scale factor on initial line",0.999895934, SCALEUNIT["unity",1], ID["EPSG",8815]], PARAMETER["Easting at projection centre",658377.437, LENGTHUNIT["metre",1], ID["EPSG",8816]], PARAMETER["Northing at projection centre",3044969.194, LENGTHUNIT["metre",1], ID["EPSG",8817]], ID["EPSG",19951]]
Definition: ESRI Well Known Text
PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"], PARAMETER["False_Easting",658377.437], PARAMETER["False_Northing",3044969.194], PARAMETER["Scale_Factor",0.999895934], PARAMETER["Azimuth",0.571661194444444], PARAMETER["Longitude_Of_Center",52.6035391666667], PARAMETER["Latitude_Of_Center",27.5188288055556]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Conversion", "name": "Nakhl e Taqi Oblique Mercator", "method": { "name": "Hotine Oblique Mercator (variant B)", "id": { "authority": "EPSG", "code": 9815 } }, "parameters": [ { "name": "Latitude of projection centre", "value": 27.5188288055556, "unit": "degree", "id": { "authority": "EPSG", "code": 8811 } }, { "name": "Longitude of projection centre", "value": 52.6035391666667, "unit": "degree", "id": { "authority": "EPSG", "code": 8812 } }, { "name": "Azimuth of initial line", "value": 0.571661194444444, "unit": "degree", "id": { "authority": "EPSG", "code": 8813 } }, { "name": "Angle from Rectified to Skew Grid", "value": 0.571661194444444, "unit": "degree", "id": { "authority": "EPSG", "code": 8814 } }, { "name": "Scale factor on initial line", "value": 0.999895934, "unit": "unity", "id": { "authority": "EPSG", "code": 8815 } }, { "name": "Easting at projection centre", "value": 658377.437, "unit": "metre", "id": { "authority": "EPSG", "code": 8816 } }, { "name": "Northing at projection centre", "value": 3044969.194, "unit": "metre", "id": { "authority": "EPSG", "code": 8817 } } ], "id": { "authority": "EPSG", "code": 19951 } }
Definition: GeoServer
19951=PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",27.5188288055556],PARAMETER["longitude_of_center",52.6035391666667],PARAMETER["azimuth",0.571661194444444],PARAMETER["rectified_grid_angle",0.571661194444444],PARAMETER["scale_factor",0.999895934],PARAMETER["false_easting",658377.437],PARAMETER["false_northing",3044969.194]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=omerc +lat_0=27.5188288055556 +lonc=52.6035391666667 +alpha=0.571661194444444 +gamma=0.571661194444444 +k=0.999895934 +x_0=658377.437 +y_0=3044969.194"> <Layer srs="+proj=omerc +lat_0=27.5188288055556 +lonc=52.6035391666667 +alpha=0.571661194444444 +gamma=0.571661194444444 +k=0.999895934 +x_0=658377.437 +y_0=3044969.194"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 19951, 'EPSG', 19951, '+proj=omerc +lat_0=27.5188288055556 +lonc=52.6035391666667 +alpha=0.571661194444444 +gamma=0.571661194444444 +k=0.999895934 +x_0=658377.437 +y_0=3044969.194', 'PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["latitude_of_center",27.5188288055556],PARAMETER["longitude_of_center",52.6035391666667],PARAMETER["azimuth",0.571661194444444],PARAMETER["rectified_grid_angle",0.571661194444444],PARAMETER["scale_factor",0.999895934],PARAMETER["false_easting",658377.437],PARAMETER["false_northing",3044969.194]');