Compartilhar via


SqlSpatialFunctions.Filter Método

Definição

Sobrecargas

Filter(DbGeography, DbGeography)

Oferece um método de interseção rápido somente de índice para determinar se uma instância de geografia intercepta outra instância de SqlGeography, supondo que um índice esteja disponível.

Filter(DbGeometry, DbGeometry)

Oferece um método de interseção rápido somente de índice para determinar se uma instância de geografia intercepta outra instância de SqlGeometry, supondo que um índice esteja disponível.

Filter(DbGeography, DbGeography)

Oferece um método de interseção rápido somente de índice para determinar se uma instância de geografia intercepta outra instância de SqlGeography, supondo que um índice esteja disponível.

[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)

Parâmetros

geographyValue
DbGeography

O valor de geografia.

geographyOther
DbGeography

Outra instância de geografia a ser comparada com a instância na qual o Filtro é invocado.

Retornos

True se uma instância de geography potencialmente cruza outra instância do SqlGeography; caso contrário, false.

Atributos

Aplica-se a

Filter(DbGeometry, DbGeometry)

Oferece um método de interseção rápido somente de índice para determinar se uma instância de geografia intercepta outra instância de SqlGeometry, supondo que um índice esteja disponível.

[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)

Parâmetros

geometryValue
DbGeometry

O valor de geometria.

geometryOther
DbGeometry

Outra instância de geografia a ser comparada com a instância na qual o Filtro é invocado.

Retornos

True se uma instância de geography potencialmente cruza outra instância do SqlGeography; caso contrário, false.

Atributos

Aplica-se a