Compartir a través de


DbSpatialServices.Disjoint Método

Definición

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.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
abstract member Disjoint : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public MustOverride Function Disjoint (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean

Parámetros

geographyValue
DbGeography

Primer valor geography 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 si geographyValue está separado de otherGeography; de lo contrario, false.

Excepciones

geographyValue ootherGeography es null.

geographyValue ootherGeography no es compatible con esta implementación de servicios espaciales.

Se aplica a

Disjoint(DbGeometry, DbGeometry)

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

public abstract bool Disjoint (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
abstract member Disjoint : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.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 desenlazación.

otherGeometry
DbGeometry

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

Devoluciones

true si geometryValue no está separado de otherGeometry; de lo contrario, false.

Excepciones

geometryValue ootherGeometry es null.

geometryValue ootherGeometry no es compatible con esta implementación de servicios espaciales.

Se aplica a