Hi,
I would like to save a copy of Map Image Layer from Esri Portal into gdb. Esri ArcGIS Portal Feature Service does not recognise raster layers and ArcGISOnlineConnector does not recognise geomety. What is the way around?
Hi,
I would like to save a copy of Map Image Layer from Esri Portal into gdb. Esri ArcGIS Portal Feature Service does not recognise raster layers and ArcGISOnlineConnector does not recognise geomety. What is the way around?
Hi
Is the source vector or raster? If vector, the Esri ArcGIS Server Feature Service works best for me to retrieve geometry.
Is the source vector or raster? If vector, the Esri ArcGIS Server Feature Service works best for me to retrieve geometry.
Good point
The MIL is a raster
Published via ArcGIS Pro
...
It is simply possible to retrieve the geometry from a map image layer using the Esri ArcGIS Server Feature Service reader, you do not need a featurelayer for that, hosted or not.
But as I understand, you published a tif as map image layer, and now you want to export a tif from it?
What I once did what use the rest api export functionality to request exports from a bigger extent, georeference those and mosaic that together. It was quite a bit of work and I was not too pleased with the result. So I would not advise that.
If I need this now, I use Global Mapper to simply export an extent of an earial service to an ECW, but it still takes a lot of time.