EPSG:22177 — POSGAR 98 / Argentina 7
Projekte · Argentina - east of 55.5°W onshore
Tanım Formatları
OGC WKT
PROJCS[
"POSGAR 98 / Argentina 7",
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",-54],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",7500000],
PARAMETER["false_northing",0],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AUTHORITY["EPSG","22177"]
]İ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:22177 projeksiyonunu GeoServer'a nasıl eklerim?
Aşağıdaki tanımı GeoServer yapılandırma dosyanıza ekleyin:
22177=PROJCS["POSGAR 98 / Argentina 7",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",-54],PARAMETER["scale_factor",1],PARAMETER["false_easting",7500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","22177"]] GeoServer rehberinin tamamını okuyun →
EPSG:22177 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 (22177, 'EPSG', 22177, '+proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs', 'PROJCS["POSGAR 98 / Argentina 7",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",-54],PARAMETER["scale_factor",1],PARAMETER["false_easting",7500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","22177"]]'); PostGIS rehberinin tamamını okuyun →
EPSG:22177 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=-54"
"+k=1"
"+x_0=7500000"
"+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:22177 projeksiyonunu Proj4js ile nasıl kullanırım?
Aşağıdaki tanımı Proj4js yapılandırma dosyanıza ekleyin:
proj4.defs("EPSG:22177", "+proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"); Proj4js rehberinin tamamını okuyun →