EPSG:5829 — Instantaneous Water Level height
Dikey · World
Tanım Formatları
OGC WKT
VERT_CS[
"Instantaneous Water Level height",
VERT_DATUM["Instantaneous Water Level",2005,AUTHORITY["EPSG","5113"]],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AXIS["Gravity-related height",UP],
AUTHORITY["EPSG","5829"]
]Instantaneous Water Level Kullanan Diğer CRS
Sıkça Sorulan Sorular
EPSG:5829 projeksiyonunu GeoServer'a nasıl eklerim?
Aşağıdaki tanımı GeoServer yapılandırma dosyanıza ekleyin:
5829=VERT_CS["Instantaneous Water Level height",VERT_DATUM["Instantaneous Water Level",2005,AUTHORITY["EPSG","5113"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5829"]] GeoServer rehberinin tamamını okuyun →
EPSG:5829 projeksiyonunu PostGIS'e nasıl eklerim?
Aşağıdaki tanımı PostGIS yapılandırma dosyanıza ekleyin:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (5829, 'EPSG', 5829, '+vunits=m +no_defs +type=crs', 'VERT_CS["Instantaneous Water Level height",VERT_DATUM["Instantaneous Water Level",2005,AUTHORITY["EPSG","5113"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5829"]]'); PostGIS rehberinin tamamını okuyun →
EPSG:5829 projeksiyonunu MapServer'da nasıl kullanırım?
Aşağıdaki tanımı MapServer yapılandırma dosyanıza ekleyin:
PROJECTION
"+vunits=m"
"+no_defs"
"+type=crs"
END MapServer rehberinin tamamını okuyun →
EPSG:5829 projeksiyonunu Proj4js ile nasıl kullanırım?
Aşağıdaki tanımı Proj4js yapılandırma dosyanıza ekleyin:
proj4.defs("EPSG:5829", "+vunits=m +no_defs +type=crs"); Proj4js rehberinin tamamını okuyun →