Sdílet prostřednictvím


DbSpatialServices.GeometryMultiPointFromText(String, Int32) Metoda

Definice

Vytvoří novou DbGeometry hodnotu více bodů na základě zadané dobře známé textové hodnoty a identifikátoru systému souřadnic.

[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", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="multiPoint")]
public abstract System.Data.Entity.Spatial.DbGeometry GeometryMultiPointFromText(string multiPointWellKnownText, int coordinateSystemId);
abstract member GeometryMultiPointFromText : string * int -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function GeometryMultiPointFromText (multiPointWellKnownText As String, coordinateSystemId As Integer) As DbGeometry

Parametry

multiPointWellKnownText
String

Známá textová hodnota.

coordinateSystemId
Int32

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

Návraty

Nová DbGeometry hodnota s více body.

Atributy

Platí pro