DbSpatialServices.Relate(DbGeometry, DbGeometry, String) Metodo

Definizione

Determina se i due valori specificati DbGeometry sono correlati nello spazio in base al modello di intersezione DE-9IM (Dimensionally Extended Nine-Intersection Model).

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 di geometria.

otherGeometry
DbGeometry

Valore geometry da confrontare con il primo 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 geometryValue valore è correlato a otherGeometry in base alla matrice di pattern di intersezione specificata; in caso contrario false, .

Eccezioni

geometryValue otherGeometry matrix

geometryValue otherGeometry

Si applica a