DbGeometry.MultiPointFromBinary Method (Byte[], Int32)
Returns the multipoint value from a well-known binary value.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "MultiPoint", Justification = "Match OGC, EDM")] [SuppressMessageAttribute("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "multiPoint", Justification = "Match OGC, EDM")] [SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Multi", Justification = "Match OGC, EDM")] [SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "multi", Justification = "Match OGC, EDM")] public static DbGeometry MultiPointFromBinary( byte[] multiPointWellKnownBinary, int coordinateSystemId )
Parameters
- multiPointWellKnownBinary
-
Type:
System.Byte[]
The well-known binary value.
- coordinateSystemId
-
Type:
System.Int32
The coordinate system identifier.
Return Value
Type: System.Data.Entity.Spatial.DbGeometryThe multipoint value from a well-known binary value.