ArcGIS for Desktop is an Esri product from the ArcGIS Platform. This tag should be used to distinguish issues with it from those of ArcGIS for Server, ArcGIS for Mobile, ArcGIS Online, etc
2
votes
1answer
585 views
How to re-order fields permanently using ArcGIS Make Query Table tool?
In the Answer to somebody else's question it was stated that the Make Query Table tool could be used to re-order fields in tables and feature classes permanently.
However, when I open the dialog for ...
2
votes
1answer
51 views
Raster Version of Spatial Join (one to many) [duplicate]
I have two raster layers that are identical in shape (they overlap exactly) and I need to perform the raster equivalent of a Spatial Join (one to many). My files need to stay in raster format ...
2
votes
1answer
321 views
Is it possible to replaceDataSource of layer with dataset stored in_memory using ArcPy?
I use in_memory workspaces to speed up some Python script tools that get published as Geoprocessing Services significantly.
The tools open MXDs and perform, among other things, an ExportToPDF.
In ...
0
votes
1answer
344 views
How to use variable field name in arcpy.SearchCursor?
I have code that says
fld = fieldName
rows = arcpy.SearchCursor(fc)
for row in rows:
x = row.fld
How do I use a variable for my field name in python ArcGIS 10 on windows? Thanks.
2
votes
0answers
133 views
How to sort entries in raster legend?
How do I reorder the Value field in a raster? There is no up or down button in it.
0
votes
0answers
27 views
Raster attribute field error [duplicate]
I am trying to add jpegs to a raster data type attribute field. I want to this field to be managed by the file geodatabase. When I load the photos and try to save my edits it get various errors but ...
0
votes
1answer
52 views
How to buffer increasing/decreasing population zones?
I will find out the difference in population between year 2000 and 2013. I have a feature class file with the population in year 2000 and 2013 that are connected to the municipal number and that is a ...