Sdílet prostřednictvím


DbSpatialServices.Contains(DbGeometry, DbGeometry) Metoda

Definice

Určuje, zda jedna DbGeometry hodnota prostorově obsahuje druhou.

public abstract bool Contains (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Contains : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public MustOverride Function Contains (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Parametry

geometryValue
DbGeometry

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

True Pokud geometryValue obsahuje otherGeometry; jinak false.

Výjimky

geometryValue nebootherGeometry má hodnotu null.

geometryValue nebootherGeometry není kompatibilní s touto implementací prostorových služeb.

Platí pro