Udostępnij przez


SqlSpatialServices.Buffer Metoda

Definicja

Przeciążenia

Buffer(DbGeography, Double)

Tworzy wartość geografii reprezentującą wszystkie punkty mniejsze lub równe odległości od danej DbGeography wartości.

Buffer(DbGeometry, Double)

Tworzy wartość geometryczną reprezentującą wszystkie punkty mniejsze lub równe odległości od danej DbGeometry wartości.

Buffer(DbGeography, Double)

Tworzy wartość geografii reprezentującą wszystkie punkty mniejsze lub równe odległości od danej DbGeography wartości.

public override System.Data.Entity.Spatial.DbGeography Buffer(System.Data.Entity.Spatial.DbGeography geographyValue, double distance);
override this.Buffer : System.Data.Entity.Spatial.DbGeography * double -> System.Data.Entity.Spatial.DbGeography
Public Overrides 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 do bufora.

Zwraca

Nowa wartość dbGeography reprezentująca wszystkie punkty mniejsze lub równe odległości od geographyValue.

Dotyczy

Buffer(DbGeometry, Double)

Tworzy wartość geometryczną reprezentującą wszystkie punkty mniejsze lub równe odległości od danej DbGeometry wartości.

public override System.Data.Entity.Spatial.DbGeometry Buffer(System.Data.Entity.Spatial.DbGeometry geometryValue, double distance);
override this.Buffer : System.Data.Entity.Spatial.DbGeometry * double -> System.Data.Entity.Spatial.DbGeometry
Public Overrides 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 do bufora.

Zwraca

Nowa wartość DbGeometry reprezentująca wszystkie punkty mniejsze lub równe odległości od geometryValue.

Dotyczy