SpatialReferenceSystem.ExportToWkt

SpatialReferenceSystem.ExportToWkt method

Returns representation of this SRS as WKT string. The result WKT string will match OGC 01-009 specification, usually named “WKT1”.

public string ExportToWkt()

Return Value

WKT representation of this SRS.

Exceptions

exceptioncondition
InvalidOperationExceptionThis SRS representation would contain NaN, PositiveInfinity or NegativeInfinity.

See Also