SqlSpatialFunctions.Filter Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
[System.Data.Entity.DbFunction("SqlServer", "FILTER")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyOther")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static Nullable<bool> Filter (System.Data.Entity.Spatial.DbGeography geographyValue, System.Data.Entity.Spatial.DbGeography geographyOther);
static member Filter : System.Data.Entity.Spatial.DbGeography * System.Data.Entity.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 zone géographique instance potentiellement croiser une autre instance SqlGeography ; 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.
[System.Data.Entity.DbFunction("SqlServer", "FILTER")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geometryValue")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geometryOther")]
public static Nullable<bool> Filter (System.Data.Entity.Spatial.DbGeometry geometryValue, System.Data.Entity.Spatial.DbGeometry geometryOther);
static member Filter : System.Data.Entity.Spatial.DbGeometry * System.Data.Entity.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 zone géographique instance potentiellement croiser une autre instance SqlGeography ; sinon, false.
- Attributs