DbSpatialServices.GeographyMultiPolygonFromText(String, Int32) Methode

Definition

Erstellt einen neuen DbGeography multi polygonalen Wert basierend auf dem angegebenen bekannten Textwert und koordinatensystembezeichner.

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 Multi polygonwert.

Gilt für: