SpatialOperations.Intersects Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.