DbSpatialServices.Relate(DbGeometry, DbGeometry, String) Método

Definición

Determina si los dos valores especificados DbGeometry están relacionados espacialmente según el patrón de intersección dimensionalmente extendido de Nine-Intersection modelo (DE-9IM).

public:
 abstract bool Relate(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry, System::String ^ matrix);
public abstract bool Relate(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry, string matrix);
abstract member Relate : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry * string -> bool
Public MustOverride Function Relate (geometryValue As DbGeometry, otherGeometry As DbGeometry, matrix As String) As Boolean

Parámetros

geometryValue
DbGeometry

Primer valor de geometría.

otherGeometry
DbGeometry

Valor de geometría que se debe comparar con el primer valor de geometría para la relación.

matrix
String

Cadena que contiene la representación de texto del patrón de intersección (DE-9IM) que define la relación.

Devoluciones

true es si este geometryValue valor se relaciona con otherGeometry según la matriz de patrones de intersección especificada; de lo contrario false, es .

Excepciones

geometryValue otherGeometry matrix

geometryValue otherGeometry

Se aplica a