GeographyPoint 类

定义

表示地理点。

public abstract class GeographyPoint : Microsoft.Spatial.Geography
type GeographyPoint = class
    inherit Geography
Public MustInherit Class GeographyPoint
Inherits Geography
继承
GeographyPoint

构造函数

GeographyPoint(CoordinateSystem, SpatialImplementation)

初始化 GeographyPoint 类的新实例。

属性

CoordinateSystem

获取地理坐标系。

(继承自 Geography)
IsEmpty

获取一个值,该值指示地理是否为空。

(继承自 Geography)
Latitude

获取纬度。

Longitude

获取经度。

M

获取可为 null 的 M。

Z

获取可为 null 的 Z。

方法

Create(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>)

使用指定的坐标系、纬度、经度和维度创建地理点。

Create(Double, Double)

使用指定的纬度和经度创建地理点。

Create(Double, Double, Nullable<Double>)

使用指定的纬度、经度和维度创建地理点。

Create(Double, Double, Nullable<Double>, Nullable<Double>)

使用指定的纬度、经度和维度创建地理点。

Equals(GeographyPoint)

确定此实例和另一指定地理实例是否具有相同的值。

Equals(Object)

确定此实例和指定对象是否具有相同的值。

GetHashCode()

获取哈希代码。

SendTo(GeographyPipeline)

将当前空间对象发送到给定管道。

(继承自 Geography)

扩展方法

Distance(Geography, Geography)

确定地理距离。

Intersects(Geography, Geography)

确定地理点和多边形是否相交。

Length(Geography)

确定 geography LineString 的长度。

SendTo(ISpatial, SpatialPipeline)

允许针对合适的类型(Geography 或 Geometry)的调用的委托。

适用于