Click or drag to resize

MilitaryGridReferenceSystemTryConvertToUniversalTransverseMercator Method

Attempts to convert this instance to a set of UniversalTransverseMercator coordinates.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool TryConvertToUniversalTransverseMercator(
	Ellipsoid ellipsoid,
	out UniversalTransverseMercator utm
)

Parameters

ellipsoid
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The reference ellipsoid.
utm
Type: AGI.Foundation.CoordinatesUniversalTransverseMercator
The converted coordinates.

Return Value

Type: Boolean
if this instance could be converted to the desired coordinate type; otherwise .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when ellipsoid is .
See Also