다음을 통해 공유


DbSpatialServices.Intersection 메서드

정의

두 값의 교집합을 계산합니다.

오버로드

Intersection(DbGeometry, DbGeometry)

DbGeometry 값의 교집합을 계산합니다.

Intersection(DbGeography, DbGeography)

DbGeography 값의 교집합을 계산합니다.

Intersection(DbGeometry, DbGeometry)

DbGeometry 값의 교집합을 계산합니다.

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

매개 변수

geometryValue
DbGeometry

첫 번째 기하 도형 값입니다.

otherGeometry
DbGeometry

두 번째 기하 도형 값입니다.

반환

geometryValueotherGeometry의 교집합을 나타내는 새 DbGeometry 값입니다.

예외

geometryValue otherGeometry

geometryValue otherGeometry

적용 대상

Intersection(DbGeography, DbGeography)

DbGeography 값의 교집합을 계산합니다.

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

매개 변수

geographyValue
DbGeography

첫 번째 지리 값입니다.

otherGeography
DbGeography

두 번째 지리 값입니다.

반환

geographyValueotherGeography의 교집합을 나타내는 새 DbGeography 값입니다.

예외

geographyValue otherGeography

geographyValue otherGeography

적용 대상