Sdílet prostřednictvím


SqlSpatialServices.Contains(DbGeometry, DbGeometry) Metoda

Definice

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

public override bool Contains (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Contains : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides 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.

Platí pro