Dumb question but I thought I would ask as I can't seem to make it work.
I want to duplicate points in my coordinate file and assign them new point numbers.
i.e copy 701-712 to 801-812.
"Renumber" erases the original points, which I don't wish to do.
"Duplicate point numbers" is a check for point number conflicts.
"Copy/Merge" wants to copy from or to another coordinate file.
I am sure there must be a way to do this simply but I guess my brain is on park today.
Any ideas ?
Thanks
Tom Wilson
I think, it's under CFU and enter/assign points. You can't use EA at the command line, you must do it through the CFU.
Kris:
Thanks, that works but is pretty slow, one point at a time.
Call up the existing point in the edit box then type in the new (duplicate) point number and store. It works but is not very efficient, but I'll take it.
Tom Wilson
I only use it when working in design where I have say a sewer manhole with a rim elevation and need the same point with a flowline elevation when calculating plans.
You could
Beat the animal by exporting the points you want to an ascii file, then import that file into the CRD and add 100 to all of the point numbers. That should work and be pretty slick. I do that when merging several projects that I've tied together.
There's a couple of different ways to do this. One is to import your txt or ascii file again into the same CRD file, but there's a box that you can check (in the "Import Points" dialog box) to add a value to the points that you are about to import, and there's a box where you enter that value, in this case, 1000. Once you say OK, the points are then imported with the new value added to them.
The 2nd way to do it is to create another CRD file and import your txt or ascii point file into, and have the checkbox checked that adds a value to the point numbers. So if the first point is one, you would have "1000" in the "value to add" (I think that's what it's called) box and it would number the points 1001 and up from there. Then use the Copy/Merge command and merge the two CRD files.
Hopefully this is what you are wanting to do.
Thanks folks.
That all works but I would think "they" would make it simpler, it is not an uncommon function. I can't complain Carlson does way more than I'll ever use but occasionally you run into some stupid little thing like this that appears simple but isn't.
Tom Wilson
I don't think importing your txt file again and filling in "1000" is that hard. YMMV.
Glenn:
It's not that hard but creating another file and messing with it takes time and it would be very simple to have a duplicate function inside the coordinate file utility, they have everything else there.
Tom
> Glenn:
>
> It's not that hard but creating another file and messing with it takes time and it would be very simple to have a duplicate function inside the coordinate file utility, they have everything else there.
>
> Tom
Tom,
I hear you, but as I said, you can import the points again, add the value of 1000, and your done. That doesn't involve creating another CRD file.
Try this:
1) Isolate the layer with your points
2) Go to DRAW --> Copy --> Copy to Layer
3) Select the points and put them on a new/different/empty/generic/you-get-the-idea... layer
4) Freeze the layer used in #3
5) Use the Renumber points command and add 1000 or whatever to the point numbers. Use a Selection Set and pick the original points.
6) Thaw the layer used in #3
7) In Coordinate File Utilities, use "Update CRD File from Drawing" and put a window around all the points in the drawing including the originals and the copy.
Hope this helps.
Jennifer
Thanks Jennifer, I try it out.
Tom