Compartilhar via


DbSpatialServices.Intersects Método

Definição

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 abstract bool Intersects (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member Intersects : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public MustOverride 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.

Exceções

geographyValue ouotherGeography é nulo.

geographyValue ouotherGeography não é compatível com essa implementação de serviços espaciais.

Aplica-se a

Intersects(DbGeometry, DbGeometry)

Determina se os dois valores DbGeometry fornecidos se interseccionam espacialmente.

public abstract bool Intersects (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Intersects : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public MustOverride 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.

Exceções

geometryValue ouotherGeometry é nulo.

geometryValue ouotherGeometry não é compatível com essa implementação de serviços espaciais.

Aplica-se a