MilitaryGridReferenceSystemTryConvertToUniversalTransverseMercator Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool TryConvertToUniversalTransverseMercator(
Ellipsoid ellipsoid,
out UniversalTransverseMercator utm
)
Public Function TryConvertToUniversalTransverseMercator (
ellipsoid As Ellipsoid,
<OutAttribute> ByRef utm As UniversalTransverseMercator
) As Boolean
public:
bool TryConvertToUniversalTransverseMercator(
Ellipsoid^ ellipsoid,
[OutAttribute] UniversalTransverseMercator% utm
)
member TryConvertToUniversalTransverseMercator :
ellipsoid : Ellipsoid *
utm : UniversalTransverseMercator byref -> bool
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 See Also