wktstring
Description
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.
Examples
Input Arguments
Name-Value Arguments
Tips
The WKT strings for two equivalent projcrs
or geocrs
objects may not be equivalent. Compare projcrs
or geocrs
objects by using the isequal
function
instead of by comparing WKT strings.
Version History
Introduced in R2020b