Customer Service | Training | Contact Us
You are here: Home > Downloads > ArcScripts > Search Results > Script Details Login | Feedback | Help

Projector_EPSG



contact author | download help | add bookmark | view bookmarks
Author Antonio Sobral Almeida
File Name projector_epsg_v10.zip
Language Avenue
Last Modified Apr 6 2009
Status of work Public Domain
Software ArcView GIS
File Size 942.63 kb
Downloads 991

ArcScripts is intended for the free exchange of scripts and tools related to ESRI software products. Please alert the moderator if this script is a demo, trial-version, or an advertisement for a retail product.


Summary
This extension is based on a previous ESRI “Projector!” sample script, but uses the EPSG data set and, additionally, can perform DATUM transformations (DATUM shifts), on the same package.

This extension performs the following operations:
· Projection – converts a geographic coordinate theme (Latitude/Longitude, Decimal degrees) to a “flat” or plane theme, with X/Y coordinates in linear units (meters);
· DATUM transformation – converts a geographic coordinate theme based on a specific geodetic DATUM and using an ellipsoidal (including spherical) model of the earth, to another theme based on another DATUM; sometimes referred as “DATUM shift”;
· Unprojection – this is the reverse operation of Projection defined above – converts a plane X/Y coordinate theme to a geographic one;
· Reprojection – this operation converts a projected theme to another projected theme, and may include a DATUM transformation and a change of projection parameters.