Condividi tramite


DbSpatialServices.Relate(DbGeometry, DbGeometry, String) Metodo

Definizione

Determina se i due valori DbGeometry forniti sono correlati dal punto di vista spaziale in base al modello di intersezione Dimensionally Extended Nine-Intersection Model (DE-9IM) specificato.

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

Parametri

geometryValue
DbGeometry

Primo valore geometrico.

otherGeometry
DbGeometry

Il valore di posizione geometrica che deve essere confrontato con il primo valore di posizione geometrica per relazione.

matrix
String

Stringa contenente la rappresentazione di testo del modello di intersezione (DE-9IM) che definisce la relazione.

Restituisce

true se questo valore geometryValue si riferisce a otherGeometry a seconda della matrice specificata del modello di intersezione; in caso contrario, false.

Eccezioni

geometryValue otherGeometry matrix

geometryValue otherGeometry

Si applica a