Well-known text string
str = wktstring(
returns the well-known
text (WKT) string representation of the specified projected or geographic coordinate
reference system. By default, crs
)wktstring
uses the WKT 2 standard and
does not apply formatting.
str = wktstring(
specifies version and formatting options using one or more crs
,Name,Value
)Name,Value
pair arguments. For example, 'Format','formatted'
includes line breaks
and indentations in the WKT string.