다음을 통해 공유


DbSpatialServices.GeographyMultiPolygonFromText(String, Int32) 메서드

정의

지정된 잘 알려진 텍스트 값과 좌표계 식별자를 기반으로 새 DbGeography 다중 다각형 값을 만듭니다.

[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

매개 변수

multiPolygonKnownText
String

잘 알려진 텍스트 값입니다.

coordinateSystemId
Int32

좌표계 식별자입니다.

반환

DbGeography 다중 다각형 값입니다.

특성

적용 대상