Geocentric translations (geog2D domain)
Derived at 8 stations. Accuracy 10m, 10m and 12m in X, Y and Z axes.
U.S. Defense Mapping Agency TR8350.2 September 1987.
2020-03-14
Geodesy.
Adopts metric conversion of 39.370147 inches per metre. Replaced by GDM2000 (CRS code 4742) in East Malaysia and by GDBD2009 (CRS code 5247) in Brunei.
Brunei - onshore and offshore; Malaysia - East Malaysia (Sabah; Sarawak) - onshore and offshore.
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
114.46 4.26
109.31 0.85
119.61 7.67
Definition: OGC Well Known Text
GEOGCS["Timbalai 1948", DATUM["Timbalai_1948", SPHEROID["Everest 1830 (1967 Definition)",6377298.556,300.8017], TOWGS84[-679,669,-48,0,0,0,0]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4298"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Timbalai 1948", DATUM["Timbalai 1948", ELLIPSOID["Everest 1830 (1967 Definition)",6377298.556,300.8017, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["degree",0.0174532925199433]], CS[ellipsoidal,2], AXIS["geodetic latitude (Lat)",north, ORDER[1], ANGLEUNIT["degree",0.0174532925199433]], AXIS["geodetic longitude (Lon)",east, ORDER[2], ANGLEUNIT["degree",0.0174532925199433]], USAGE[ SCOPE["Geodesy."], AREA["Brunei - onshore and offshore; Malaysia - East Malaysia (Sabah; Sarawak) - onshore and offshore."], BBOX[0.85,109.31,7.67,119.61]], ID["EPSG",4298]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Timbalai 1948", "datum": { "type": "GeodeticReferenceFrame", "name": "Timbalai 1948", "ellipsoid": { "name": "Everest 1830 (1967 Definition)", "semi_major_axis": 6377298.556, "inverse_flattening": 300.8017 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Geodetic latitude", "abbreviation": "Lat", "direction": "north", "unit": "degree" }, { "name": "Geodetic longitude", "abbreviation": "Lon", "direction": "east", "unit": "degree" } ] }, "scope": "Geodesy.", "area": "Brunei - onshore and offshore; Malaysia - East Malaysia (Sabah; Sarawak) - onshore and offshore.", "bbox": { "south_latitude": 0.85, "west_longitude": 109.31, "north_latitude": 7.67, "east_longitude": 119.61 }, "id": { "authority": "EPSG", "code": 4298 } }
Definition: GeoServer
4298=GEOGCS["Timbalai 1948",DATUM["Timbalai_1948",SPHEROID["Everest 1830 (1967 Definition)",6377298.556,300.8017],TOWGS84[-679,669,-48,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4298"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4298, 'EPSG', 4298, '+proj=longlat +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +no_defs +type=crs', 'GEOGCS["Timbalai 1948",DATUM["Timbalai_1948",SPHEROID["Everest 1830 (1967 Definition)",6377298.556,300.8017],TOWGS84[-679,669,-48,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4298"]]');