Udostępnij przez


SqlSpatialServices.Intersection Metoda

Definicja

Przeciążenia

Intersection(DbGeometry, DbGeometry)

Oblicza część wspólną dwóch DbGeometry wartości.

Intersection(DbGeography, DbGeography)

Oblicza część wspólną dwóch DbGeography wartości.

Intersection(DbGeometry, DbGeometry)

Oblicza część wspólną dwóch DbGeometry wartości.

public override System.Data.Entity.Spatial.DbGeometry Intersection(System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Intersection : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function Intersection (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry

Parametry

geometryValue
DbGeometry

Pierwsza wartość geometryczna.

otherGeometry
DbGeometry

Druga wartość geometryczna.

Zwraca

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

Dotyczy

Intersection(DbGeography, DbGeography)

Oblicza część wspólną dwóch DbGeography wartości.

public override System.Data.Entity.Spatial.DbGeography Intersection(System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Intersection : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function Intersection (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography

Parametry

geographyValue
DbGeography

Pierwsza wartość geografii.

otherGeography
DbGeography

Druga wartość geografii.

Zwraca

Nowa DbGeography wartość reprezentująca część części geograficznejValue i inneGeography.

Dotyczy