Compartir a través de


SpatialOperations.Intersects Método

Definición

Sobrecargas

Intersects(Geography, Geography)

Indica un método Geography Intersects().

Intersects(Geometry, Geometry)

Indica el método Geometry Intersects().

Intersects(Geography, Geography)

Indica un método Geography Intersects().

public virtual bool Intersects (Microsoft.Spatial.Geography operand1, Microsoft.Spatial.Geography operand2);
abstract member Intersects : Microsoft.Spatial.Geography * Microsoft.Spatial.Geography -> bool
override this.Intersects : Microsoft.Spatial.Geography * Microsoft.Spatial.Geography -> bool
Public Overridable Function Intersects (operand1 As Geography, operand2 As Geography) As Boolean

Parámetros

operand1
Geography

Operando 1, punto.

operand2
Geography

Operando 2, polígono.

Devoluciones

El resultado de la operación.

Se aplica a

Intersects(Geometry, Geometry)

Indica el método Geometry Intersects().

public virtual bool Intersects (Microsoft.Spatial.Geometry operand1, Microsoft.Spatial.Geometry operand2);
abstract member Intersects : Microsoft.Spatial.Geometry * Microsoft.Spatial.Geometry -> bool
override this.Intersects : Microsoft.Spatial.Geometry * Microsoft.Spatial.Geometry -> bool
Public Overridable Function Intersects (operand1 As Geometry, operand2 As Geometry) As Boolean

Parámetros

operand1
Geometry

Operando 1, punto.

operand2
Geometry

Operando 2, polígono.

Devoluciones

El resultado de la operación.

Se aplica a