Compartir a través de


SqlSpatialServices.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 override bool Disjoint (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography otherGeography);
override this.Disjoint : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.Spatial.DbGeography -> bool
Public Overrides 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.

Se aplica a

Disjoint(DbGeometry, DbGeometry)

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

public override bool Disjoint (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry otherGeometry);
override this.Disjoint : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.Spatial.DbGeometry -> bool
Public Overrides 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.

Se aplica a