HI,
From a rest-service I can retrieve single or multiple geojson features as text .
example of singele feature (shortend) :
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[135099.3841000013,482298.6171000004] ...]]},"properties":null,"id":1823}
Example of multiple features in geojson text .
{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[135099.3841000013,482298.6171000004] ...]]},"properties":null,"id":1823},
{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[135099.3841000013,482298.6171000004] ...]]},"properties":null,"id":1824}]}
Can I use Aspose.Gis to convert from geoJson feature to Geometry ( IGeometry) .
Can I use Aspose.Gis to use the input geoJson feature to render to an image / png/ toImage function.
Hope you can help.
Regards,
Mehmet