Udostępnij za pośrednictwem


DbSpatialServices.Buffer Metoda

Definicja

Tworzy wartość geografii reprezentującą wszystkie punkty mniejsze lub równe distance z danej wartości.

Przeciążenia

Buffer(DbGeography, Double)

Tworzy wartość geografii reprezentującą wszystkie punkty mniejsze lub równe distance z danej DbGeography wartości.

Buffer(DbGeometry, Double)

Tworzy wartość geometryczną reprezentującą wszystkie punkty mniejsze lub równe distance z danej DbGeometry wartości.

Buffer(DbGeography, Double)

Tworzy wartość geografii reprezentującą wszystkie punkty mniejsze lub równe distance z danej DbGeography wartości.

public:
 abstract System::Data::Spatial::DbGeography ^ Buffer(System::Data::Spatial::DbGeography ^ geographyValue, double distance);
public abstract System.Data.Spatial.DbGeography Buffer (System.Data.Spatial.DbGeography geographyValue, double distance);
abstract member Buffer : System.Data.Spatial.DbGeography * double -> System.Data.Spatial.DbGeography
Public MustOverride Function Buffer (geographyValue As DbGeography, distance As Double) As DbGeography

Parametry

geographyValue
DbGeography

Wartość geografii.

distance
Double

Podwójna wartość określająca, jak daleko od geographyValue buforu.

Zwraca

Nowa wartość dbGeography reprezentująca wszystkie punkty mniejsze niż lub równe distance z geographyValue.

Wyjątki

geographyValue

geographyValue

Dotyczy

Buffer(DbGeometry, Double)

Tworzy wartość geometryczną reprezentującą wszystkie punkty mniejsze lub równe distance z danej DbGeometry wartości.

public:
 abstract System::Data::Spatial::DbGeometry ^ Buffer(System::Data::Spatial::DbGeometry ^ geometryValue, double distance);
public abstract System.Data.Spatial.DbGeometry Buffer (System.Data.Spatial.DbGeometry geometryValue, double distance);
abstract member Buffer : System.Data.Spatial.DbGeometry * double -> System.Data.Spatial.DbGeometry
Public MustOverride Function Buffer (geometryValue As DbGeometry, distance As Double) As DbGeometry

Parametry

geometryValue
DbGeometry

Wartość geometryczna.

distance
Double

Podwójna wartość określająca, jak daleko od geometryValue buforu.

Zwraca

Nowa wartość DbGeometry reprezentująca wszystkie punkty mniejsze niż lub równe distance z geometryValue.

Wyjątki

geometryValue

geometryValue

Dotyczy