Coord To String
Converts the given coordinate value to its string form with 8 digits precision
Use this method to avoid conversions such as 0.0009087344578802 (double) to "9.087344578802E-4" (string)
Return
See also
Parameters
Converts the given coordinate values to a single string with 8 digits precision each
Use this method to avoid conversions such as 0.0009087344578802 (double) to "9.087344578802E-4" (string)
Return
A string like "47.12345678,0.00010383"
Parameters
Converts the given coordinate values to a single string with 8 digits precision each
Use this method to avoid conversions such as 0.0009087344578802 (double) to "9.087344578802E-4" (string)
Return
A string like "47.12345678,0.00010383,-10"
Parameters
Converts the given coordinate values to a single string with 8 digits precision each
Use this method to avoid conversions such as 0.0009087344578802 (double) to "9.087344578802E-4" (string)
Return
A string like "47.12345678,0.00010383,10.12345678"