Udostępnij przez


DbSpatialServices.Intersection Metoda

Definicja

Przeciążenia

Intersection(DbGeometry, DbGeometry)

Oblicza przecięcie dwóch DbGeometry wartości.

Intersection(DbGeography, DbGeography)

Oblicza przecięcie dwóch DbGeography wartości.

Intersection(DbGeometry, DbGeometry)

Oblicza przecięcie dwóch DbGeometry wartości.

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

Parametry

geometryValue
DbGeometry

Pierwsza wartość geometryczna.

otherGeometry
DbGeometry

Druga wartość geometrii.

Zwraca

Nowa DbGeometry wartość reprezentująca przecięcie geometryValue i inneGeometry.

Wyjątki

geometryValue lub otherGeometry ma wartość null.

geometryValue lub otherGeometry nie jest zgodna z tą implementacją usług przestrzennych.

Dotyczy

Intersection(DbGeography, DbGeography)

Oblicza przecięcie dwóch DbGeography wartości.

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

Parametry

geographyValue
DbGeography

Pierwsza wartość geograficzna.

otherGeography
DbGeography

Druga wartość geografii.

Zwraca

Nowa DbGeography wartość reprezentująca przecięcie geographyValue i otherGeography.

Wyjątki

geographyValue lub otherGeography ma wartość null.

geographyValue lub otherGeography nie jest zgodna z tą implementacją usług przestrzennych.

Dotyczy