다음을 통해 공유


DbSpatialServices.GeometryCollectionFromText(String, Int32) 메서드

정의

지정된 잘 알려진 텍스트 값과 좌표계 식별자(SRID)를 기반으로 새 DbGeometry 컬렉션 값을 만듭니다.

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

매개 변수

geometryCollectionWellKnownText
String

이 기하 값의 잘 알려진 텍스트 표현을 포함하는 문자열입니다.

coordinateSystemId
Int32

DbGeometry 값을 사용해야 하는 좌표계의 식별자입니다.

반환

지정된 SRID(좌표계 식별자)(DbGeometry)를 사용하여 잘 알려진 텍스트 값으로 정의된 새 DefaultCoordinateSystemId 값입니다.

예외

geometryCollectionWellKnownText

coordinateSystemId

적용 대상