SqlGeometry.STMPointFromText(SqlChars, Int32) Método

Definição

Retorna uma SqlGeometry instância de uma representação WKT (Open Geospatial Consortium) Texto Bem Conhecido (WKT) aumentada com quaisquer valores Z (elevação) e M (medida) transportados pela instância.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public static Microsoft.SqlServer.Types.SqlGeometry STMPointFromText(System.Data.SqlTypes.SqlChars multiPointTaggedText, int srid);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
static member STMPointFromText : System.Data.SqlTypes.SqlChars * int -> Microsoft.SqlServer.Types.SqlGeometry
Public Shared Function STMPointFromText (multiPointTaggedText As SqlChars, srid As Integer) As SqlGeometry

Parâmetros

multiPointTaggedText
SqlChars

A representação WKT da instância do SqlGeometry MultiPoint que você deseja retornar.

srid
Int32

Uma expressão int que representa a SRID (ID de referência espacial) da instância do SqlGeometry MultiPoint que você deseja retornar.

Retornos

Um SqlGeometry valor construído forma a representação WKT especificada.

Atributos

Aplica-se a