2 overrides of Distance
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
739
public override double
Distance
(DbGeometry geometryValue, DbGeometry otherGeometry)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
726
public override double
Distance
(System.Data.Spatial.DbGeometry geometryValue1, System.Data.Spatial.DbGeometry geometryValue2)
1 reference to Distance
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
590
return this.spatialSvcs.
Distance
(this, other);