Coordinate Frame rotation (geog2D domain)
Derived at 4 stations, tested at a further 9. Also used as tfm to JAD69 to JAD2001 (see code 15926). Note: Info source paper contains an error in sign of dS, subsequently confirmed by primary author and NLA of Jamaica, and corrected in this record.
"GPS Coordinate Transformation Parameters for Jamaica", Newsome and Harvey, Survey Review Volume 37 Number 289 (July 2003), but with an error in sign of dS confirmed by author and NLA.
2023-11-19
degree (supplier to define representation)
EPSG
Survey Department, Government of Jamaica, 1983.
2007-01-19
Geodesy.
Replaced by JAD2001 (CRS code 4758).
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["JAD69", DATUM["Jamaica_1969", SPHEROID["Clarke 1866",6378206.4,294.978698213898], TOWGS84[-33.722,153.789,94.959,8.581,4.478,-4.54,8.95]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4242"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["JAD69", DATUM["Jamaica 1969", ELLIPSOID["Clarke 1866",6378206.4,294.978698213898, 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["Jamaica - onshore."], BBOX[17.64,-78.43,18.58,-76.17]], ID["EPSG",4242]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "JAD69", "datum": { "type": "GeodeticReferenceFrame", "name": "Jamaica 1969", "ellipsoid": { "name": "Clarke 1866", "semi_major_axis": 6378206.4, "inverse_flattening": 294.978698213898 } }, "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": "Jamaica - onshore.", "bbox": { "south_latitude": 17.64, "west_longitude": -78.43, "north_latitude": 18.58, "east_longitude": -76.17 }, "id": { "authority": "EPSG", "code": 4242 } }
Definition: GeoServer
4242=GEOGCS["JAD69",DATUM["Jamaica_1969",SPHEROID["Clarke 1866",6378206.4,294.978698213898],TOWGS84[-33.722,153.789,94.959,8.581,4.478,-4.54,8.95]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4242"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=clrk66 +towgs84=-33.722,153.789,94.959,8.581,4.478,-4.54,8.95 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=clrk66 +towgs84=-33.722,153.789,94.959,8.581,4.478,-4.54,8.95 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4242, 'EPSG', 4242, '+proj=longlat +ellps=clrk66 +towgs84=-33.722,153.789,94.959,8.581,4.478,-4.54,8.95 +no_defs +type=crs', 'GEOGCS["JAD69",DATUM["Jamaica_1969",SPHEROID["Clarke 1866",6378206.4,294.978698213898],TOWGS84[-33.722,153.789,94.959,8.581,4.478,-4.54,8.95]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4242"]]');