Freigeben über


DbSpatialServices.GeographyMultiPolygonFromText(String, Int32) Methode

Definition

Erstellt einen neuen DbGeography-Multipolygonwert auf Grundlage des angegebenen bekannten Textwerts und Koordinatensystembezeichners.

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyMultiPolygonFromText(System::String ^ multiPolygonWellKnownText, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyMultiPolygonFromText (string multiPolygonWellKnownText, int coordinateSystemId);
abstract member GeographyMultiPolygonFromText : string * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyMultiPolygonFromText (multiPolygonWellKnownText As String, coordinateSystemId As Integer) As DbGeography

Parameter

multiPolygonWellKnownText
String

Der bekannte Textwert.

coordinateSystemId
Int32

Der Koordinatensystembezeichner.

Gibt zurück

Ein neuer DbGeography-Multipolygonwert.

Gilt für: