GLG Toolkit, C# Class Library  Version 4.6
GlgUtmPoint Class Reference

Point in UTM coordinates. More...

Detailed Description

Point in UTM coordinates.

This object is used by the GIS UTM coordinate conversion utilities.

Public Member Functions

 GlgUtmPoint ()
 Default contsructor. More...
 
 GlgUtmPoint (long northing, long easting, long zone_number, char zone_letter)
 Constructs a new GlgUTMPoint with specified coordinates. More...
 
void CopyFrom (GlgUtmPoint point)
 Copies values from another GlgUtmPoint. More...
 
void FromString (String utm_string)
 Fills GlgUTMPoint values taking UTM coordinates from a space separated string, for example: "19T 251535 4654131". More...
 

Constructor & Destructor Documentation

◆ GlgUtmPoint() [1/2]

Default contsructor.

◆ GlgUtmPoint() [2/2]

GlgUtmPoint ( long  northing,
long  easting,
long  zone_number,
char  zone_letter 
)

Constructs a new GlgUTMPoint with specified coordinates.

Parameters
northing,easting,zone_number,zone_letterUTM coordinates.

Member Function Documentation

◆ CopyFrom()

void CopyFrom ( GlgUtmPoint  point)

Copies values from another GlgUtmPoint.

Parameters
pointA GlgUtmPoint to copy values of.

◆ FromString()

void FromString ( String  utm_string)

Fills GlgUTMPoint values taking UTM coordinates from a space separated string, for example: "19T 251535 4654131".

Parameters
utm_stringUTM coordinate string.