Compartilhar via


SqlSpatialServices.Touches(DbGeometry, DbGeometry) Método

Definição

Determina se os dois valores DbGeometry fornecidos se tocam espacialmente.

public override bool Touches (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Touches : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function Touches (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 tocar em otherGeometry; caso contrário, false.

Aplica-se a