Compartir a través de


SqlSpatialServices.GeographyCollectionFromText(String, Int32) Método

Definición

Crea un nuevo valor de colección DbGeography basándose en el valor de texto conocido y en el identificador del sistema de coordenadas (SRID) especificados.

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

Parámetros

geographyCollectionWellKnownText
String

Cadena que contiene una representación de texto conocida del valor de geografía.

coordinateSystemId
Int32

Identificador del sistema de coordenadas que el nuevo valor DbGeography debe usar.

Devoluciones

Nuevo DbGeography valor definido por el valor de texto conocido con el identificador del sistema de coordenadas (SRID) especificado ( DefaultCoordinateSystemId ).

Se aplica a