Lingua

SqlSpatialServices.Touches(DbGeometry, DbGeometry) Metodo

Definizione

Determina se i due valori DbGeometry specificati si toccano dal punto di vista spaziale.

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

Parametri

geometryValue
DbGeometry

Primo valore geometrico.

otherGeometry
DbGeometry

Secondo valore geometrico.

Valori restituiti

true se geometryValue tocca altrigeometry; in caso contrario false.

Si applica a