DbSpatialServices.Disjoint 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 são espacialmente disjuntos.
Sobrecargas
| Name | Description |
|---|---|
| Disjoint(DbGeography, DbGeography) |
Determina se os dois valores dados DbGeography são espacialmente disjuntos. |
| Disjoint(DbGeometry, DbGeometry) |
Determina se os dois valores dados DbGeometry são espacialmente disjuntos. |
Disjoint(DbGeography, DbGeography)
Determina se os dois valores dados DbGeography são espacialmente disjuntos.
public:
abstract bool Disjoint(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract bool Disjoint(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member Disjoint : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> bool
Public MustOverride Function Disjoint (geographyValue As DbGeography, otherGeography As DbGeography) As Boolean
Parâmetros
- geographyValue
- DbGeography
O primeiro valor geográfico a comparar para a desconexão.
- otherGeography
- DbGeography
O segundo valor geográfico para comparar quanto à desconexão.
Devoluções
true se geographyValue for disjunta de otherGeography; caso contrário false.
Exceções
geographyValue
otherGeography
geographyValue
otherGeography
Aplica-se a
Disjoint(DbGeometry, DbGeometry)
Determina se os dois valores dados DbGeometry são espacialmente disjuntos.
public:
abstract bool Disjoint(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Disjoint(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Disjoint : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Disjoint (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean
Parâmetros
- geometryValue
- DbGeometry
O primeiro valor geométrico para comparar quanto à desconexão.
- otherGeometry
- DbGeometry
O segundo valor geométrico para comparar quanto à desconexão.
Devoluções
true se geometryValue for disjunta de otherGeometry; caso contrário false.
Exceções
geometryValue
otherGeometry
geometryValue
otherGeometry