Condividi tramite


Metodo DbSpatialServices.GeographyMultiPolygonFromBinary

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Crea un nuovo valore multipoligono DbGeography in base al valore WKB e all'identificatore del sistema di coordinate specificati.

Spazio dei nomi:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "Multi",  _
    Justification := "Match OGC, EDM")> _
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "multi",  _
    Justification := "Match OGC, EDM")> _
Public MustOverride Function GeographyMultiPolygonFromBinary ( _
    multiPolygonWellKnownBinary As Byte(), _
    coordinateSystemId As Integer _
) As DbGeography
'Utilizzo
Dim instance As DbSpatialServices 
Dim multiPolygonWellKnownBinary As Byte()
Dim coordinateSystemId As Integer 
Dim returnValue As DbGeography 

returnValue = instance.GeographyMultiPolygonFromBinary(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 abstract DbGeography GeographyMultiPolygonFromBinary(
    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:
virtual DbGeography^ GeographyMultiPolygonFromBinary(
    array<unsigned char>^ multiPolygonWellKnownBinary, 
    int coordinateSystemId
) abstract
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Multi", 
    Justification = "Match OGC, EDM")>]
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "multi", 
    Justification = "Match OGC, EDM")>]
abstract GeographyMultiPolygonFromBinary : 
        multiPolygonWellKnownBinary:byte[] * 
        coordinateSystemId:int -> DbGeography
public abstract function GeographyMultiPolygonFromBinary(
    multiPolygonWellKnownBinary : byte[], 
    coordinateSystemId : int
) : DbGeography

Parametri

  • multiPolygonWellKnownBinary
    Tipo: System.Byte[]
    Valore WKB.
  • coordinateSystemId
    Tipo: System.Int32
    Identificatore del sistema di coordinate.

Valore restituito

Tipo: System.Data.Entity.Spatial.DbGeography
Nuovo valore multipoligono DbGeography.

Vedere anche

Riferimento

DbSpatialServices Classe

Spazio dei nomi System.Data.Entity.Spatial