DbSpatialServices.GeographyMultiPolygonFromText(String, Int32) Método

Definición

Crea un nuevo DbGeography valor de polígono múltiple basado en el valor de texto conocido especificado y el identificador del sistema de coordenadas.

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyMultiPolygonFromText(System::String ^ multiPolygonWellKnownText, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyMultiPolygonFromText(string multiPolygonWellKnownText, int coordinateSystemId);
abstract member GeographyMultiPolygonFromText : string * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyMultiPolygonFromText (multiPolygonWellKnownText As String, coordinateSystemId As Integer) As DbGeography

Parámetros

multiPolygonWellKnownText
String

Valor de texto conocido.

coordinateSystemId
Int32

Identificador del sistema de coordenadas.

Devoluciones

DbGeography Nuevo valor de polígono múltiple.

Se aplica a