Click or drag to resize
CoordinateSystemId Enumeration
Enumeration of predefined coordinate system. This enumeration makes it easier to handle commonly used coordinate systems. Definitions of WKT's was retrieved from http://spatialreference.org/

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public enum CoordinateSystemId
Members
  Member nameValueDescription
None0 No coordinate system has been specified.
GoogleMercator1 WKT used for GoogleMercator. PROJCS["Google Mercator", GEOGCS["WGS 84", DATUM["World Geodetic System 1984", SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295], AXIS["Geodetic latitude", NORTH], AXIS["Geodetic longitude", EAST], AUTHORITY["EPSG","4326"]], PROJECTION["Mercator_1SP"], PARAMETER["semi_minor", 6378137.0], PARAMETER["latitude_of_origin", 0.0], PARAMETER["central_meridian", 0.0], PARAMETER["scale_factor", 1.0], PARAMETER["false_easting", 0.0], PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AXIS["Easting", EAST], AXIS["Northing", NORTH], AUTHORITY["EPSG","900913"]]
Rt90_25_gon_v2 WKT from Stein Hoem RT90 + SWEREF99 (?) "PROJCS[\"SWEREF99 / RT90 2.5 gon V emulation\", GEOGCS[\"SWEREF99\", DATUM[\"SWEREF99\", SPHEROID[\"GRS 1980\",6378137.0,298.257222101, AUTHORITY[\"EPSG\",\"7019\"]], TOWGS84[0.0,0.0,0.0,0.0,0.0,0.0,0.0], AUTHORITY[\"EPSG\",\"6619\"]], PRIMEM[\"Greenwich\",0.0, AUTHORITY[\"EPSG\",\"8901\"]], UNIT[\"degree\",0.017453292519943295], AXIS[\"Geodetic latitude\",NORTH], AXIS[\"Geodetic longitude\",EAST], AUTHORITY[\"EPSG\",\"4619\"]], PROJECTION[\"Transverse Mercator\"], PARAMETER[\"central_meridian\",15.806284529444449], PARAMETER[\"latitude_of_origin\",0.0], PARAMETER[\"scale_factor\",1.00000561024], PARAMETER[\"false_easting\",1500064.274], PARAMETER[\"false_northing\",-667.711], UNIT[\"m\",1.0], AXIS[\"Northing\",NORTH], AXIS[\"Easting\",EAST], AUTHORITY[\"EPSG\",\"3847\"]]";
SWEREF993 This coordinate system id is currently not used.
SWEREF99_TM4 WKT used for SWEREF99. PROJCS["SWEREF99 TM", GEOGCS["SWEREF99", DATUM["SWEREF99", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], TOWGS84[0,0,0,0,0,0,0], AUTHORITY["EPSG","6619"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.01745329251994328, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4619"]], UNIT["metre",1, AUTHORITY["EPSG","9001"]], PROJECTION["Transverse_Mercator"], PARAMETER["latitude_of_origin",0], PARAMETER["central_meridian",15], PARAMETER["scale_factor",0.9996], PARAMETER["false_easting",500000], PARAMETER["false_northing",0], AUTHORITY["EPSG","3006"], AXIS["y",EAST], AXIS["x",NORTH]]
WGS845 WKT used for WGS84. GEOGCS["GCS_WGS_1984", DATUM["WGS_1984", SPHEROID["WGS_1984",6378137,298.257223563]], PRIMEM["Greenwich",0], UNIT["Degree",0.017453292519943295]]
See Also