Geodesy.
Replaces Beijing 1954 (CRS code 4214). Replaced by CGCS2000(CRS code 4490).
Ellipsoidal 2D CS. Axes: latitude, longitude. Orientations: north, east. UoM: degree
Definition: OGC Well Known Text
GEOGCS["Xian 1980", DATUM["Xian_1980", SPHEROID["IAG 1975",6378140,298.257, AUTHORITY["EPSG","7049"]], AUTHORITY["EPSG","6610"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4610"]]
Definition: OGC Well Known Text 2 (2019)
GEOGCRS["Xian 1980", DATUM["Xian 1980", ELLIPSOID["IAG 1975",6378140,298.257, 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["China - onshore."], BBOX[18.11,73.62,53.56,134.77]], ID["EPSG",4610]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "GeographicCRS", "name": "Xian 1980", "datum": { "type": "GeodeticReferenceFrame", "name": "Xian 1980", "ellipsoid": { "name": "IAG 1975", "semi_major_axis": 6378140, "inverse_flattening": 298.257 } }, "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": "China - onshore.", "bbox": { "south_latitude": 18.11, "west_longitude": 73.62, "north_latitude": 53.56, "east_longitude": 134.77 }, "id": { "authority": "EPSG", "code": 4610 } }
Definition: GeoServer
4610=GEOGCS["Xian 1980",DATUM["Xian_1980",SPHEROID["IAG 1975",6378140,298.257,AUTHORITY["EPSG","7049"]],AUTHORITY["EPSG","6610"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4610"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=longlat +ellps=IAU76 +no_defs +type=crs"> <Layer srs="+proj=longlat +ellps=IAU76 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 4610, 'EPSG', 4610, '+proj=longlat +ellps=IAU76 +no_defs +type=crs', 'GEOGCS["Xian 1980",DATUM["Xian_1980",SPHEROID["IAG 1975",6378140,298.257,AUTHORITY["EPSG","7049"]],AUTHORITY["EPSG","6610"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4610"]]');