Compartir a través de


SqlSpatialServices.Intersection Método

Definición

Sobrecargas

Intersection(DbGeometry, DbGeometry)

Calcula la intersección de los dos valores DbGeometry.

Intersection(DbGeography, DbGeography)

Calcula la intersección de los dos valores DbGeography.

Intersection(DbGeometry, DbGeometry)

Calcula la intersección de los dos valores DbGeometry.

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

Parámetros

geometryValue
DbGeometry

Primer valor de geometría.

otherGeometry
DbGeometry

Segundo valor de geometría.

Devoluciones

Nuevo DbGeometry valor que representa la intersección de geometryValue y otherGeometry.

Se aplica a

Intersection(DbGeography, DbGeography)

Calcula la intersección de los dos valores DbGeography.

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

Parámetros

geographyValue
DbGeography

Primer valor de geografía.

otherGeography
DbGeography

Segundo valor de geografía.

Devoluciones

DbGeography Nuevo valor que representa la intersección de geographyValue y otherGeography.

Se aplica a