DbSpatialServices.GetEndPoint 方法

定义

重载

GetEndPoint(DbGeography)

返回表示给定 DbGeography 值终点的 DbGeography 值,如果该值不表示曲线则可能为 null。

GetEndPoint(DbGeometry)

返回表示给定 DbGeometry 值终点的 DbGeometry 值,如果该值不表示曲线则可能为 null。

GetEndPoint(DbGeography)

返回表示给定 DbGeography 值终点的 DbGeography 值,如果该值不表示曲线则可能为 null。

public abstract System.Data.Entity.Spatial.DbGeography GetEndPoint (System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member GetEndPoint : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function GetEndPoint (geographyValue As DbGeography) As DbGeography

参数

geographyValue
DbGeography

不需要表示曲线的地理值。

返回

geographyValue 的终点(如果它表示曲线);否则为 null。

例外

geographyValue 为 null。

geographyValue 与此空间服务实现不兼容。

适用于

GetEndPoint(DbGeometry)

返回表示给定 DbGeometry 值终点的 DbGeometry 值,如果该值不表示曲线则可能为 null。

public abstract System.Data.Entity.Spatial.DbGeometry GetEndPoint (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetEndPoint : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function GetEndPoint (geometryValue As DbGeometry) As DbGeometry

参数

geometryValue
DbGeometry

不需要表示曲线的几何图形值。

返回

geometryValue 的终点(如果它表示曲线);否则为 null。

例外

geometryValue 为 null。

geometryValue 与此空间服务实现不兼容。

适用于