DbSpatialServices.Touches(DbGeometry, DbGeometry) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Determina si los dos valores especificados de DbGeometry se tocan espacialmente.
public abstract bool Touches (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Touches : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public MustOverride Function Touches (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
Parámetros
- geometryValue
- DbGeometry
Primer valor de geometría.
- otherGeometry
- DbGeometry
Segundo valor de geometría.
Devoluciones
true si geometryValue toca otherGeometry; de lo contrario, false.
Excepciones
geometryValue
ootherGeometry
es null.
geometryValue
ootherGeometry
no es compatible con esta implementación de servicios espaciales.