DbSpatialServices.Within(DbGeometry, DbGeometry) Método

Definición

Determina si un DbGeometry valor está espacialmente dentro de la otra.

public:
 abstract bool Within(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Within(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Within : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride 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 es si geometryValue está dentro otherGeometryde ; de lo contrario false, es .

Excepciones

geometryValue otherGeometry

geometryValue otherGeometry

Se aplica a