ArcGIS has a reclassify tool that works with Raster files only. Is it possible to have the same functionality for a vector file?
On the basis of one of the fields in a feature class, the tool should:
- Add a new field in a new file or in the same feature class with the new re-classed values.
- I know this can be done using a look up table (LUT) and then joining the two tables. But I want this tool to go inside a model so that the user can change the values again and again using the user interface.