DbSpatialServices.GeographyMultiPolygonFromText(String, Int32) Metod

Definition

Skapar ett nytt DbGeography multipolygonvärde baserat på det angivna välkända textvärdet och koordinatsystemidentifieraren.

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

Parametrar

multiPolygonWellKnownText
String

Det välkända textvärdet.

coordinateSystemId
Int32

Koordinatsystemidentifieraren.

Returer

Ett nytt DbGeography multipolygonvärde.

Gäller för