Share via


DbSpatialServices.GeographyMultiPointFromText(String, Int32) Método

Definición

Crea un nuevo valor multipunto DbGeography basado en el valor de texto conocido y el identificador del sistema de coordenadas especificados.

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

Parámetros

multiPointWellKnownText
String

Valor de texto conocido.

coordinateSystemId
Int32

Identificador del sistema de coordenadas.

Devoluciones

Nuevo valor multipunto DbGeography.

Se aplica a