DbSpatialServices.GeographyMultiPointFromText(String, Int32) Metod

Definition

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

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

Parametrar

multiPointWellKnownText
String

Det välkända textvärdet.

coordinateSystemId
Int32

Koordinatsystemidentifieraren.

Returer

Ett nytt DbGeography multipoint-värde.

Gäller för