SqlSpatialFunctions.Filter Metodo

Definizione

Offre un metodo di intersezione veloce e solo indice per determinare se un'istanza geography interseca un'altra istanza di SqlGeography, presupponendo che sia disponibile un indice.

Overload

Nome Descrizione
Filter(DbGeography, DbGeography)

Offre un metodo di intersezione veloce e solo indice per determinare se un'istanza geography interseca un'altra istanza di SqlGeography, presupponendo che sia disponibile un indice.

Filter(DbGeometry, DbGeometry)

Offre un metodo di intersezione veloce e solo indice per determinare se un'istanza geography interseca un'altra istanza di SqlGeometry, presupponendo che sia disponibile un indice.

Filter(DbGeography, DbGeography)

Offre un metodo di intersezione veloce e solo indice per determinare se un'istanza geography interseca un'altra istanza di SqlGeography, presupponendo che sia disponibile un indice.

public:
 static Nullable<bool> Filter(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ geographyOther);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "FILTER")]
public static bool? Filter(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography geographyOther);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "FILTER")>]
static member Filter : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> Nullable<bool>
Public Shared Function Filter (geographyValue As DbGeography, geographyOther As DbGeography) As Nullable(Of Boolean)

Parametri

geographyValue
DbGeography

Valore geography.

geographyOther
DbGeography

Un'altra istanza geography da confrontare con l'istanza in cui viene richiamato Filter.

Valori restituiti

true se un'istanza geography interseca potenzialmente un'altra istanza di SqlGeography; in caso contrario, false.

Attributi

Si applica a

Filter(DbGeometry, DbGeometry)

Offre un metodo di intersezione veloce e solo indice per determinare se un'istanza geography interseca un'altra istanza di SqlGeometry, presupponendo che sia disponibile un indice.

public:
 static Nullable<bool> Filter(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ geometryOther);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "FILTER")]
public static bool? Filter(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry geometryOther);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "FILTER")>]
static member Filter : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> Nullable<bool>
Public Shared Function Filter (geometryValue As DbGeometry, geometryOther As DbGeometry) As Nullable(Of Boolean)

Parametri

geometryValue
DbGeometry

Valore geometry.

geometryOther
DbGeometry

Un'altra istanza geography da confrontare con l'istanza in cui viene richiamato Filter.

Valori restituiti

true se un'istanza geography interseca potenzialmente un'altra istanza di SqlGeography; in caso contrario, false.

Attributi

Si applica a