DbGeography.Buffer(Nullable<Double>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a geography object that represents the union of all points whose distance from a geography instance is less than or equal to a specified value.
public System.Data.Entity.Spatial.DbGeography Buffer (Nullable<double> distance);
member this.Buffer : Nullable<double> -> System.Data.Entity.Spatial.DbGeography
Public Function Buffer (distance As Nullable(Of Double)) As DbGeography
Parameters
Returns
A geography object that represents the union of all points
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework