EPSG:2007 — St. Vincent 45 / British West Indies Grid
Projekte · St Vincent and the Grenadines - onshore
Tanım Formatları
OGC WKT
PROJCS[
"St. Vincent 45 / British West Indies Grid",
GEOGCS[
"St. Vincent 1945",
DATUM[
"St_Vincent_1945",
SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465],
TOWGS84[195.671,332.517,274.607,0,0,0,0]
],
PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4607"]
],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",-62],
PARAMETER["scale_factor",0.9995],
PARAMETER["false_easting",400000],
PARAMETER["false_northing",0],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AXIS["Easting",EAST],
AXIS["Northing",NORTH],
AUTHORITY["EPSG","2007"]
]İlişkili Koordinat Sistemleri
Mevcut Dönüşümler (1)
Dönüşümler temel CRS'den alınmıştır: EPSG:4607 (St. Vincent 1945)
St. Vincent 1945 Kullanan Diğer CRS
Sıkça Sorulan Sorular
EPSG:2007 projeksiyonunu GeoServer'a nasıl eklerim?
Aşağıdaki tanımı GeoServer yapılandırma dosyanıza ekleyin:
2007=PROJCS["St. Vincent 45 / British West Indies Grid",GEOGCS["St. Vincent 1945",DATUM["St_Vincent_1945",SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465],TOWGS84[195.671,332.517,274.607,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4607"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-62],PARAMETER["scale_factor",0.9995],PARAMETER["false_easting",400000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","2007"]] GeoServer rehberinin tamamını okuyun →
EPSG:2007 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 (2007, 'EPSG', 2007, '+proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995 +x_0=400000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=195.671,332.517,274.607,0,0,0,0 +units=m +no_defs +type=crs', 'PROJCS["St. Vincent 45 / British West Indies Grid",GEOGCS["St. Vincent 1945",DATUM["St_Vincent_1945",SPHEROID["Clarke 1880 (RGS)",6378249.145,293.465],TOWGS84[195.671,332.517,274.607,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4607"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-62],PARAMETER["scale_factor",0.9995],PARAMETER["false_easting",400000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","2007"]]'); PostGIS rehberinin tamamını okuyun →
EPSG:2007 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=0"
"+lon_0=-62"
"+k=0.9995"
"+x_0=400000"
"+y_0=0"
"+a=6378249.145"
"+rf=293.465"
"+towgs84=195.671,332.517,274.607,0,0,0,0"
"+units=m"
"+no_defs"
"+type=crs"
END MapServer rehberinin tamamını okuyun →
EPSG:2007 projeksiyonunu Proj4js ile nasıl kullanırım?
Aşağıdaki tanımı Proj4js yapılandırma dosyanıza ekleyin:
proj4.defs("EPSG:2007", "+proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995 +x_0=400000 +y_0=0 +a=6378249.145 +rf=293.465 +towgs84=195.671,332.517,274.607,0,0,0,0 +units=m +no_defs +type=crs"); Proj4js rehberinin tamamını okuyun →