DbSpatialServices.GeographyMultiPointFromText(String, Int32) Methode

Definitie

Hiermee maakt u een nieuwe DbGeography multipoint-waarde op basis van de opgegeven bekende tekstwaarde en coördinatensysteem-id.

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

Parameters

multiPointWellKnownText
String

De bekende tekstwaarde.

coordinateSystemId
Int32

De coördinatensysteem-id.

Retouren

Een nieuwe DbGeography multipoint-waarde.

Van toepassing op