Compartilhar via


DbSpatialServices.Disjoint Método

Definição

Determina se os dois valores fornecidos são espacialmente descontíguos.

Sobrecargas

Disjoint(DbGeography, DbGeography)

Determina se os dois valores DbGeography fornecidos são espacialmente descontíguos.

Disjoint(DbGeometry, DbGeometry)

Determina se os dois valores DbGeometry fornecidos são espacialmente descontíguos.

Disjoint(DbGeography, DbGeography)

Determina se os dois valores DbGeography fornecidos são espacialmente descontíguos.

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 quanto à descontiguidade.

otherGeography
DbGeography

O segundo valor de geografia a ser comparado quanto à descontiguidade.

Retornos

true se geographyValue é separado de otherGeography; caso contrário, false.

Exceções

geographyValue otherGeography

geographyValue otherGeography

Aplica-se a

Disjoint(DbGeometry, DbGeometry)

Determina se os dois valores DbGeometry fornecidos são espacialmente descontíguos.

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 quanto à descontiguidade.

otherGeometry
DbGeometry

O segundo valor de geometria a ser comparado quanto à descontiguidade.

Retornos

true se geometryValue é separado de otherGeometry; caso contrário, false.

Exceções

geometryValue otherGeometry

geometryValue otherGeometry

Aplica-se a