DbSpatialServices.GeographyMultiPolygonFromText(String, Int32) Method

Definition

Creates a new DbGeography multi polygon value based on the specified well-known text value and coordinate system identifier.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
public abstract System.Data.Entity.Spatial.DbGeography GeographyMultiPolygonFromText (string multiPolygonKnownText, int coordinateSystemId);
abstract member GeographyMultiPolygonFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function GeographyMultiPolygonFromText (multiPolygonKnownText As String, coordinateSystemId As Integer) As DbGeography

Parameters

multiPolygonKnownText
String

The well-known text value.

coordinateSystemId
Int32

The coordinate system identifier.

Returns

A new DbGeography multi polygon value.

Attributes

Applies to