DbSpatialServices.GeographyMultiPointFromText(String, Int32) Método

Definição

Cria um novo DbGeography valor multiponto baseado no valor de texto bem conhecido especificado e no identificador do sistema de coordenadas.

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

O conhecido valor do texto.

coordinateSystemId
Int32

O identificador do sistema de coordenadas.

Devoluções

Um novo DbGeography valor multiponto.

Aplica-se a