ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / ToGeoCoordinateParameter Class


In This Topic
    ToGeoCoordinateParameter Class Properties
    In This Topic

    For a list of all members of this type, see ToGeoCoordinateParameter members.

    Public Properties
     NameDescription
    Public Property Optional. The AddSpaces value applies only to types USNG and UTM. The default value is true.  
    Public Property Optional. The non-default conversion options for MGRS and UTM string types.  
    Public Property The type of string to which the point will be converted.  
    Public PropertyOptional. The number of digits to output for each of the numerical portions in the string. The default value varies depending on the GeoCoordinateType.
    GeoCoordinateType NumDigits
    MGRS 5
    USNG 8
    UTM NA
    GeoRef 5
    GARS NA
    DMS 2
    DDM 4
    DD 6
     
    Public Property Optional. The Round value applies only to types MGRS, USNG, and GeoRef. If true, then numeric portions of the string are rounded to the nearest whole magnitude as specified by NumDigits. Otherwise, numeric portions of the string are truncated. The default value is true.  
    Top
    See Also