Crs.ToWellKnownText Methods
Returns a WKT (Well-Known Text) representation of the calling Coordinate Reference System.
Overload List
Name | Description | |
---|---|---|
Public method | ToWellKnownText(System.Boolean pretty) | Returns a WKT (Well-Known Text) representation of the calling Coordinate Reference System, in the GDAL/OGR flavor of WKT1. |
Public method | ToWellKnownText(System.Boolean pretty, WellKnownTextFlavor flavor) | Returns a WKT (Well-Known Text) representation of the calling Coordinate Reference System, in a given WKT flavor. |
ToWellKnownText(System.Boolean pretty)
Returns a WKT (Well-Known Text) representation of the calling Coordinate Reference System, in the GDAL/OGR flavor of WKT1.Syntax
public System.String ToWellKnownText (
System.Boolean pretty
)
Parameters
Tells whether the text shall be on several lines and indented, for easier human readability.
Return Value
Well-Known Text that describes the calling Crs.
Remarks
There are many flavors (or dialects) of WKT. This method writes only the GDAL/OGR flavor of WKT1, but there is an overloaded variant that lets you specify the flavor.
ToWellKnownText(System.Boolean pretty, WellKnownTextFlavor flavor)
Returns a WKT (Well-Known Text) representation of the calling Coordinate Reference System, in a given WKT flavor.Syntax
public System.String ToWellKnownText (
System.Boolean pretty,
WellKnownTextFlavor flavor
)
Parameters
Tells whether the text shall be on several lines and indented, for easier human readability.
The WKT flavor to write.
Return Value
Well-Known Text that describes the calling Crs.
Platforms
Windows, Linux, Android