DbSpatialServices.Intersects Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Bepaalt of de twee opgegeven waarden ruimtelijk kruisen.
Overloads
| Name | Description |
|---|---|
| Intersects(DbGeography, DbGeography) |
Bepaalt of de twee opgegeven DbGeography waarden ruimtelijk kruisen. |
| Intersects(DbGeometry, DbGeometry) |
Bepaalt of de twee opgegeven DbGeometry waarden ruimtelijk kruisen. |
Intersects(DbGeography, DbGeography)
Bepaalt of de twee opgegeven DbGeography waarden ruimtelijk kruisen.
public:
abstract bool Intersects(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool Intersects(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Intersects : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride Function Intersects (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean
Parameters
- geographyValue
- DbGeography
De eerste geografiewaarde die moet worden vergeleken voor snijpunt.
- otherGeography
- DbGeography
De tweede geografiewaarde die moet worden vergeleken voor snijpunt.
Retouren
true indien geographyValue kruisen otherGeography; anders false.
Uitzonderingen
geographyValue
otherGeography
geographyValue
otherGeography
Van toepassing op
Intersects(DbGeometry, DbGeometry)
Bepaalt of de twee opgegeven DbGeometry waarden ruimtelijk kruisen.
public:
abstract bool Intersects(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Intersects(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Intersects : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Intersects (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
Parameters
- geometryValue
- DbGeometry
De eerste geometriewaarde die moet worden vergeleken voor snijpunt.
- otherGeometry
- DbGeometry
De tweede geometriewaarde die moet worden vergeleken voor snijpunt.
Retouren
true indien geometryValue kruisen otherGeometry; anders false.
Uitzonderingen
geometryValue
otherGeometry
geometryValue
otherGeometry