Unit: foot
Geodetic CRS: CBVD61 height (ft)
Datum: Cayman Brac Vertical Datum 1961
Prime meridian: Greenwich
Data source: OGP
Information source: Lands and Survey Department, Cayman Islands Government.
Revision date: 2017-10-16
Scope: Geodetic and engineering surveying.
Area of use: Cayman Islands - Cayman Brac.
Coordinate system: Vertical CS. Axis: height (H). Orientation: up. UoM: ft.
Definition: Well Known Text (WKT)
VERT_CS["CBVD61 height", VERT_DATUM["Cayman Brac Vertical Datum 1961",2005, AUTHORITY["EPSG","1099"]], UNIT["foot",0.3048, AUTHORITY["EPSG","9002"]], AXIS["Up",UP], AUTHORITY["EPSG","6132"]]
VERT_CS["CBVD61 height", VERT_DATUM["Cayman Brac Vertical Datum 1961",2005, AUTHORITY["EPSG","1099"]], UNIT["foot",0.3048, AUTHORITY["EPSG","9002"]], AXIS["Up",UP], AUTHORITY["EPSG","6132"]]
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="iogp-crs-6132"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:alias alias="CBVD61 height" code="7549" codeSpace="urn:ogc:def:naming-system:EPSG::7301" /> <epsg:informationSource>Lands and Survey Department, Cayman Islands Government.</epsg:informationSource> <epsg:revisionDate>2017-10-16</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2012.095" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2014.027" /> </epsg:changes> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="IOGP">urn:ogc:def:crs:EPSG::6132</gml:identifier> <gml:name>CBVD61 height (ft)</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::3207" /> <gml:scope>Geodetic and engineering surveying.</gml:scope> <gml:verticalCS xlink:href="urn:ogc:def:cs:EPSG::1030" /> <gml:verticalDatum xlink:href="urn:ogc:def:datum:EPSG::1099" /> </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="iogp-crs-6132"> <gml:metaDataProperty> <epsg:CommonMetaData> <epsg:type>vertical</epsg:type> <epsg:alias alias="CBVD61 height" code="7549" codeSpace="urn:ogc:def:naming-system:EPSG::7301" /> <epsg:informationSource>Lands and Survey Department, Cayman Islands Government.</epsg:informationSource> <epsg:revisionDate>2017-10-16</epsg:revisionDate> <epsg:changes> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2012.095" /> <epsg:changeID xlink:href="urn:ogc:def:change-request:EPSG::2014.027" /> </epsg:changes> <epsg:show>true</epsg:show> <epsg:isDeprecated>false</epsg:isDeprecated> </epsg:CommonMetaData> </gml:metaDataProperty> <gml:identifier codeSpace="IOGP">urn:ogc:def:crs:EPSG::6132</gml:identifier> <gml:name>CBVD61 height (ft)</gml:name> <gml:domainOfValidity xlink:href="urn:ogc:def:area:EPSG::3207" /> <gml:scope>Geodetic and engineering surveying.</gml:scope> <gml:verticalCS xlink:href="urn:ogc:def:cs:EPSG::1030" /> <gml:verticalDatum xlink:href="urn:ogc:def:datum:EPSG::1099" /> </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 ( 6132, 'EPSG', 6132, '', 'VERT_CS["CBVD61 height",VERT_DATUM["Cayman Brac Vertical Datum 1961",2005,AUTHORITY["EPSG","1099"]],UNIT["foot",0.3048,AUTHORITY["EPSG","9002"]],AXIS["Up",UP],AUTHORITY["EPSG","6132"]]');