I'm new in MapXtreme and I'm bit lost.
I have polygon in MapXtreme 7.0 (in C#) saved as FeatureGeometry type. I need to save this in SqlServer 2008 as geometry type, but I don't have direct access to DB. So, I need to push data through wcf to be read by some process (in C#) on server with DB access.
What could be order of types conversions which lead from MapXtreme's FeatureGeometry through something serializable for wcf to SqlServer's Geometry?
Of course, polygons will be read from DB and pushed back to be displayed on the map... so conversions in this direction needed as well.
أكثر...
I have polygon in MapXtreme 7.0 (in C#) saved as FeatureGeometry type. I need to save this in SqlServer 2008 as geometry type, but I don't have direct access to DB. So, I need to push data through wcf to be read by some process (in C#) on server with DB access.
What could be order of types conversions which lead from MapXtreme's FeatureGeometry through something serializable for wcf to SqlServer's Geometry?
Of course, polygons will be read from DB and pushed back to be displayed on the map... so conversions in this direction needed as well.
أكثر...