DbGeometry.Relate(DbGeometry, String) Metodo

Definizione

Determina se questo valore DbGeometry è correlato nello spazio all'argomento DbGeometry specificato in base al modello di intersezione DE-9IM (Dimensionally Extended Nine-Intersection Model).

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

Parametri

other
DbGeometry

Valore geometry da confrontare con questo valore geometry per la relazione.

matrix
String

Stringa che contiene la rappresentazione testuale del modello di intersezione DE-9IM che definisce la relazione.

Valori restituiti

true se questo valore geometrico è correlato a other in base alla matrice del pattern di intersezione specificata; in caso contrario false, .

Eccezioni

other matrix

Si applica a