共用方式為


SqlSpatialServices.GetEndPoint 方法

定義

多載

GetEndPoint(DbGeography)

傳回DbGeography 值,此值代表指定 DbGeography 值的終點,如果該值不代表曲線,則可能為 null。

GetEndPoint(DbGeometry)

傳回DbGeometry 值,此值代表指定 DbGeometry 值的終點,如果該值不代表曲線,則可能為 null。

GetEndPoint(DbGeography)

傳回DbGeography 值,此值代表指定 DbGeography 值的終點,如果該值不代表曲線,則可能為 null。

public override System.Data.Entity.Spatial.DbGeography GetEndPoint(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetEndPoint : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GetEndPoint (geographyValue As DbGeography) As DbGeography

參數

geographyValue
DbGeography

地理位置值,其不需要表現曲線。

傳回

geographyValue 的終點,如果它代表曲線則為 ;否則為 null。

適用於

GetEndPoint(DbGeometry)

傳回DbGeometry 值,此值代表指定 DbGeometry 值的終點,如果該值不代表曲線,則可能為 null。

public override System.Data.Entity.Spatial.DbGeometry GetEndPoint(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetEndPoint : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetEndPoint (geometryValue As DbGeometry) As DbGeometry

參數

geometryValue
DbGeometry

幾何值,其不需要表現曲線。

傳回

geometryValue 的終點,如果它代表曲線則為 ;否則為 null。

適用於