Condividi tramite


SqlSpatialServices.GeographyMultiPointFromText(String, Int32) Metodo

Definizione

Crea un nuovo valore multipunto di DbGeography in base al valore di testo noto e all'identificatore del sistema di coordinate specificati.

public override System.Data.Entity.Spatial.DbGeography GeographyMultiPointFromText (string multiPointWellKnownText, int coordinateSystemId);
override this.GeographyMultiPointFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyMultiPointFromText (multiPointWellKnownText As String, coordinateSystemId As Integer) As DbGeography

Parametri

multiPointWellKnownText
String

Valore di testo noto.

coordinateSystemId
Int32

Identificatore del sistema di coordinate.

Restituisce

Nuovo valore multipunto DbGeography.

Si applica a