The following tables list the members exposed by ToGeoCoordinateParameter.
Public Constructors
Public Fields
| Name | Description |
| AddSpaces |
Optional. The AddSpaces value applies only to types USNG and UTM.
The default value is true.
|
| GeoCoordMode |
Optional. The non-default conversion options for MGRS and UTM string types.
|
| GeoCoordType |
The type of string to which the point will be converted.
|
| NumDigits | Optional. 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 | |
| Round |
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
| Name | Description |
| Reset |
Resets all values except GeoCoordType to the default values.
|
Top
See Also