다음을 통해 공유


DbSpatialServices.SymmetricDifference 메서드

정의

두 값의 대칭차를 계산합니다.

오버로드

SymmetricDifference(DbGeography, DbGeography)

DbGeography 값의 대칭차를 계산합니다.

SymmetricDifference(DbGeometry, DbGeometry)

DbGeometry 값 사이의 대칭차를 계산합니다.

SymmetricDifference(DbGeography, DbGeography)

DbGeography 값의 대칭차를 계산합니다.

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

매개 변수

geographyValue
DbGeography

첫 번째 지리 값입니다.

otherGeography
DbGeography

두 번째 지리 값입니다.

반환

geographyValueotherGeography의 대칭차를 나타내는 새 DbGeography 값입니다.

예외

geographyValue otherGeography

geographyValue otherGeography

적용 대상

SymmetricDifference(DbGeometry, DbGeometry)

DbGeometry 값 사이의 대칭차를 계산합니다.

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

매개 변수

geometryValue
DbGeometry

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

otherGeometry
DbGeometry

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

반환

geometryValueotherGeometry 간 대칭차를 나타내는 새 DbGeometry 값입니다.

예외

geometryValue otherGeometry

geometryValue otherGeometry

적용 대상