Unit: metre
Geodetic CRS: LHN95 height
Datum: Landeshohennetz 1995
Prime meridian: Greenwich
Data source: OGP
Information source: Bundesamt für Landestopographie
Revision date: 2008-03-14
Scope: Geodetic surveying.
Remarks: Replaces LN02 height (CRS code 5728).
Area of use: Liechtenstein; Switzerland.
Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: m.
Definition: Well Known Text (WKT)
VERT_CS["LHN95 height", VERT_DATUM["Landeshohennetz 1995",2005, AUTHORITY["EPSG","5128"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Up",UP], AUTHORITY["EPSG","5729"]]
VERT_CS["LHN95 height", VERT_DATUM["Landeshohennetz 1995",2005, AUTHORITY["EPSG","5128"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AXIS["Up",UP], AUTHORITY["EPSG","5729"]]
Definition: OGC GML
<?xml version="1.0" encoding="UTF-8"?> <gml:VerticalCRS xmlns:epsg="urn:x-ogp:spec:schema-xsd:EPSG:1.0:dataset" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" gml:id="epsg-crs-5729"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:alias alias="Landeshohennetz 1995 height" code="279" codeSpace="urn:ogc:def:naming-system:EPSG::7301" /> <epsg:alias alias="CH_MARS / OH" code="2989" codeSpace="urn:ogc:def:naming-system:EPSG::7307" /> <epsg:informationSource>Bundesamt für Landestopographie</epsg:informationSource> <epsg:revisionDate>2008-03-14</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2005.180" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2008.010" /> </epsg:changes> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="OGP">urn:ogc:def:crs:EPSG::5729</gml:identifier> <gml:name>LHN95 height</gml:name> <gml:remarks>Replaces LN02 height (CRS code 5728).</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::1286" /> <gml:scope>Geodetic surveying.</gml:scope> <gml:verticalCS xlink:href="urn:ogc:def:cs:EPSG::6499" /> <gml:verticalDatum xlink:href="urn:ogc:def:datum:EPSG::5128" /> </gml:VerticalCRS>
<?xml version="1.0" encoding="UTF-8"?> <gml:VerticalCRS xmlns:epsg="urn:x-ogp:spec:schema-xsd:EPSG:1.0:dataset" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" gml:id="epsg-crs-5729"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:alias alias="Landeshohennetz 1995 height" code="279" codeSpace="urn:ogc:def:naming-system:EPSG::7301" /> <epsg:alias alias="CH_MARS / OH" code="2989" codeSpace="urn:ogc:def:naming-system:EPSG::7307" /> <epsg:informationSource>Bundesamt für Landestopographie</epsg:informationSource> <epsg:revisionDate>2008-03-14</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2005.180" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2008.010" /> </epsg:changes> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="OGP">urn:ogc:def:crs:EPSG::5729</gml:identifier> <gml:name>LHN95 height</gml:name> <gml:remarks>Replaces LN02 height (CRS code 5728).</gml:remarks> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::1286" /> <gml:scope>Geodetic surveying.</gml:scope> <gml:verticalCS xlink:href="urn:ogc:def:cs:EPSG::6499" /> <gml:verticalDatum xlink:href="urn:ogc:def:datum:EPSG::5128" /> </gml:VerticalCRS>
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs=""> <Layer srs=""> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 5729, 'EPSG', 5729, '', 'VERT_CS["LHN95 height",VERT_DATUM["Landeshohennetz 1995",2005,AUTHORITY["EPSG","5128"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Up",UP],AUTHORITY["EPSG","5729"]]');