DbSpatialServices.Disjoint Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Determina si los dos valores especificados están separados espacialmente.
Sobrecargas
| Nombre | Description |
|---|---|
| Disjoint(DbGeography, DbGeography) |
Determina si los dos valores especificados DbGeography están separados espacialmente. |
| Disjoint(DbGeometry, DbGeometry) |
Determina si los dos valores especificados DbGeometry están separados espacialmente. |
Disjoint(DbGeography, DbGeography)
Determina si los dos valores especificados DbGeography están separados espacialmente.
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
Primer valor de geografía que se va a comparar para la desenlaza.
- otherGeography
- DbGeography
Segundo valor de geografía que se va a comparar para la desenlaza.
Devoluciones
true es si geographyValue no está separado de otherGeography; en caso contrario false, es .
Excepciones
geographyValue
otherGeography
geographyValue
otherGeography
Se aplica a
Disjoint(DbGeometry, DbGeometry)
Determina si los dos valores especificados DbGeometry están separados espacialmente.
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
Primer valor de geometría que se va a comparar para la desenlaza.
- otherGeometry
- DbGeometry
Segundo valor de geometría que se va a comparar para la desenlaza.
Devoluciones
true es si geometryValue no está separado de otherGeometry; en caso contrario false, es .
Excepciones
geometryValue
otherGeometry
geometryValue
otherGeometry