DbSpatialServices.Disjoint Método

Definición

Determina si los dos valores especificados están separados espacialmente.

Sobrecargas

Nombre Description
Disjoint(DbGeography, DbGeography)

Determina si los dos valores especificados DbGeography están separados espacialmente.

Disjoint(DbGeometry, DbGeometry)

Determina si los dos valores especificados DbGeometry están separados espacialmente.

Disjoint(DbGeography, DbGeography)

Determina si los dos valores especificados DbGeography están separados 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 la desenlaza.

otherGeography
DbGeography

Segundo valor de geografía que se va a comparar para la desenlaza.

Devoluciones

true es si geographyValue no está separado de otherGeography; en caso contrario false, es .

Excepciones

geographyValue otherGeography

geographyValue otherGeography

Se aplica a

Disjoint(DbGeometry, DbGeometry)

Determina si los dos valores especificados DbGeometry están separados 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 la desenlaza.

otherGeometry
DbGeometry

Segundo valor de geometría que se va a comparar para la desenlaza.

Devoluciones

true es si geometryValue no está separado de otherGeometry; en caso contrario false, es .

Excepciones

geometryValue otherGeometry

geometryValue otherGeometry

Se aplica a