DbSpatialServices.Disjoint Metodo

Definizione

Determina se i due valori specificati sono disgiunti dal punto di vista spaziale.

Overload

Disjoint(DbGeography, DbGeography)

Determina se i due valori DbGeography specificati sono contigui dal punto di vista spaziale.

Disjoint(DbGeometry, DbGeometry)

Determina se i due valori DbGeometry specificati sono contigui dal punto di vista spaziale.

Disjoint(DbGeography, DbGeography)

Determina se i due valori DbGeography specificati sono contigui dal punto di vista spaziale.

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

Parametri

geographyValue
DbGeography

Primo valore geografico da confrontare per verificare la non contiguità.

otherGeography
DbGeography

Secondo valore geografico da confrontare per verificare la non contiguità.

Restituisce

true se geographyValue è disgiunto da otherGeography; in caso contrario, false.

Eccezioni

geographyValue otherGeography

geographyValue otherGeography

Si applica a

Disjoint(DbGeometry, DbGeometry)

Determina se i due valori DbGeometry specificati sono contigui dal punto di vista spaziale.

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

Parametri

geometryValue
DbGeometry

Primo valore geometrico da confrontare per verificare la non contiguità.

otherGeometry
DbGeometry

Secondo valore geometrico da confrontare per verificare la non contiguità.

Restituisce

true se geometryValue è disgiunto da otherGeometry; in caso contrario, false.

Eccezioni

geometryValue otherGeometry

geometryValue otherGeometry

Si applica a