POST
|
You can use the Calculate Field with the python option and use any of the 4 phrases below. The first one gives you the measure value of the first vertex, the second one gives you the measure of the last vertex, the third one give you the minimum measure for the whole shape, and the forth one gives you the maximum measure for the whole shape. Is that the type of thing you were looking for? !Shape!.firstPoint.M !Shape!.lastPoint.M !shape.extent.mmin! !shape.extent.mmax!
... View more
12-12-2019
05:26 AM
|
5
|
0
|
66
|
POST
|
Andrew, good stuff. The edit log adds an extra difficulty over just working with XML. It stores the XML as a blob in the EditData field. That is the part that has me stuck. I don't know how to unlock that blob data.
... View more
06-20-2019
10:34 AM
|
0
|
1
|
229
|
POST
|
Andrew, This is good stuff and thanks for sharing the code. I know what I would like is some way to do something similar to make a readable audit trail of edits. But to do that I would need a programmatic way to do the "Show XML" right-click to the edit log. Have you (or anybody else) been able to do this?
... View more
06-20-2019
09:32 AM
|
1
|
3
|
229
|
POST
|
Hey Eric. The data is in an FGDB getting prepped to go into postgres. I wrote a function in Oracle SDO to do this conversion but I don't know how to do it in either ArcGIS or Postgres. The workaround I am using now is copying the table to Oracle, converting it, copying it back to Esri, then copying it to postgres. It is pretty ugly.
... View more
12-05-2017
11:24 AM
|
0
|
1
|
108
|
POST
|
I have a feature class with xym linestring geometry. I need it converted to xyzm linestring geometry (with z set to 0). How can I do this?
... View more
12-05-2017
10:30 AM
|
0
|
4
|
540
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|