Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

If i read-in shape files some integer attribute values get lost and a zero is written!?

0
Posted

If i read-in shape files some integer attribute values get lost and a zero is written!?

0

This is 64 bit problem. There are 2 solutions: If you are able to programm, you can change in the package com.vividsolutions.jump.feature the class AttributeTypes: public final static AttributeType INTEGER = new AttributeType(“INTEGER”, Integer.class) and change it to: public final static AttributeType INTEGER = new AttributeType(“INTEGER”, Long.class The second solution – if you dont have programming knowledge – is, to change the attribute type of your dbf table from Integer to Double.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123