I have a shapefile and I want to change the order of the features. Is that possible using ArcMap?
Thank you!
|
|
You can always open the attribute table in ArcMap and right click the columns header and select Sort Ascending.../Descending... for single fields. For multiple fields you would instead click Advanced Sorting to select multiple fields. NOTE: Adding, for instance, a sequential ID field based on the current sorting (which is temporary, stored only in this map/mxd) when using the above method will be ordered by the original OID/ObjectID of the feature class. There is an ArcScripts available that will sort records permanently and output a new shapefile: http://arcscripts.esri.com/details.asp?dbid=16771 I do hope that when you state 'order of features' that this is the order found in the attribute table and not drawing order for the table of contents/symbology levels. |
|||
|
I don't know about Arc*, but for QGIS there is a Sort plugin: http://michaelminn.com/linux/mmqgis/
|
|||
|
|
|
If you have access to an arcinfo license, you can use the Sort in the (Data Management toolbox) which writes the records into a new shapefiles or gdb fc based spatial or attribute sorting |
||||
|
An utility software of MapServer (free and open-source) can sort shapes according to attributes values : |
|||
|
|