DbSpatialServices.Disjoint Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Avgör om de två angivna värdena är rumsligt åtskilda.
Överlagringar
| Name | Description |
|---|---|
| Disjoint(DbGeography, DbGeography) |
Avgör om de två angivna DbGeography värdena är rumsligt åtskilda. |
| Disjoint(DbGeometry, DbGeometry) |
Avgör om de två angivna DbGeometry värdena är rumsligt åtskilda. |
Disjoint(DbGeography, DbGeography)
Avgör om de två angivna DbGeography värdena är rumsligt åtskilda.
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
Parametrar
- geographyValue
- DbGeography
Det första geografivärdet som ska jämföras för osammanhängande.
- otherGeography
- DbGeography
Det andra geografivärdet som ska jämföras för osammanhängande.
Returer
true if geographyValue is disjoint from otherGeography;wise false.
Undantag
geographyValue
otherGeography
geographyValue
otherGeography
Gäller för
Disjoint(DbGeometry, DbGeometry)
Avgör om de två angivna DbGeometry värdena är rumsligt åtskilda.
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
Parametrar
- geometryValue
- DbGeometry
Det första geometrivärdet som ska jämföras för osammanhängande.
- otherGeometry
- DbGeometry
Det andra geometrivärdet som ska jämföras för osammanhängande.
Returer
true if geometryValue is disjoint from otherGeometry;wise false.
Undantag
geometryValue
otherGeometry
geometryValue
otherGeometry