DbGeometry.Relate(DbGeometry, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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