SqlGeometry.STMPointFromText(SqlChars, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une instance d’une SqlGeometry représentation OGC (Open Geospatial Consortium) Well-Known Texte (WKT) augmentée avec toutes les valeurs Z (élévation) et M (mesure) portées par l’instance.
[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
Paramètres
- multiPointTaggedText
- SqlChars
Représentation WKT de l’instance SqlGeometry MultiPoint à retourner.
- srid
- Int32
Expression int qui représente l’ID de référence spatiale (SRID) de l’instance SqlGeometry MultiPoint que vous souhaitez retourner.
Retours
Forme SqlGeometry construite sous forme de valeur la représentation WKT spécifiée.
- Attributs