다음을 통해 공유


SqlSpatialServices.GeographyMultiPointFromText(String, Int32) 메서드

정의

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

public override System.Data.Entity.Spatial.DbGeography GeographyMultiPointFromText(string multiPointWellKnownText, int coordinateSystemId);
override this.GeographyMultiPointFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyMultiPointFromText (multiPointWellKnownText As String, coordinateSystemId As Integer) As DbGeography

매개 변수

multiPointWellKnownText
String

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

coordinateSystemId
Int32

좌표계 식별자입니다.

반환

새로운 DbGeography 다중 점 값입니다.

적용 대상