SqlSpatialServices.Intersects 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
Intersects(DbGeography, DbGeography) |
Determina se os dois valores DbGeography fornecidos se interseccionam espacialmente. |
Intersects(DbGeometry, DbGeometry) |
Determina se os dois valores DbGeometry fornecidos se interseccionam espacialmente. |
Intersects(DbGeography, DbGeography)
Determina se os dois valores DbGeography fornecidos se interseccionam espacialmente.
public override bool Intersects (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Intersects : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public Overrides Function Intersects (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean
Parâmetros
- geographyValue
- DbGeography
O primeiro valor de geografia a ser comparado quanto à interseção.
- otherGeography
- DbGeography
O segundo valor de geografia a ser comparado quanto à interseção.
Retornos
true se geographyValue cruza otherGeography; caso contrário, false.
Aplica-se a
Intersects(DbGeometry, DbGeometry)
Determina se os dois valores DbGeometry fornecidos se interseccionam espacialmente.
public override bool Intersects (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Intersects : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function Intersects (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
Parâmetros
- geometryValue
- DbGeometry
O primeiro valor de geometria a ser comparado quanto à interseção.
- otherGeometry
- DbGeometry
O segundo valor de geometria a ser comparado quanto à interseção.
Retornos
true se geometryValue cruza otherGeometry; caso contrário, false.
Aplica-se a
Entity Framework