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

Latitude/Longitude point for GIS UTM coordinate conversion utilities. More...

Detailed Description

Latitude/Longitude point for GIS UTM coordinate conversion utilities.

Public Member Functions

 GlgLatLonPoint ()
 Default contsructor. More...
 
 GlgLatLonPoint (double lat, double lon)
 Constructs new GlgLatLonPoint with specified coordinates. More...
 
void CopyFrom (GlgLatLonPoint point)
 Copies values from another GlgLatLonPoint. More...
 
void FromString (String str)
 Fills GlgLatLonPoint values taking lat/lon from a space separated string, for example: "42.5 -75". More...
 

Constructor & Destructor Documentation

◆ GlgLatLonPoint() [1/2]

Default contsructor.

◆ GlgLatLonPoint() [2/2]

GlgLatLonPoint ( double  lat,
double  lon 
)

Constructs new GlgLatLonPoint with specified coordinates.

Parameters
latLatitude
lonLongitude

Member Function Documentation

◆ CopyFrom()

void CopyFrom ( GlgLatLonPoint  point)

Copies values from another GlgLatLonPoint.

Parameters
pointA lat/lon point to copy.

◆ FromString()

void FromString ( String  str)

Fills GlgLatLonPoint values taking lat/lon from a space separated string, for example: "42.5 -75".

Parameters
strA lat/lon string.