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 à l'argument DbGeometry spécifié de façon spatiale en fonction du modèle d'intersection DE-9IM (Dimensionally Extended Nine-Intersection Model).
public bool Relate (System.Data.Entity.Spatial.DbGeometry other, string matrix);
member this.Relate : System.Data.Entity.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 avec cette valeur géométrique pour déterminer 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 à d’autres en fonction de la matrice de modèle d’intersection spécifiée ; sinon, false.
Exceptions
othermatrix