Function ImportFromJson( _ ByVal importFlags As JsonImportFlags, _ ByVal jsonString As String _ ) As Geometry
Geometry ImportFromJson( JsonImportFlags importFlags, string jsonString )
Parameters
- importFlags
- A combination of JsonImportFlags which determines how the geometry is imported.
- jsonString
- The input JSON string. If the spatial reference information is in the string, then the output geometry will have the spatial reference associated with it.
Return Value
A Geometry that corresponds to the jsonString.