Partager via


SpatialEdmFunctions.GeometryMultiPointFromBinary Méthode

Définition

Crée un DbFunctionExpression qui appelle la fonction « GeometryMultiPointFromBinary » canonique avec les arguments spécifiés. multiPointWellKnownBinaryValue doit avoir un type de résultat binaire, tandis que coordinateSystemId doit avoir un type de résultat numérique entier. Le type de résultat de l'expression est Edm.Geometry.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="multiPoint")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="MultiPoint")]
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression GeometryMultiPointFromBinary (System.Data.Entity.Core.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Entity.Core.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPointFromBinary : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPointFromBinary (multiPointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Paramètres

multiPointWellKnownBinaryValue
DbExpression

Expression qui fournit la représentation binaire connue de la valeur de multipoint géométrique.

coordinateSystemId
DbExpression

Expression qui fournit l'identificateur de système de coordonnées (SRID) du système de coordonnées de valeur multipoint géométrique.

Retours

Nouvelle DbFunctionExpression qui retourne une nouvelle valeur multipoint géométrique en fonction des valeurs spécifiées.

Attributs

S’applique à