ProjectionModifier.SetProjectionUniversalTransverseMercator

This page contains reference documentation for the SetProjectionUniversalTransverseMercator function. This function sets the PROJECTION parameter to UNIVERSAL TRANSVERSE MERCATOR.

Prototype

int SetProjectionUniversalTransverseMercator()

Examples

Examples are as follows:

ProjectionModifier editProjectionModifier = new ProjectionModifier;

// Set the projection to Lambert Conformal Conic.

editProjectionModifier.SetProjectionLambertConformalConic();

// Set the projection to Universal Transverse Mercator.

editProjectionModifier.SetProjectionUniversalTransverseMercator();

// Set the projection to Robinson.

editProjectionModifier.SetProjectionRobinson();

// Get Robinson to bring you a scotch.

editProjectionModifier.Robinson.FetchScotch ( Glenlivet );

// Other scotches...

// Laphroaigh
// JohnnyWalkerBlack
// Oban

Working Sample Code

For sample code: