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

Второе геометрическое значение.

Возвращаемое значение

Новое значение DbGeometry, представляющее пересечение geometryValue и otherGeometry.

Исключения

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

Второе географическое значение.

Возвращаемое значение

Новое значение DbGeography, представляющее пересечение geographyValue и otherGeography.

Исключения

geographyValue otherGeography

geographyValue otherGeography

Применяется к