2 overrides of GeographyPolygonFromText
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
207
public override DbGeography
GeographyPolygonFromText
(string geographyText, int spatialReferenceSystemId)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
57
public override System.Data.Spatial.DbGeography
GeographyPolygonFromText
(string polygonText, int srid)
1 reference to GeographyPolygonFromText
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
304
return DbSpatialServices.Default.
GeographyPolygonFromText
(polygonWellKnownText, coordinateSystemId);