Compartilhar via


SpatialOperations.Intersects Método

Definição

Sobrecargas

Intersects(Geography, Geography)

Indica um método Geography Intersects().

Intersects(Geometry, Geometry)

Indica o método Geometry Intersects().

Intersects(Geography, Geography)

Indica um 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

O Operando 1, ponto.

operand2
Geography

O Operando 2, polígono.

Retornos

O resultado da operação.

Aplica-se a

Intersects(Geometry, Geometry)

Indica o 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

O Operando 1, ponto.

operand2
Geometry

O Operando 2, polígono.

Retornos

O resultado da operação.

Aplica-se a