Compartir a través de


SqlSpatialServices.Within(DbGeometry, DbGeometry) Método

Definición

Determina si un valor DbGeometry está espacialmente dentro del otro.

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

Parámetros

geometryValue
DbGeometry

Primer valor de geometría.

otherGeometry
DbGeometry

Segundo valor de geometría.

Devoluciones

true si geometryValue está dentro de otherGeometry; en caso contrario, false.

Se aplica a