Projections: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
|||
Line 17: | Line 17: | ||
}} | }} | ||
}} | }} | ||
"Projection" refers to a map projection like [http://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system UTM]. In XMS software, a projection | "Projection" refers to a map projection like [http://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system UTM]. In XMS software, a projections are associated with the project and individual data objects. | ||
Starting with SMS 11.1 and GMS 9.1, the XMS software works on the concept of a "Display Projection". This is the projection the user is working in. Each geometric object loaded into the XMS package, such as a Scatterset, DEM, grid or mesh, also has an associated projection. These two projections may not be the same. If the two projections are compatible (it is a viable option to convert from one projection to the other), the XMS package will convert the data from the object projection to the display projection, just for display purposes. This is referred to as "Project on the fly". The data itself maintains the values associated with the object projection so when the XMS package saves a project, the data files are not modified. | |||
Alternatively, data can be reprojected from one projection to another, actually changing the data values that will be saved as part of a project. This is done by right clicking on the geometric object in the project explorer (data tree) and selecting the "Reproject..." command. The SMS package includes a feature to reproject all data from whatever projection the data is currently in to a single projection using the "Reproject All..." command in the Display menu. | |||
XMS software utilizes the [http://www.globalmapper.com/ Global Mapper (TM)] library which supports hundreds of standard projections. | |||
Previous XMS software versions referred to projections as "coordinate systems" and reprojection as "coordinate conversion". | Previous XMS software versions referred to projections as "coordinate systems" and reprojection as "coordinate conversion". | ||
== | ==Display Projection== | ||
The current projection, or the projection currently associated with the project, can be specified via the ''Edit|Projection'' menu command. Changing the projection does not alter the XYZ coordinates of the project data. | The current projection, or the projection currently associated with the project, can be specified via the ''Edit|Projection'' menu command. Changing the projection does not alter the XYZ coordinates of the project data. | ||
===Local Projection=== | ===No Projection (Previously Local Projection)=== | ||
Many numerical models work in local systems, and don't care how that system relates back to global coordinate systems (UTM, State Plane etc.). XMS software allows for local projections that are unrelated to any standard projection. | Many numerical models work in local systems, and don't care how that system relates back to global coordinate systems (UTM, State Plane etc.). XMS software allows for local projections that are unrelated to any standard projection. | ||