EPSG
Shell
2023-11-22
Engineering survey, topographic mapping.
Used by the Sarawak Land and Survey Department. Conversion 19958 but using Hotine Oblique Mercator (variant A) and with FE increased by 2,000,000 m and FN by 5,000,000 m. If using variant B method (code 9815) FE = 2590476.871 m and FN = 5442857.653 m.
Hotine Oblique Mercator (variant A)
Malaysia - East Malaysia - Sarawak onshore.
(0,)
Definition: OGC Well Known Text
PROJECTION["Hotine_Oblique_Mercator"], PARAMETER["latitude_of_center",4], PARAMETER["longitude_of_center",115], PARAMETER["azimuth",53.3158204722222], PARAMETER["rectified_grid_angle",53.1301023611111], PARAMETER["scale_factor",0.99984], PARAMETER["false_easting",2000000], PARAMETER["false_northing",5000000]
Definition: OGC Well Known Text 2 (2019)
CONVERSION["Rectified Skew Orthomorphic Sarawak LSD (metre)", METHOD["Hotine Oblique Mercator (variant A)", ID["EPSG",9812]], PARAMETER["Latitude of projection centre",4, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8811]], PARAMETER["Longitude of projection centre",115, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8812]], PARAMETER["Azimuth of initial line",53.3158204722222, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8813]], PARAMETER["Angle from Rectified to Skew Grid",53.1301023611111, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8814]], PARAMETER["Scale factor on initial line",0.99984, SCALEUNIT["unity",1], ID["EPSG",8815]], PARAMETER["False easting",2000000, LENGTHUNIT["metre",1], ID["EPSG",8806]], PARAMETER["False northing",5000000, LENGTHUNIT["metre",1], ID["EPSG",8807]], ID["EPSG",19838]]
Definition: ESRI Well Known Text
PROJECTION["Rectified_Skew_Orthomorphic_Natural_Origin"], PARAMETER["False_Easting",2000000.0], PARAMETER["False_Northing",5000000.0], PARAMETER["Scale_Factor",0.99984], PARAMETER["Azimuth",53.3158204722222], PARAMETER["Longitude_Of_Center",115.0], PARAMETER["Latitude_Of_Center",4.0], PARAMETER["XY_Plane_Rotation",53.1301023611111]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Conversion", "name": "Rectified Skew Orthomorphic Sarawak LSD (metre)", "method": { "name": "Hotine Oblique Mercator (variant A)", "id": { "authority": "EPSG", "code": 9812 } }, "parameters": [ { "name": "Latitude of projection centre", "value": 4, "unit": "degree", "id": { "authority": "EPSG", "code": 8811 } }, { "name": "Longitude of projection centre", "value": 115, "unit": "degree", "id": { "authority": "EPSG", "code": 8812 } }, { "name": "Azimuth of initial line", "value": 53.3158204722222, "unit": "degree", "id": { "authority": "EPSG", "code": 8813 } }, { "name": "Angle from Rectified to Skew Grid", "value": 53.1301023611111, "unit": "degree", "id": { "authority": "EPSG", "code": 8814 } }, { "name": "Scale factor on initial line", "value": 0.99984, "unit": "unity", "id": { "authority": "EPSG", "code": 8815 } }, { "name": "False easting", "value": 2000000, "unit": "metre", "id": { "authority": "EPSG", "code": 8806 } }, { "name": "False northing", "value": 5000000, "unit": "metre", "id": { "authority": "EPSG", "code": 8807 } } ], "id": { "authority": "EPSG", "code": 19838 } }
Definition: GeoServer
19838=PROJECTION["Hotine_Oblique_Mercator"],PARAMETER["latitude_of_center",4],PARAMETER["longitude_of_center",115],PARAMETER["azimuth",53.3158204722222],PARAMETER["rectified_grid_angle",53.1301023611111],PARAMETER["scale_factor",0.99984],PARAMETER["false_easting",2000000],PARAMETER["false_northing",5000000]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=omerc +no_uoff +lat_0=4 +lonc=115 +alpha=53.3158204722222 +gamma=53.1301023611111 +k=0.99984 +x_0=2000000 +y_0=5000000"> <Layer srs="+proj=omerc +no_uoff +lat_0=4 +lonc=115 +alpha=53.3158204722222 +gamma=53.1301023611111 +k=0.99984 +x_0=2000000 +y_0=5000000"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 19838, 'EPSG', 19838, '+proj=omerc +no_uoff +lat_0=4 +lonc=115 +alpha=53.3158204722222 +gamma=53.1301023611111 +k=0.99984 +x_0=2000000 +y_0=5000000', 'PROJECTION["Hotine_Oblique_Mercator"],PARAMETER["latitude_of_center",4],PARAMETER["longitude_of_center",115],PARAMETER["azimuth",53.3158204722222],PARAMETER["rectified_grid_angle",53.1301023611111],PARAMETER["scale_factor",0.99984],PARAMETER["false_easting",2000000],PARAMETER["false_northing",5000000]');