DbSpatialServices.Disjoint Metodo

Definizione

Determina se i due valori specificati sono disgiunti a livello spaziale.

Overload

Nome Descrizione
Disjoint(DbGeography, DbGeography)

Determina se i due valori specificati DbGeography sono disgiunti a livello spaziale.

Disjoint(DbGeometry, DbGeometry)

Determina se i due valori specificati DbGeometry sono disgiunti a livello spaziale.

Disjoint(DbGeography, DbGeography)

Determina se i due valori specificati DbGeography sono disgiunti a livello 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 la disgiunzione.

otherGeography
DbGeography

Secondo valore geografico da confrontare per la disgiunzione.

Valori restituiti

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 specificati DbGeometry sono disgiunti a livello 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 di geometria da confrontare per la disgiunzione.

otherGeometry
DbGeometry

Secondo valore di geometria da confrontare per la disgiunzione.

Valori restituiti

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

Eccezioni

geometryValue otherGeometry

geometryValue otherGeometry

Si applica a