DbGeography.MultiPolygonFromBinary-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Gibt den MultiPolygon-Wert von einem bekannten Binärwert zurück.
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "multi", _
Justification := "Match OGC, EDM")> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "Multi", _
Justification := "Match OGC, EDM")> _
Public Shared Function MultiPolygonFromBinary ( _
multiPolygonWellKnownBinary As Byte(), _
coordinateSystemId As Integer _
) As DbGeography
'Usage
Dim multiPolygonWellKnownBinary As Byte()
Dim coordinateSystemId As Integer
Dim returnValue As DbGeography
returnValue = DbGeography.MultiPolygonFromBinary(multiPolygonWellKnownBinary, _
coordinateSystemId)
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "multi",
Justification = "Match OGC, EDM")]
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Multi",
Justification = "Match OGC, EDM")]
public static DbGeography MultiPolygonFromBinary(
byte[] multiPolygonWellKnownBinary,
int coordinateSystemId
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"multi",
Justification = L"Match OGC, EDM")]
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"Multi",
Justification = L"Match OGC, EDM")]
public:
static DbGeography^ MultiPolygonFromBinary(
array<unsigned char>^ multiPolygonWellKnownBinary,
int coordinateSystemId
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "multi",
Justification = "Match OGC, EDM")>]
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Multi",
Justification = "Match OGC, EDM")>]
static member MultiPolygonFromBinary :
multiPolygonWellKnownBinary:byte[] *
coordinateSystemId:int -> DbGeography
public static function MultiPolygonFromBinary(
multiPolygonWellKnownBinary : byte[],
coordinateSystemId : int
) : DbGeography
Parameter
- multiPolygonWellKnownBinary
Typ: System.Byte[]
Der MultiPolygon-WKB-Wert (well-known binary).
- coordinateSystemId
Typ: System.Int32
Die Koordinatensystem-ID.
Rückgabewert
Typ: System.Data.Entity.Spatial.DbGeography
Der MultiPolygon-Wert von einem bekannten Binärwert.