EPSG:CODE

EPSG:5738 HKPD height

Dikey · Hong Kong - onshore

Tanım Formatları

OGC WKT
VERT_CS[
    "HKPD height",
    VERT_DATUM["Hong Kong Principal Datum",2005,AUTHORITY["EPSG","5135"]],
    UNIT["metre",1,AUTHORITY["EPSG","9001"]],
    AXIS["Gravity-related height",UP],
    AUTHORITY["EPSG","5738"]
]

İlişkili Koordinat Sistemleri

Mevcut Dönüşümler (3)

Dönüşüm Kaynak → Hedef Hassasiyet (m)
5738 5739 0
5738 5739 0
HKPD height to HKCD depth (1) Kullanım dışı
5738 5739 0

Hong Kong Principal Datum Kullanan Diğer CRS

Sıkça Sorulan Sorular

EPSG:5738 projeksiyonunu GeoServer'a nasıl eklerim?

Aşağıdaki tanımı GeoServer yapılandırma dosyanıza ekleyin:

5738=VERT_CS["HKPD height",VERT_DATUM["Hong Kong Principal Datum",2005,AUTHORITY["EPSG","5135"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5738"]]
GeoServer rehberinin tamamını okuyun →

EPSG:5738 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 (5738, 'EPSG', 5738, '+vunits=m +no_defs +type=crs', 'VERT_CS["HKPD height",VERT_DATUM["Hong Kong Principal Datum",2005,AUTHORITY["EPSG","5135"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5738"]]');
PostGIS rehberinin tamamını okuyun →

EPSG:5738 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:5738 projeksiyonunu Proj4js ile nasıl kullanırım?

Aşağıdaki tanımı Proj4js yapılandırma dosyanıza ekleyin:

proj4.defs("EPSG:5738", "+vunits=m +no_defs +type=crs");
Proj4js rehberinin tamamını okuyun →