共用方式為


SqlSpatialServices.GetStartPoint 方法

定義

多載

GetStartPoint(DbGeography)

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

GetStartPoint(DbGeometry)

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

GetStartPoint(DbGeography)

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

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

參數

geographyValue
DbGeography

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

傳回

所指 DbGeography 值的起始點。

適用於

GetStartPoint(DbGeometry)

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

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

參數

geometryValue
DbGeometry

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

傳回

所指 DbGeometry 值的起始點。

適用於