ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / FromGeoCoordinateMode Enumeration

In This Topic
    FromGeoCoordinateMode Enumeration
    In This Topic
    Determines the format of the coordinate description. See MapPointBuilderEx.FromGeoCoordinateString.
    Syntax
    Members
    MemberDescription
    Default The default conversion mode for all types.
    GarsCenter Uses Global Area Reference System.
    MgrsNewStyle Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 60.
    MgrsNewWith180InZone01 Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 01.
    MgrsOldStyle Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 60.
    MgrsOldWith180InZone01 Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 01.
    UtmNorthSouth Uses North/South latitude indicators. Non-standard. Default is recommended.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Geometry.FromGeoCoordinateMode

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also