DbSpatialServices.Disjoint Método

Definição

Determina se os dois valores fornecidos são espacialmente desconexos.

Sobrecargas

Nome Description
Disjoint(DbGeography, DbGeography)

Determina se os dois valores fornecidos DbGeography são espacialmente desconexos.

Disjoint(DbGeometry, DbGeometry)

Determina se os dois valores fornecidos DbGeometry são espacialmente desconexos.

Disjoint(DbGeography, DbGeography)

Determina se os dois valores fornecidos DbGeography são espacialmente desconexos.

public:
 abstract bool Disjoint(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool Disjoint(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Disjoint : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride Function Disjoint (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean

Parâmetros

geographyValue
DbGeography

O primeiro valor de geografia a ser comparado para desarticuidade.

otherGeography
DbGeography

O segundo valor de geografia a ser comparado para desarticuidade.

Retornos

true se geographyValue for desarticulado de otherGeography; caso contrário false.

Exceções

geographyValue otherGeography

geographyValue otherGeography

Aplica-se a

Disjoint(DbGeometry, DbGeometry)

Determina se os dois valores fornecidos DbGeometry são espacialmente desconexos.

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

Parâmetros

geometryValue
DbGeometry

O primeiro valor de geometria a ser comparado para desarticuidade.

otherGeometry
DbGeometry

O segundo valor de geometria a ser comparado para desarticuidade.

Retornos

true se geometryValue for desarticulado de otherGeometry; caso contrário false.

Exceções

geometryValue otherGeometry

geometryValue otherGeometry

Aplica-se a