EPSG:22174 — POSGAR 98 / Argentina 4
Projekte · Argentina - 64.5°W to 61.5°W onshore
Tanım Formatları
OGC WKT
PROJCS[
"POSGAR 98 / Argentina 4",
GEOGCS[
"POSGAR 98",
DATUM[
"Posiciones_Geodesicas_Argentinas_1998",
SPHEROID["GRS 1980",6378137,298.257222101],
TOWGS84[0,0,0,0,0,0,0]
],
PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4190"]
],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",-90],
PARAMETER["central_meridian",-63],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",4500000],
PARAMETER["false_northing",0],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AUTHORITY["EPSG","22174"]
]İlişkili Koordinat Sistemleri
Mevcut Dönüşümler (3)
Dönüşümler temel CRS'den alınmıştır: EPSG:4190 (POSGAR 98)
Posiciones Geodesicas Argentinas 1998 Kullanan Diğer CRS
Sıkça Sorulan Sorular
EPSG:22174 projeksiyonunu GeoServer'a nasıl eklerim?
Aşağıdaki tanımı GeoServer yapılandırma dosyanıza ekleyin:
22174=PROJCS["POSGAR 98 / Argentina 4",GEOGCS["POSGAR 98",DATUM["Posiciones_Geodesicas_Argentinas_1998",SPHEROID["GRS 1980",6378137,298.257222101],TOWGS84[0,0,0,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4190"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",-90],PARAMETER["central_meridian",-63],PARAMETER["scale_factor",1],PARAMETER["false_easting",4500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","22174"]] GeoServer rehberinin tamamını okuyun →
EPSG:22174 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 (22174, 'EPSG', 22174, '+proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs', 'PROJCS["POSGAR 98 / Argentina 4",GEOGCS["POSGAR 98",DATUM["Posiciones_Geodesicas_Argentinas_1998",SPHEROID["GRS 1980",6378137,298.257222101],TOWGS84[0,0,0,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4190"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",-90],PARAMETER["central_meridian",-63],PARAMETER["scale_factor",1],PARAMETER["false_easting",4500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","22174"]]'); PostGIS rehberinin tamamını okuyun →
EPSG:22174 projeksiyonunu MapServer'da nasıl kullanırım?
Aşağıdaki tanımı MapServer yapılandırma dosyanıza ekleyin:
PROJECTION
"+proj=tmerc"
"+lat_0=-90"
"+lon_0=-63"
"+k=1"
"+x_0=4500000"
"+y_0=0"
"+ellps=GRS80"
"+towgs84=0,0,0,0,0,0,0"
"+units=m"
"+no_defs"
"+type=crs"
END MapServer rehberinin tamamını okuyun →
EPSG:22174 projeksiyonunu Proj4js ile nasıl kullanırım?
Aşağıdaki tanımı Proj4js yapılandırma dosyanıza ekleyin:
proj4.defs("EPSG:22174", "+proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"); Proj4js rehberinin tamamını okuyun →