DbGeometry.Relate(DbGeometry, String) Méthode

Définition

Détermine si cette valeur DbGeometry est liée spatialement à l’argument DbGeometry spécifié en fonction du modèle d’intersection DE-9IM (Dimensionally Extended Nine-Intersection Model) donné.

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

Paramètres

other
DbGeometry

Valeur géométrique qui doit être comparée à cette valeur géométrique pour la relation.

matrix
String

Chaîne qui contient la représentation textuelle du modèle d’intersection (DE-9IM) qui définit la relation.

Retours

true si cette valeur géométrique est liée other en fonction de la matrice de modèle d’intersection spécifiée ; sinon false.

Exceptions

other matrix

S’applique à