GeoConvert.AsPointText

AsPointText(double, double, PointFormats)

Retourneert de berekende positie als een tekenreeks in de opgegeven indeling.

public static string AsPointText(double latitude, double longitude, PointFormats format)
ParameterTypeBeschrijving
latitudeDoublePositie breedtegraad.
longitudeDoublePositie lengtegraad.
formatPointFormatsFormaat van het resultaat.

Winstwaarde

Positie als tekenreeks.

Zie ook


AsPointText(IPoint, PointFormats)

Retourneert de berekende positie als een tekenreeks in de opgegeven indeling.

public static string AsPointText(IPoint point, PointFormats format)
ParameterTypeBeschrijving
pointIPointIPoint-object.
formatPointFormatsFormaat van het resultaat.

Winstwaarde

Positie als tekenreeks.

Zie ook