EPSG:7035 DEPRECATED

Sphere

Attributes

Unit: metre

Data source: EPSG

Revision date: 1995-06-02

Remarks: Authalic sphere. 1/f is infinite. Superseded by GRS 1980 authalic sphere (code 7047).

MapTiler banner

Definition: OGC Well Known Text

SPHEROID["Sphere",6371000,0,
    AUTHORITY["EPSG","7035"]]

Definition: OGC Well Known Text 2 (2019)

ELLIPSOID["Sphere",6371000,0,
    LENGTHUNIT["metre",1],
    ID["EPSG",7035]]

Definition: ESRI Well Known Text

SPHEROID["Sphere",6371000.0,0.0]

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Ellipsoid",
    "name": "Sphere",
    "radius": 6371000,
    "id": {
        "authority": "EPSG",
        "code": 7035
    }
}

Definition: GeoServer

7035-ellipsoid=SPHEROID["Sphere",6371000,0,AUTHORITY["EPSG","7035"]]