다음을 통해 공유


DbSpatialServices.GeometryMultiPointFromBinary(Byte[], Int32) 메서드

정의

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

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="MultiPoint")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="multiPoint")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
public abstract System.Data.Entity.Spatial.DbGeometry GeometryMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId);
abstract member GeometryMultiPointFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function GeometryMultiPointFromBinary (multiPointWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeometry

매개 변수

multiPointWellKnownBinary
Byte[]

잘 알려진 이진 값입니다.

coordinateSystemId
Int32

좌표계 식별자입니다.

반환

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

특성

적용 대상