esri - How to retrieve highlighted dynamic map image in ArcGIS rest API for given polygon geometries? -


i using arcgis rest api export map operation in dynamic map service retrieve png given extent. want highlight specific polygon (already have geometry of polygon) colour using rest api , retrieve png server. possible highlight (add graphics) specific geometry using rest api only?

note client in java , don't want introduce new technology (arcobjects etc).

i had polygon metadata in spatial database. solve problem, added new layer in arcgis rest services. layer given specific colour (rgb). in map export operation, passed layer definitions highlight specific polygons specific colour (new layer).


Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

json - Gson().fromJson(jsonResult, Myobject.class) return values in 0's -