Re: [udig-devel] Hi Everyone

2009-02-23 Thread prasad babu
Thanks Andrea... On Mon, Feb 23, 2009 at 3:38 PM, andrea antonello < andrea.antone...@gmail.com> wrote: > Babu, > you will need to understand the udig/rcp extention points mechanism. > > What you could do it to create an operation that will do what you need to > do. > The nice thing of the operat

Re: [udig-devel] Hi Everyone

2009-02-22 Thread andrea antonello
Babu, you will need to understand the udig/rcp extention points mechanism. What you could do it to create an operation that will do what you need to do. The nice thing of the operation, is that you get passed the features on the layer. Look here fopr an example of operation that counts the featur

Re: [udig-devel] Hi Everyone

2009-02-22 Thread prasad babu
Hi Andrea I have added sample code to my IDE(udig.tutorial.examples), As you said before, I can see the GetSelectedFeaturesFromLayer.java class and also I have added a new map to the Udig. I can see Created message in my Eclipse console. But the thing where I can see that map source code in my IDE

Re: [udig-devel] Hi Everyone

2009-02-22 Thread prasad babu
Hi I read the documents and I reinstalled every thing as per the documents, but when I was trying to run *RunCongiguations *in my eclipse, It is showing an error like *Could not create Java virtual mechine .*Any ideas? please suggest me. Thanks in advance Babu On Fri, Feb 20, 2009 at 4:30 PM, a

Re: [udig-devel] Hi Everyone

2009-02-20 Thread prasad babu
Hi Andrea Thank you so much.I will try and let you know,Any way I read the documents to understand the whole picture . Thanks Babu On Fri, Feb 20, 2009 at 4:30 PM, andrea antonello < andrea.antone...@gmail.com> wrote: > > Thanks for your reply, I just want add a new polygon layer to the Map > ,

Re: [udig-devel] Hi Everyone

2009-02-20 Thread andrea antonello
> Thanks for your reply, I just want add a new polygon layer to the Map ,and I > did it. Now I want to extract the coardinnates(Longitude,Lattitude) > values,So that I can do some calculations using that. I hope you can > understand my problem. > Any way thanks again As I said, studing the code ex

Re: [udig-devel] Hi Everyone

2009-02-20 Thread prasad babu
Hi Andrea Thanks for your reply, I just want add a new polygon layer to the Map ,and I did it. Now I want to extract the coardinnates(Longitude,Lattitude) values,So that I can do some calculations using that. I hope you can understand my problem. Any way thanks again Best Regards Babu On Fri, Fe

Re: [udig-devel] Hi Everyone

2009-02-20 Thread andrea antonello
Hi Babu, can you give us some more information about what you want to do? On the developers site there are nice guides to get started: http://udig.refractions.net/developers/ Also the sdk contains a set of tutorials in which you may already find what you are searching for. To get started with the

[udig-devel] Hi Everyone

2009-02-19 Thread prasad babu
Hi Everyone My name Babu, new to uDig. I dont know how to start with the development. I have a question here,I just want to extract the coardinate values from the map and want to use it in my java program. any ideas? Thanks in advance Thanks Babu.. __