GeoConvert.AsPointText
AsPointText(double, double, PointFormats)
以指定格式返回计算后的位置字符串。
public static string AsPointText(double latitude, double longitude, PointFormats format)
| 参数 | 类型 | 描述 |
|---|---|---|
| 纬度 | Double | 位置纬度。 |
| 经度 | Double | 位置经度。 |
| 格式 | PointFormats | 结果的格式。 |
返回值
位置的字符串表示。
另见
- enum PointFormats
- class GeoConvert
- namespace Aspose.Gis
- assembly Aspose.GIS
AsPointText(IPoint, PointFormats)
以指定格式返回计算后的位置字符串。
public static string AsPointText(IPoint point, PointFormats format)
| 参数 | 类型 | 描述 |
|---|---|---|
| 点 | IPoint | IPoint 对象。 |
| 格式 | PointFormats | 结果的格式。 |
返回值
位置的字符串表示。
另见
- interface IPoint
- enum PointFormats
- class GeoConvert
- namespace Aspose.Gis
- assembly Aspose.GIS