Coordinate Frame rotation (geog2D domain)
Parameter values from ID74 to DGN95 (1) (code 15911) assuming that DGN95 is equivalent to WGS 84 within the accuracy of the transformation.
Bakosurtanal.
2021-09-23
degree (supplier to define representation)
EPSG
2012-03-25
Geodesy.
Replaced by DGN95.
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["ID74", DATUM["Indonesian_Datum_1974", SPHEROID["Indonesian National Spheroid",6378160,298.247], TOWGS84[-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4238"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["ID74", DATUM["Indonesian Datum 1974", ELLIPSOID["Indonesian National Spheroid",6378160,298.247, 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["Indonesia - onshore."], BBOX[-10.98,95.16,5.97,141.01]], ID["EPSG",4238]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "ID74", "datum": { "type": "GeodeticReferenceFrame", "name": "Indonesian Datum 1974", "ellipsoid": { "name": "Indonesian National Spheroid", "semi_major_axis": 6378160, "inverse_flattening": 298.247 } }, "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": "Indonesia - onshore.", "bbox": { "south_latitude": -10.98, "west_longitude": 95.16, "north_latitude": 5.97, "east_longitude": 141.01 }, "id": { "authority": "EPSG", "code": 4238 } }
Definition: GeoServer
4238=GEOGCS["ID74",DATUM["Indonesian_Datum_1974",SPHEROID["Indonesian National Spheroid",6378160,298.247],TOWGS84[-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4238"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +no_defs +type=crs"> <Layer srs="+proj=longlat +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4238, 'EPSG', 4238, '+proj=longlat +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +no_defs +type=crs', 'GEOGCS["ID74",DATUM["Indonesian_Datum_1974",SPHEROID["Indonesian National Spheroid",6378160,298.247],TOWGS84[-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4238"]]');