Share via


DbSpatialServices.Disjoint Método

Definición

Determina si los dos valores especificados no son contiguos espacialmente.

Sobrecargas

Disjoint(DbGeography, DbGeography)

Determina si los dos valores especificados de DbGeography no son contiguos espacialmente.

Disjoint(DbGeometry, DbGeometry)

Determina si los dos valores especificados de DbGeometry no son contiguos espacialmente.

Disjoint(DbGeography, DbGeography)

Determina si los dos valores especificados de DbGeography no son contiguos espacialmente.

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

Primer valor de geografía que se va a comparar para ver si hay desunión.

otherGeography
DbGeography

Segundo valor de geografía que se va a comparar para ver si hay desunión.

Devoluciones

true si geographyValue es diferente de otherGeography; si no, false.

Excepciones

geographyValue otherGeography

geographyValue otherGeography

Se aplica a

Disjoint(DbGeometry, DbGeometry)

Determina si los dos valores especificados de DbGeometry no son contiguos espacialmente.

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

Primer valor de geometría que se va a comparar para ver si hay desunión.

otherGeometry
DbGeometry

Segundo valor de geometría que se va a comparar para ver si hay desunión.

Devoluciones

true si geometryValue es diferente de otherGeometry; si no, false.

Excepciones

geometryValue otherGeometry

geometryValue otherGeometry

Se aplica a