다음을 통해 공유


SqlSpatialFunctions.BufferWithTolerance 메서드

정의

모든 점 값의 공통 부분을 나타내는 지리 개체를 반환합니다. 인스턴스에서 이 점의 거리는 지정한 값보다 작거나 같아야 합니다.

오버로드

BufferWithTolerance(DbGeography, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)

모든 점 값의 공통 부분을 나타내는 지리 개체를 반환합니다. 지리 인스턴스에서 이 점의 거리는 지정한 값보다 작거나 같아야 합니다.

BufferWithTolerance(DbGeometry, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)

모든 점 값의 공통 부분을 나타내는 지리 개체를 반환합니다. 기하 도형 인스턴스에서 이 점의 거리는 지정한 값보다 작거나 같아야 합니다.

BufferWithTolerance(DbGeography, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)

모든 점 값의 공통 부분을 나타내는 지리 개체를 반환합니다. 지리 인스턴스에서 이 점의 거리는 지정한 값보다 작거나 같아야 합니다.

public:
 static System::Data::Spatial::DbGeography ^ BufferWithTolerance(System::Data::Spatial::DbGeography ^ geographyValue, Nullable<double> distance, Nullable<double> tolerance, Nullable<bool> relative);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "BUFFERWITHTOLERANCE")]
public static System.Data.Spatial.DbGeography BufferWithTolerance(System.Data.Spatial.DbGeography geographyValue, double? distance, double? tolerance, bool? relative);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "BUFFERWITHTOLERANCE")>]
static member BufferWithTolerance : System.Data.Spatial.DbGeography * Nullable<double> * Nullable<double> * Nullable<bool> -> System.Data.Spatial.DbGeography
Public Shared Function BufferWithTolerance (geographyValue As DbGeography, distance As Nullable(Of Double), tolerance As Nullable(Of Double), relative As Nullable(Of Boolean)) As DbGeography

매개 변수

geographyValue
DbGeography

지리 값입니다.

distance
Nullable<Double>

거리입니다.

tolerance
Nullable<Double>

지정된 허용치입니다.

relative
Nullable<Boolean>

허용 오차 값이 상대적인지 절대적인지 지정합니다.

반환

지리 instance 거리가 지정된 값보다 작거나 같은 모든 점 값의 합치입니다.

특성

적용 대상

BufferWithTolerance(DbGeometry, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)

모든 점 값의 공통 부분을 나타내는 지리 개체를 반환합니다. 기하 도형 인스턴스에서 이 점의 거리는 지정한 값보다 작거나 같아야 합니다.

public:
 static System::Data::Spatial::DbGeometry ^ BufferWithTolerance(System::Data::Spatial::DbGeometry ^ geometryValue, Nullable<double> distance, Nullable<double> tolerance, Nullable<bool> relative);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "BUFFERWITHTOLERANCE")]
public static System.Data.Spatial.DbGeometry BufferWithTolerance(System.Data.Spatial.DbGeometry geometryValue, double? distance, double? tolerance, bool? relative);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "BUFFERWITHTOLERANCE")>]
static member BufferWithTolerance : System.Data.Spatial.DbGeometry * Nullable<double> * Nullable<double> * Nullable<bool> -> System.Data.Spatial.DbGeometry
Public Shared Function BufferWithTolerance (geometryValue As DbGeometry, distance As Nullable(Of Double), tolerance As Nullable(Of Double), relative As Nullable(Of Boolean)) As DbGeometry

매개 변수

geometryValue
DbGeometry

기하 도형 값입니다.

distance
Nullable<Double>

거리입니다.

tolerance
Nullable<Double>

지정된 허용치입니다.

relative
Nullable<Boolean>

허용 오차 값이 상대적인지 절대적인지 지정합니다.

반환

기하 도형 instance 거리가 지정된 값보다 작거나 같은 모든 점 값의 합치입니다.

특성

적용 대상