SqlSpatialServices.GeometryMultiPolygonFromText Method (String, Int32)
Creates a new DbGeometry multi polygon value based on the specified well-known text value and coordinate system identifier.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
public override DbGeometry GeometryMultiPolygonFromText( string multiPolygonKnownText, int coordinateSystemId )
Parameters
- multiPolygonKnownText
-
Type:
System.String
The well-known text value.
- coordinateSystemId
-
Type:
System.Int32
The coordinate system identifier.