Freigeben über


DbSpatialServices.GeographyMultiPointFromText(String, Int32) Methode

Definition

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

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

Parameter

multiPointWellKnownText
String

Der bekannte Textwert.

coordinateSystemId
Int32

Der Koordinatensystembezeichner.

Gibt zurück

Ein neuer DbGeography-Multipointwert.

Gilt für: