0

If I have a shapefile with attributes and values that I need. What happens when I import it into a GDB with domains for that attribute? Say in my shapefile I have a feature with attribute 'TYPE' with a value of 'HOME' and import it into the GDB the value is 'HOUSE', does it convert my value 'HOME' to 'HOUSE' to maintain consistency?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Sep 28, 2016 at 14:43

2 Answers 2

4

No it does not. Shapefiles do not support domains. When you import this into a GDB, the process does not automatically assign domains, even if the field names are the same. You will need to manually assign a domain to the field (Either an existing domain or a new domain) To conform to your existing domain you will need to modify the values in the feature class manually as well

answered Sep 28, 2016 at 14:53
2
  • This makes sense. Commented Sep 28, 2016 at 15:27
  • +1 Moreover what looks like "HOME" in database is most likely short integer, e.g.2. This is one of the reason of domain invention Commented Sep 29, 2016 at 2:50
1

The domains transfer over as well into your GDB, you may need to re-assign them

answered Sep 28, 2016 at 14:52

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.