2 overrides of Buffer
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
330
public override DbGeography
Buffer
(DbGeography geographyValue, double distance)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
252
public override System.Data.Spatial.DbGeography
Buffer
(System.Data.Spatial.DbGeography geographyValue, double distance)
1 reference to Buffer
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
483
return this.spatialSvcs.
Buffer
(this, distance.Value);