Partager via


SqlSpatialFunctions.Filter Méthode

Définition

Offre une méthode d'intersection par index uniquement et rapide pour déterminer si une instance géographique croise une autre instance SqlGeography, en supposant qu'un index est disponible.

Surcharges

Filter(DbGeography, DbGeography)

Offre une méthode d'intersection par index uniquement et rapide pour déterminer si une instance géographique croise une autre instance SqlGeography, en supposant qu'un index est disponible.

Filter(DbGeometry, DbGeometry)

Offre une méthode d'intersection par index uniquement et rapide pour déterminer si une instance géographique croise une autre instance SqlGeometry, en supposant qu'un index est disponible.

Filter(DbGeography, DbGeography)

Offre une méthode d'intersection par index uniquement et rapide pour déterminer si une instance géographique croise une autre instance SqlGeography, en supposant qu'un index est disponible.

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)

Paramètres

geographyValue
DbGeography

Valeur géographique.

geographyOther
DbGeography

Une autre instance géographique à comparer à l'instance sur laquelle le filtre est appelé.

Retours

true si une instance géographique entre potentiellement en intersection avec une autre instance SqlGeograph ; sinon, false.

Attributs

S’applique à

Filter(DbGeometry, DbGeometry)

Offre une méthode d'intersection par index uniquement et rapide pour déterminer si une instance géographique croise une autre instance SqlGeometry, en supposant qu'un index est disponible.

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)

Paramètres

geometryValue
DbGeometry

La valeur géométrique.

geometryOther
DbGeometry

Une autre instance géographique à comparer à l'instance sur laquelle le filtre est appelé.

Retours

true si une instance géographique entre potentiellement en intersection avec une autre instance SqlGeograph ; sinon, false.

Attributs

S’applique à