DbGeography.Intersection(DbGeography) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算此 DbGeography 值和其他 DbGeography 值的交集。
public:
System::Data::Spatial::DbGeography ^ Intersection(System::Data::Spatial::DbGeography ^ other);
public System.Data.Spatial.DbGeography Intersection (System.Data.Spatial.DbGeography other);
member this.Intersection : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Function Intersection (other As DbGeography) As DbGeography
参数
- other
- DbGeography
与该值的交集应被计算出来的地理值。
返回
一个新的 DbGeography 值,它代表此地理值和 other
之间的交集。
例外
other