Click or drag to resize
LatLngToUtmRef Method
doogal.co.uk Home



Convert this latitude and longitude to a UTM reference.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public UTMRef ToUtmRef(
	int forceLongitudeZone = 0
)

Parameters

forceLongitudeZone (Optional)
Type: SystemInt32
Force a longitude zone for the UTM Reference

Return Value

Type: UTMRef
The converted UTM reference.
Exceptions
ExceptionCondition
NotDefinedOnUtmGridException If an attempt is made to convert a LatLng that falls outside the area covered by the UTM grid. The UTM grid is only defined for latitudes south of 84°N and north of 80°S.
See Also