SqlSpatialServices.Intersection Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Intersection(DbGeometry, DbGeometry) |
Calcula a interseção de dois valores DbGeometry. |
Intersection(DbGeography, DbGeography) |
Calcula a interseção de dois valores DbGeography. |
Intersection(DbGeometry, DbGeometry)
Calcula a interseção de dois 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
O primeiro valor de geometria.
- otherGeometry
- DbGeometry
O segundo valor de geometria.
Retornos
Um novo DbGeometry valor que representa a interseção de geometryValue e otherGeometry.
Aplica-se a
Intersection(DbGeography, DbGeography)
Calcula a interseção de dois 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
O primeiro valor de geografia.
- otherGeography
- DbGeography
O segundo valor de geografia.
Retornos
Um novo DbGeography valor que representa a interseção de geographyValue e otherGeography.
Aplica-se a
Entity Framework