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

Definição

Determina se os dois valores fornecidos DbGeometry estão espacialmente relacionados de acordo com o padrão de interseção de MODELO de Nine-Intersection Estendido Dimensionalmente (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

O primeiro valor de geometria.

otherGeometry
DbGeometry

O valor de geometria que deve ser comparado com o primeiro valor de geometria para relação.

matrix
String

Uma cadeia de caracteres que contém a representação de texto do padrão de interseção (DE-9IM) que define a relação.

Retornos

true se esse geometryValue valor estiver relacionado de otherGeometry acordo com a matriz de padrão de interseção especificada; caso contrário false.

Exceções

geometryValue otherGeometry matrix

geometryValue otherGeometry

Aplica-se a