다음을 통해 공유


DbGeography.GeographyCollectionFromBinary(Byte[], Int32) 메서드

정의

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

public:
 static System::Data::Spatial::DbGeography ^ GeographyCollectionFromBinary(cli::array <System::Byte> ^ geographyCollectionWellKnownBinary, int coordinateSystemId);
public static System.Data.Spatial.DbGeography GeographyCollectionFromBinary (byte[] geographyCollectionWellKnownBinary, int coordinateSystemId);
static member GeographyCollectionFromBinary : byte[] * int -> System.Data.Spatial.DbGeography
Public Shared Function GeographyCollectionFromBinary (geographyCollectionWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

매개 변수

geographyCollectionWellKnownBinary
Byte[]

지리 값의 잘 알려진 이진 표현을 포함하는 바이트 배열입니다.

coordinateSystemId
Int32

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

반환

지정된 좌표계 식별자를 사용하여 잘 알려진 이진 값으로 정의된 새 DbGeography 값입니다.

예외

geographyCollectionWellKnownBinary

coordinateSystemId

적용 대상