DbSpatialServices.GetEndPoint 方法

定义

返回给定值的终点。

重载

GetEndPoint(DbGeography)

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

GetEndPoint(DbGeometry)

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

GetEndPoint(DbGeography)

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

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

参数

geographyValue
DbGeography

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

返回

如果它表示一条曲线,则为 geographyValue 的终点;否则为 null

例外

geographyValue

geographyValue

适用于

GetEndPoint(DbGeometry)

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

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

参数

geometryValue
DbGeometry

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

返回

如果它表示一条曲线,则为 geometryValue 的终点;否则为 null

例外

geometryValue

geometryValue

适用于