DbSpatialServices.Overlaps(DbGeometry, DbGeometry) 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.
Determina se os dois valores DbGeometry fornecidos se sobrepõem espacialmente.
public abstract bool Overlaps (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Overlaps : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public MustOverride Function Overlaps (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
Parâmetros
- geometryValue
- DbGeometry
O primeiro valor de geometria.
- otherGeometry
- DbGeometry
O segundo valor de geometria.
Retornos
true se geometryValue se sobrepõe a 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
Entity Framework