Partager via


SqlSpatialServices.Within(DbGeometry, DbGeometry) Méthode

Définition

Détermine si une valeur de DbGeometry se trouve dans l'autre de façon spatiale.

public override bool Within (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Within : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides Function Within (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Paramètres

geometryValue
DbGeometry

Première valeur géométrique.

otherGeometry
DbGeometry

Deuxième valeur géométrique.

Retours

true si geometryValue se trouve dans otherGeometry ; sinon, false.

S’applique à