2 overrides of GeographyPolygonFromBinary
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
146
public override DbGeography
GeographyPolygonFromBinary
(byte[] geographyBinary, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
120
public override System.Data.Spatial.DbGeography
GeographyPolygonFromBinary
(byte[] polygonBytes, int srid)
1 reference to GeographyPolygonFromBinary
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
134
return DbSpatialServices.Default.
GeographyPolygonFromBinary
(polygonWellKnownBinary, coordinateSystemId);