Compartilhar via


SqlSpatialServices.Disjoint Método

Definição

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 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

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 for desarticulado de otherGeography; caso contrário, false.

Aplica-se a

Disjoint(DbGeometry, DbGeometry)

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

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

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 for desarticulado de otherGeometry; caso contrário, false.

Aplica-se a