SqlSpatialServices.GetEndPoint 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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。