SqlSpatialServices.Union 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Union(DbGeometry, DbGeometry) |
计算两个 DbGeometry 值的联合。 |
Union(DbGeography, DbGeography) |
计算两个 DbGeography 值的联合。 |
Union(DbGeometry, DbGeometry)
计算两个 DbGeometry 值的联合。
public override System.Data.Entity.Spatial.DbGeometry Union(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Union : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function Union (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry
参数
- geometryValue
- DbGeometry
第一个几何图形值。
- otherGeometry
- DbGeometry
第二个几何图形值。
返回
表示 geometryValue 和 otherGeometry 联合的新 DbGeometry 值。
适用于
Union(DbGeography, DbGeography)
计算两个 DbGeography 值的联合。
public override System.Data.Entity.Spatial.DbGeography Union(System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Union : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function Union (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography
参数
- geographyValue
- DbGeography
第一个地理值。
- otherGeography
- DbGeography
第二个地理值。
返回
表示 geographyValue 和 otherGeography 联合的新 DbGeography 值。