GeoConvert.AsPointText
AsPointText(double, double, PointFormats)
計算された位置を指定された形式の文字列として返します。
public static string AsPointText(double latitude, double longitude, PointFormats format)
パラメータ | タイプ | 説明 |
---|---|---|
latitude | Double | 位置緯度。 |
longitude | Double | 位置経度。 |
format | PointFormats | 結果の形式。 |
戻り値
文字列としての位置。
関連項目
- enum PointFormats
- class GeoConvert
- 名前空間 Aspose.Gis
- 組み立て Aspose.GIS
AsPointText(IPoint, PointFormats)
計算された位置を指定された形式の文字列として返します。
public static string AsPointText(IPoint point, PointFormats format)
パラメータ | タイプ | 説明 |
---|---|---|
point | IPoint | IPoint オブジェクト。 |
format | PointFormats | 結果の形式。 |
戻り値
文字列としての位置。
関連項目
- interface IPoint
- enum PointFormats
- class GeoConvert
- 名前空間 Aspose.Gis
- 組み立て Aspose.GIS