GeographyOperationsExtensions.Intersects(Geography, Geography) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if geography point and polygon will intersect.
public static bool? Intersects (this Microsoft.Spatial.Geography operand1, Microsoft.Spatial.Geography operand2);
static member Intersects : Microsoft.Spatial.Geography * Microsoft.Spatial.Geography -> Nullable<bool>
<Extension()>
Public Function Intersects (operand1 As Geography, operand2 As Geography) As Nullable(Of Boolean)
Parameters
- operand1
- Geography
The first operand.
- operand2
- Geography
The second operand.
Returns
The operation result.