WKTConvertible
public protocol WKTConvertible
Entity which can be converted to and from ‘Well Known Text’.
-
Undocumented
Declaration
Swift
var wkt: String { get }
-
Undocumented
Declaration
Swift
init(wkt: String) throws