Compartir a través de


DbSpatialServices.GeographyCollectionFromText (Método)

[Esta página es específica de la versión 6 de Entity Framework. La versión más reciente está disponible como el paquete NuGet de Entity Framework. Para más información sobre Entity Framework, consulte msdn.com/es-ES/data/ef].

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

Espacio de nombres:  System.Data.Entity.Spatial
Ensamblado:  EntityFramework (en EntityFramework.dll)

Sintaxis

'Declaración
Public MustOverride Function GeographyCollectionFromText ( _
    geographyCollectionWellKnownText As String, _
    coordinateSystemId As Integer _
) As DbGeography
'Uso
Dim instance As DbSpatialServices 
Dim geographyCollectionWellKnownText As String 
Dim coordinateSystemId As Integer 
Dim returnValue As DbGeography 

returnValue = instance.GeographyCollectionFromText(geographyCollectionWellKnownText, _
    coordinateSystemId)
public abstract DbGeography GeographyCollectionFromText(
    string geographyCollectionWellKnownText,
    int coordinateSystemId
)
public:
virtual DbGeography^ GeographyCollectionFromText(
    String^ geographyCollectionWellKnownText, 
    int coordinateSystemId
) abstract
abstract GeographyCollectionFromText : 
        geographyCollectionWellKnownText:string * 
        coordinateSystemId:int -> DbGeography
public abstract function GeographyCollectionFromText(
    geographyCollectionWellKnownText : String, 
    coordinateSystemId : int
) : DbGeography

Parámetros

  • geographyCollectionWellKnownText
    Tipo: System.String
    Cadena que contiene una representación de texto conocida del valor de geografía.
  • coordinateSystemId
    Tipo: System.Int32
    Identificador del sistema de coordenadas que el nuevo valor DbGeography debe usar.

Valor devuelto

Tipo: System.Data.Entity.Spatial.DbGeography
Un nuevo valor DbGeography tal y como lo define el valor de texto conocido con el identificador del sistema de coordenadas (SRID) especificado( DefaultCoordinateSystemId ).

Vea también

Referencia

DbSpatialServices Clase

System.Data.Entity.Spatial (Espacio de nombres)