Hi
MapSuite for Android can use and create a project file (tgproj ?).
And
Use files style library (tgsty ?)
Is it possible to serialize and deserialize a class to get the same result ?
Thanks
Regards
Laurent M
File project
Hi Maumet,
The tgproj and tgsty should be only used by GisEditor, any our other product cannot use them.
Could you please let me know which class you want to serialize and deserialize? And what’s the more detail scenario for it?
Regards,
Don
Hi Don
I need to save the style of a layer in a file or in a DataBase.
Is it possible to serialize a class (AreaStyle,LineStyle ?) to make a xml file?.
Regards
Laurent M
Hi Laurent,
You cannot use our tgsty for that, if you want to implement that, you can use our GeoSerializer to Serialize your style and then use it to Deserialize it in your Android side.
Regards,
Don