EPSG:19872

Rectified Skew Orthomorphic Malaya Grid (metre)

Attributes

Data source: EPSG

Information source: Defence Geographic Centre

Revision date: 2023-11-22

Scope: Engineering survey, topographic mapping.

Remarks: Uses metric conversion factor of 0.914398 metres per yard exactly. If using Hotine Oblique Mercator (variant B) method (code 9815), Ec=472854.710m, Nc=442420.693m.

Method: Hotine Oblique Mercator (variant A)

Area of use: Malaysia - West Malaysia onshore.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Hotine_Oblique_Mercator"],
PARAMETER["latitude_of_center",4],
PARAMETER["longitude_of_center",102.25],
PARAMETER["azimuth",323.0257905],
PARAMETER["rectified_grid_angle",323.130102361111],
PARAMETER["scale_factor",0.99984],
PARAMETER["false_easting",804670.24],
PARAMETER["false_northing",0]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["Rectified Skew Orthomorphic Malaya Grid (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",102.25,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8812]],
    PARAMETER["Azimuth of initial line",323.0257905,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8813]],
    PARAMETER["Angle from Rectified to Skew Grid",323.130102361111,
        ANGLEUNIT["degree",0.0174532925199433],
        ID["EPSG",8814]],
    PARAMETER["Scale factor on initial line",0.99984,
        SCALEUNIT["unity",1],
        ID["EPSG",8815]],
    PARAMETER["False easting",804670.24,
        LENGTHUNIT["metre",1],
        ID["EPSG",8806]],
    PARAMETER["False northing",0,
        LENGTHUNIT["metre",1],
        ID["EPSG",8807]],
    ID["EPSG",19872]]

Definition: ESRI Well Known Text

PROJECTION["Rectified_Skew_Orthomorphic_Natural_Origin"],
PARAMETER["False_Easting",804670.24],
PARAMETER["False_Northing",0.0],
PARAMETER["Scale_Factor",0.99984],
PARAMETER["Azimuth",-36.9742095],
PARAMETER["Longitude_Of_Center",102.25],
PARAMETER["Latitude_Of_Center",4.0],
PARAMETER["XY_Plane_Rotation",-36.8698976388889]

Definition: PROJ.4

+proj=omerc +no_uoff +lat_0=4 +lonc=102.25 +alpha=323.0257905 +gamma=323.130102361111 +k=0.99984 +x_0=804670.24 +y_0=0

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:19872","+proj=omerc +no_uoff +lat_0=4 +lonc=102.25 +alpha=323.0257905 +gamma=323.130102361111 +k=0.99984 +x_0=804670.24 +y_0=0");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "Rectified Skew Orthomorphic Malaya Grid (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": 102.25,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8812
            }
        },
        {
            "name": "Azimuth of initial line",
            "value": 323.0257905,
            "unit": "degree",
            "id": {
                "authority": "EPSG",
                "code": 8813
            }
        },
        {
            "name": "Angle from Rectified to Skew Grid",
            "value": 323.130102361111,
            "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": 804670.24,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8806
            }
        },
        {
            "name": "False northing",
            "value": 0,
            "unit": "metre",
            "id": {
                "authority": "EPSG",
                "code": 8807
            }
        }
    ],
    "id": {
        "authority": "EPSG",
        "code": 19872
    }
}

Definition: GeoServer

19872=PROJECTION["Hotine_Oblique_Mercator"],PARAMETER["latitude_of_center",4],PARAMETER["longitude_of_center",102.25],PARAMETER["azimuth",323.0257905],PARAMETER["rectified_grid_angle",323.130102361111],PARAMETER["scale_factor",0.99984],PARAMETER["false_easting",804670.24],PARAMETER["false_northing",0]

Definition: MapServer - MAPfile

PROJECTION
	"proj=omerc"
	"no_uoff"
	"lat_0=4"
	"lonc=102.25"
	"alpha=323.0257905"
	"gamma=323.130102361111"
	"k=0.99984"
	"x_0=804670.24"
	"y_0=0"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=omerc +no_uoff +lat_0=4 +lonc=102.25 +alpha=323.0257905 +gamma=323.130102361111 +k=0.99984 +x_0=804670.24 +y_0=0">
	<Layer srs="+proj=omerc +no_uoff +lat_0=4 +lonc=102.25 +alpha=323.0257905 +gamma=323.130102361111 +k=0.99984 +x_0=804670.24 +y_0=0">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 19872, 'EPSG', 19872, '+proj=omerc +no_uoff +lat_0=4 +lonc=102.25 +alpha=323.0257905 +gamma=323.130102361111 +k=0.99984 +x_0=804670.24 +y_0=0', 'PROJECTION["Hotine_Oblique_Mercator"],PARAMETER["latitude_of_center",4],PARAMETER["longitude_of_center",102.25],PARAMETER["azimuth",323.0257905],PARAMETER["rectified_grid_angle",323.130102361111],PARAMETER["scale_factor",0.99984],PARAMETER["false_easting",804670.24],PARAMETER["false_northing",0]');