Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Sunburned Surveyor
Martin and Stefan, I used th Eclipse "search" function to locate the ReplicateSelectedItemsPlugIn. I will see if I can wire up some of the methods in this class to my button. I figured out how to locate the code executed by any "built-in" menu item, and I have added a short snippet to the JPP wik

Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Martin Davis
Sunburned Surveyor wrote: > Thank you for the responses Martin and Stefan. I need to clear up one thing: > > Martin wrote: " I think actually that OJ will copy any source Feature > attributes which match the destination schema in name and type (which of > course includes the Geometry attribute).

Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Sunburned Surveyor
Thank you for the responses Martin and Stefan. I need to clear up one thing: Martin wrote: " I think actually that OJ will copy any source Feature attributes which match the destination schema in name and type (which of course includes the Geometry attribute)." If this is true, why is a second r

Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Stefan Steiniger
see below Martin Davis schrieb: > > Sunburned Surveyor wrote: >> - OpenJUMP creates "new" features in the destination layer with new FIDs. >> - OpenJUMP only pastes the Feature gemetries, and not the other >> Feature attributes. (This makes sense, as you avoid having to check >> for FeatureSchema

Re: [JPP-Devel] Help with the "send to" button on the Super Select toolbar...

2007-09-13 Thread Martin Davis
Sunburned Surveyor wrote: > > - OpenJUMP creates "new" features in the destination layer with new FIDs. > - OpenJUMP only pastes the Feature gemetries, and not the other > Feature attributes. (This makes sense, as you avoid having to check > for FeatureSchema conflicts.) > More or less. I thi