Compartir a través de


GeographyOperationsExtensions.Intersects(Geography, Geography) Método

Definición

Determina si el punto de geografía y el polígono se intersecarán.

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)

Parámetros

operand1
Geography

Primer operando.

operand2
Geography

Segundo operando.

Devoluciones

El resultado de la operación.

Se aplica a