Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

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:

  1. Add a new field in a new file or in the same feature class with the new re-classed values.
  2. 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.
share|improve this question
1  
Maybe this question is similar gis.stackexchange.com/questions/23467/… – nadya Oct 26 '12 at 23:58
1  
Is this the Reclassify tool that you are trying to emulate the functionality of? Are you wanting the user to be able to add N values to the tool dialog? If so, perhaps how to do that part of your tool should become the focus of the Question because the first part is just an Add Field. – PolyGeo Oct 28 '12 at 1:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.