Tagged Questions
3
votes
1answer
589 views
Workaround for Raster data input in ArcGIS Server Geoprocessing Service
UPDATE
I have accomplished the Python script, but only tested in desktop environment, i.e. ArcMap.
#Import ArcPy site package module
import arcpy
from arcpy import env
from arcpy import Extent
from ...
3
votes
1answer
302 views
Disaggregating multiring polygon for editing, then recombining
BUMP?
We have many rows of multi-ring polygons, displayed on a Flex front end. We need to be able to select a polygon (a row), split the rings for editing, edit them, then combine into one polygon ...