ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / ToGeoCoordinateParameter Class
Properties Methods


In This Topic
    ToGeoCoordinateParameter Class Members
    In This Topic

    The following tables list the members exposed by ToGeoCoordinateParameter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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
    Public Methods
     NameDescription
    Public MethodResets all values except GeoCoordinateType to the default values.  
    Top
    See Also