DbSpatialServices.Relate(DbGeometry, 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 les deux valeurs DbGeometry données sont liées de façon spatiale en fonction du modèle d'intersection DE-9IM (Dimensionally Extended Nine-Intersection Model).
public abstract bool Relate (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry, string matrix);
abstract member Relate : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry * string -> bool
Public MustOverride Function Relate (geometryValue As DbGeometry, otherGeometry As DbGeometry, matrix As String) As Boolean
Paramètres
- geometryValue
- DbGeometry
Première valeur géométrique.
- otherGeometry
- DbGeometry
Valeur géométrique qui doit être comparée avec la première valeur géométrique de 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 geometryValue est liée à otherGeometry en fonction de la matrice de modèle d’intersection spécifiée ; sinon, false.
Exceptions
geometryValue
,otherGeometry
oumatrix
a la valeur null.
geometryValue
ouotherGeometry
n’est pas compatible avec cette implémentation de services spatiaux.