Lingua

DbSpatialServices.Touches(DbGeometry, DbGeometry) Metodo

Definizione

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

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

Parametri

geometryValue
DbGeometry

Primo valore geometrico.

otherGeometry
DbGeometry

Secondo valore geometrico.

Valori restituiti

true se geometryValue tocca altriGeometry; in caso contrario false.

Eccezioni

geometryValue oppure otherGeometry è null.

geometryValue oppure otherGeometry non è compatibile con questa implementazione dei servizi spaziali.

Si applica a