Geometry.FromText

FromText(string)

Crée une géométrie à partir de sa représentation Texte connu.

public static IGeometry FromText(string wkt)
ParamètreTaperLa description
wktStringReprésentation textuelle connue d’une géométrie.

Return_Value

Une géométrie représentée par l’argument.

Exceptions

exceptioncondition
ArgumentNullExceptionL’argument est nul.
NotSupportedExceptionL’argument représente une géométrie de type non pris en charge.
FormatExceptionL’argument n’est pas un texte connu valide.

Voir également


FromText(string, SpatialReferenceSystem)

Crée une géométrie à partir de sa représentation Texte connu.

public static IGeometry FromText(string wkt, SpatialReferenceSystem spatialReferenceSystem)
ParamètreTaperLa description
wktStringReprésentation textuelle connue d’une géométrie.
spatialReferenceSystemSpatialReferenceSystemSystème de référence spatiale à affecter à la géométrie.

Return_Value

Une géométrie représentée par l’argument.

Exceptions

exceptioncondition
ArgumentNullExceptionL’argument est nul.
NotSupportedExceptionL’argument représente une géométrie de type non pris en charge.
FormatExceptionL’argument n’est pas un texte connu valide.

Voir également