Udostępnij przez


SqlSpatialFunctions.BufferWithTolerance Metoda

Definicja

Przeciążenia

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

Zwraca obiekt geometryczny reprezentujący unię wszystkich wartości punktów, których odległość od wystąpienia geografii jest mniejsza lub równa określonej wartości, co pozwala na określoną tolerancję.

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

Zwraca obiekt geometryczny reprezentujący unię wszystkich wartości punktów, których odległość od wystąpienia geometrycznego jest mniejsza lub równa określonej wartości, co pozwala na określoną tolerancję.

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

Zwraca obiekt geometryczny reprezentujący unię wszystkich wartości punktów, których odległość od wystąpienia geografii jest mniejsza lub równa określonej wartości, co pozwala na określoną tolerancję.

[System.Data.Entity.DbFunction("SqlServer", "BUFFERWITHTOLERANCE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="tolerance")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="distance")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="relative")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static System.Data.Entity.Spatial.DbGeography BufferWithTolerance(System.Data.Entity.Spatial.DbGeography geographyValue, Nullable<double> distance, Nullable<double> tolerance, Nullable<bool> relative);
static member BufferWithTolerance : System.Data.Entity.Spatial.DbGeography * Nullable<double> * Nullable<double> * Nullable<bool> -> System.Data.Entity.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

Parametry

geographyValue
DbGeography

Wartość geografii.

distance
Nullable<Double>

Odległość.

tolerance
Nullable<Double>

Określona tolerancja.

relative
Nullable<Boolean>

Określanie, czy wartość tolerancji jest względna, czy bezwzględna.

Zwraca

Suma wszystkich wartości punktów, których odległość od wystąpienia geograficznego jest mniejsza lub równa określonej wartości

Atrybuty

Dotyczy

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

Zwraca obiekt geometryczny reprezentujący unię wszystkich wartości punktów, których odległość od wystąpienia geometrycznego jest mniejsza lub równa określonej wartości, co pozwala na określoną tolerancję.

[System.Data.Entity.DbFunction("SqlServer", "BUFFERWITHTOLERANCE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="distance")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geometryValue")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="relative")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="tolerance")]
public static System.Data.Entity.Spatial.DbGeometry BufferWithTolerance(System.Data.Entity.Spatial.DbGeometry geometryValue, Nullable<double> distance, Nullable<double> tolerance, Nullable<bool> relative);
static member BufferWithTolerance : System.Data.Entity.Spatial.DbGeometry * Nullable<double> * Nullable<double> * Nullable<bool> -> System.Data.Entity.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

Parametry

geometryValue
DbGeometry

Wartość geometryczna.

distance
Nullable<Double>

Odległość.

tolerance
Nullable<Double>

Określona tolerancja.

relative
Nullable<Boolean>

Określanie, czy wartość tolerancji jest względna, czy bezwzględna.

Zwraca

Suma wszystkich wartości punktów, których odległość od wystąpienia geometrii jest mniejsza lub równa określonej wartości

Atrybuty

Dotyczy