다음을 통해 공유


SqlSpatialFunctions.Filter 메서드

정의

신속하고 인덱스만 해당하는 교집합 메서드를 제공하여 인덱스가 사용 가능한 경우 지리 인스턴스가 다른 SqlGeography 인스턴스를 교차하는지 여부를 확인합니다.

오버로드

Filter(DbGeography, DbGeography)

신속하고 인덱스만 해당하는 교집합 메서드를 제공하여 인덱스가 사용 가능한 경우 지리 인스턴스가 다른 SqlGeography 인스턴스를 교차하는지 여부를 확인합니다.

Filter(DbGeometry, DbGeometry)

신속하고 인덱스만 해당하는 교집합 메서드를 제공하여 인덱스가 사용 가능한 경우 지리 인스턴스가 다른 SqlGeometry 인스턴스를 교차하는지 여부를 확인합니다.

Filter(DbGeography, DbGeography)

신속하고 인덱스만 해당하는 교집합 메서드를 제공하여 인덱스가 사용 가능한 경우 지리 인스턴스가 다른 SqlGeography 인스턴스를 교차하는지 여부를 확인합니다.

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)

매개 변수

geographyValue
DbGeography

지리 값입니다.

geographyOther
DbGeography

필터가 호출되는 인스턴스와 비교할 다른 지리 인스턴스입니다.

반환

지리 인스턴스가 다른 SqlGeography 인스턴스와 교차할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상

Filter(DbGeometry, DbGeometry)

신속하고 인덱스만 해당하는 교집합 메서드를 제공하여 인덱스가 사용 가능한 경우 지리 인스턴스가 다른 SqlGeometry 인스턴스를 교차하는지 여부를 확인합니다.

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)

매개 변수

geometryValue
DbGeometry

기하 도형 값입니다.

geometryOther
DbGeometry

필터가 호출되는 인스턴스와 비교할 다른 지리 인스턴스입니다.

반환

지리 인스턴스가 다른 SqlGeography 인스턴스와 교차할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상