Sdílet prostřednictvím


DbSpatialServices.Within(DbGeometry, DbGeometry) Metoda

Definice

Určuje, zda je jedna DbGeometry hodnota prostorově uvnitř druhé hodnoty.

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

Parametry

geometryValue
DbGeometry

První hodnota geometrie.

otherGeometry
DbGeometry

Druhá hodnota geometrie.

Návraty

true pokud geometryValue je v rámci jinéGeometry; jinak false.

Výjimky

geometryValue nebootherGeometry je null.

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

Platí pro