Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Hi Everyone

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, andrea antonello <andrea.antonello@xxxxxxxxx> wrote:
> 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 examples would be good for you to
understand the whole picture.
But if you want to do it straight, here is your example:
http://svn.refractions.net/udig/udig/branches/1.1.x/udig/tutorials/net.refractions.udig.tutorials.examples/src/net/refractions/udig/tutorials/examples/GetSelectedFeaturesFromLayer.java

With this you get the selected feature. From that on it is easy like

feature.getDefaultGeometry().getCoordinates()

Andrea



>
> Best Regards
> Babu
>
> On Fri, Feb 20, 2009 at 4:14 PM, andrea antonello
> <andrea.antonello@xxxxxxxxx> wrote:
>>
>> 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 sdk:
>> http://udig.refractions.net/confluence/display/DEV/1+SDK+Quickstart
>>
>> Andrea
>>
>>
>>
>> On Fri, Feb 20, 2009 at 5:09 AM, prasad babu <prasad.konduru2@xxxxxxxxx>
>> wrote:
>> > 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..
>> > _______________________________________________
>> > User-friendly Desktop Internet GIS (uDig)
>> > http://udig.refractions.net
>> > http://lists.refractions.net/mailman/listinfo/udig-devel
>> >
>> >
>> _______________________________________________
>> User-friendly Desktop Internet GIS (uDig)
>> http://udig.refractions.net
>> http://lists.refractions.net/mailman/listinfo/udig-devel
>
>
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>
>
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top