Smart City
Natural Resource
Land Management
Facility Management
Public Safety
Natural Disasters
Transportation
Water Conservancy
BIM+GIS
Q: How do you convert a geometry object into a string and save it in a database in SuperMap iClient for Javascript?
A: You can use geometry.toString() to convert to string, and use fromWKT() to convert the string to the geometry object.
Learn More