다음을 통해 공유


DbSpatialServices.GeographyMultiLineFromText(String, Int32) 메서드

정의

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

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyMultiLineFromText(System::String ^ multiLineWellKnownText, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyMultiLineFromText (string multiLineWellKnownText, int coordinateSystemId);
abstract member GeographyMultiLineFromText : string * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyMultiLineFromText (multiLineWellKnownText As String, coordinateSystemId As Integer) As DbGeography

매개 변수

multiLineWellKnownText
String

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

coordinateSystemId
Int32

좌표계 식별자입니다.

반환

DbGeography 여러 줄 값입니다.

적용 대상