DbSpatialServices.Intersects Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Determina se os dois valores dados se cruzam espacialmente.
Sobrecargas
| Name | Description |
|---|---|
| Intersects(DbGeography, DbGeography) |
Determina se os dois valores dados DbGeography se cruzam espacialmente. |
| Intersects(DbGeometry, DbGeometry) |
Determina se os dois valores dados DbGeometry se cruzam espacialmente. |
Intersects(DbGeography, DbGeography)
Determina se os dois valores dados DbGeography se cruzam espacialmente.
public:
abstract bool Intersects(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool Intersects(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Intersects : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride Function Intersects (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean
Parâmetros
- geographyValue
- DbGeography
O primeiro valor geográfico a comparar para a interseção.
- otherGeography
- DbGeography
O segundo valor geográfico para comparar para interseção.
Devoluções
true se geographyValue intersectar otherGeography; caso contrário false.
Exceções
geographyValue
otherGeography
geographyValue
otherGeography
Aplica-se a
Intersects(DbGeometry, DbGeometry)
Determina se os dois valores dados DbGeometry se cruzam espacialmente.
public:
abstract bool Intersects(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Intersects(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Intersects : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Intersects (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
Parâmetros
- geometryValue
- DbGeometry
O primeiro valor geométrico a comparar para interseção.
- otherGeometry
- DbGeometry
O segundo valor geométrico para comparar na interseção.
Devoluções
true se geometryValue intersectar otherGeometry; caso contrário false.
Exceções
geometryValue
otherGeometry
geometryValue
otherGeometry