Sdílet prostřednictvím


DbSpatialServices.GeometryMultiPolygonFromText(String, Int32) Metoda

Definice

Vytvoří novou DbGeometry hodnotu víceúhelníku na základě zadané dobře známé textové hodnoty a identifikátoru souřadnicového systému.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
public abstract System.Data.Entity.Spatial.DbGeometry GeometryMultiPolygonFromText (string multiPolygonKnownText, int coordinateSystemId);
abstract member GeometryMultiPolygonFromText : string * int -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function GeometryMultiPolygonFromText (multiPolygonKnownText As String, coordinateSystemId As Integer) As DbGeometry

Parametry

multiPolygonKnownText
String

Dobře známá textová hodnota.

coordinateSystemId
Int32

Identifikátor souřadnicového systému.

Návraty

Nová DbGeometry hodnota s více mnohoúhelníky.

Atributy

Platí pro