Edit elements in database

Edit elements in database

rudy.delacruz
Enthusiast Enthusiast
593 Views
5 Replies
Message 1 of 6

Edit elements in database

rudy.delacruz
Enthusiast
Enthusiast

Good afternoon,

 

I am not able to edit the elements stored in the database, even though I have followed the instructions, but the area of the polygon does not change,

 

Thanks for your reply,

 

RD

 

 

0 Likes
Accepted solutions (2)
594 Views
5 Replies
Replies (5)
Message 2 of 6

Pointdump
Consultant
Consultant

Hi Rudy,
"...the area of the polygon does not change."
More details please. What polygon?
Dave

Dave Stoll
Las Vegas, Nevada

EESignature

64GB DDR4 2400MHz ECC SoDIMM / 1TB SSD
NVIDIA Quadro P5000 16GB
Windows 10 Pro 64 / Civil 3D 2025
Message 3 of 6

rudy.delacruz
Enthusiast
Enthusiast

Affirmative,

 

the area of the polygon does not change,

 

In the previous email, I attached images,

 

THX,

 

RD

 

0 Likes
Message 4 of 6

Pointdump
Consultant
Consultant
Accepted solution

RD,
OK, I think I understand now. You're editing the polygon but the Area and Length in the Table doesn't change. Did you "Check In Features"?
Dave

 

CheckIn_1.png

 

Dave Stoll
Las Vegas, Nevada

EESignature

64GB DDR4 2400MHz ECC SoDIMM / 1TB SSD
NVIDIA Quadro P5000 16GB
Windows 10 Pro 64 / Civil 3D 2025
Message 5 of 6

rudy.delacruz
Enthusiast
Enthusiast

Yes, I already did what you tell me, but the changes are not reflected

0 Likes
Message 6 of 6

ChicagoLooper
Mentor
Mentor
Accepted solution

A feature data object (FDO) such as a shapefile does not behave like plain vanilla AutoCad objects. When you move the vertex or side of a vanilla rectangle, the change is reflected in the Properties palette right away. An FDO doesn’t behave like that. 

Although a shapefile’s record (a row in the table is a record) is associated with the geometry, the data itself is static, it won’t change. The only way a record’s value will change is when you manually edit it. This means when you edit the vertex of a polygon to make its area smaller the area in the table must be edited too. After the edits to both the geometry and table have been made, you must perform ‘check-in’ so your changes are confirmed and rewritten to the shapefile’s geometry and recorded in the database. 

If you just change the geometry without making edits to the database then that record’s data will be inaccurate. Incorrect data in your table will also lead to inaccurate results if your analysis relies on that data. 

Chicagolooper

EESignature