Compartilhar via


SqlSpatialFunctions.BufferWithTolerance Método

Definição

Retorna um objeto geométrico que representa a união de todos os valores de ponto cuja distância de uma instância é menor ou igual ao valor especificado, permitindo uma tolerância especificada.

Sobrecargas

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

Retorna um objeto geométrico que representa a união de todos os valores de ponto cuja distância de uma instância de geografia é menor ou igual ao valor especificado, permitindo uma tolerância especificada.

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

Retorna um objeto geométrico que representa a união de todos os valores de ponto cuja distância de uma instância de geometria é menor ou igual ao valor especificado, permitindo uma tolerância especificada.

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

Retorna um objeto geométrico que representa a união de todos os valores de ponto cuja distância de uma instância de geografia é menor ou igual ao valor especificado, permitindo uma tolerância especificada.

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

Parâmetros

geographyValue
DbGeography

O valor de geografia.

distance
Nullable<Double>

A distância.

tolerance
Nullable<Double>

A tolerância especificada.

relative
Nullable<Boolean>

Especifica se o valor de tolerância é relativo ou absoluto.

Retornos

A união de todos os valores de ponto cuja distância de uma instância de geografia é menor ou igual a um valor especificado.

Atributos

Aplica-se a

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

Retorna um objeto geométrico que representa a união de todos os valores de ponto cuja distância de uma instância de geometria é menor ou igual ao valor especificado, permitindo uma tolerância especificada.

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

Parâmetros

geometryValue
DbGeometry

O valor de geometria.

distance
Nullable<Double>

A distância.

tolerance
Nullable<Double>

A tolerância especificada.

relative
Nullable<Boolean>

Especifica se o valor de tolerância é relativo ou absoluto.

Retornos

A união de todos os valores de ponto cuja distância de uma instância de geometry é menor ou igual a um valor especificado.

Atributos

Aplica-se a