Class to represent a Universal Transverse Mercator (UTM) reference.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.6 (1.0.0.6)

Collapse imageSyntax

C#
public class UTMRef : CoordinateSystem
Visual Basic (Declaration)
Public Class UTMRef _
	Inherits CoordinateSystem
Visual C++
public ref class UTMRef : public CoordinateSystem

Collapse imageInheritance Hierarchy

System..::.Object
  DotNetCoords..::.CoordinateSystem
    DotNetCoords..::.UTMRef

Collapse imageSee Also