EPSG:15499

axis order change (geographic3D horizontal)

Attributes

Data source: EPSG

Information source: OGP

Revision date: 2015-05-22

Scope: Web mapping and visualisation.

Remarks: This conversion allows the creation of a user-defined geographic 3D CRS with axis order longitude, latitude, ellipsoid height from an EPSG geographic 3D CRS.

Method: Axis Order Reversal (Geographic3D horizontal)

Area of use: World.

Description: (0,)

MapTiler banner

Definition: OGC Well Known Text

PROJECTION["Axis_Order_Reversal_(Geographic3D_horizontal)"]

Definition: OGC Well Known Text 2 (2019)

CONVERSION["axis order change (geographic3D horizontal)",
    METHOD["Axis Order Reversal (Geographic3D horizontal)",
        ID["EPSG",9844]],
    ID["EPSG",15499]]

Definition: ESRI Well Known Text

PROJECTION["Axis_Order_Reversal_(Geographic3D_horizontal)"]

Definition: PROJ.4

+proj=axisswap +order=2,1

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:15499","+proj=axisswap +order=2,1");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "Conversion",
    "name": "axis order change (geographic3D horizontal)",
    "method": {
        "name": "Axis Order Reversal (Geographic3D horizontal)",
        "id": {
            "authority": "EPSG",
            "code": 9844
        }
    },
    "id": {
        "authority": "EPSG",
        "code": 15499
    }
}

Definition: GeoServer

15499=PROJECTION["Axis_Order_Reversal_(Geographic3D_horizontal)"]

Definition: MapServer - MAPfile

PROJECTION
	"proj=axisswap"
	"order=2,1"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=axisswap +order=2,1">
	<Layer srs="+proj=axisswap +order=2,1">
	</Layer>
</Map>

Definition: SQL (PostGIS)

INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 15499, 'EPSG', 15499, '+proj=axisswap +order=2,1', 'PROJECTION["Axis_Order_Reversal_(Geographic3D_horizontal)"]');