DbSpatialServices.Overlaps(DbGeometry, DbGeometry) Metodo

Definizione

Determina se i due valori specificati DbGeometry si sovrappongono nello spazio.

public:
 abstract bool Overlaps(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Overlaps(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Overlaps : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Overlaps (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Parametri

geometryValue
DbGeometry

Primo valore di geometria.

otherGeometry
DbGeometry

Secondo valore di geometria.

Valori restituiti

true se geometryValue si sovrappone; in caso otherGeometrycontrario false, .

Eccezioni

geometryValue otherGeometry

geometryValue otherGeometry

Si applica a