Re: [JPP-Devel] OpenJump

2010-06-02 Thread Stefan Steiniger
well... so we are on the right track ;) Larry Becker schrieb: > Thanks for the stats Stefen. Pretty impressive and comparable to the > most popular GIS of all time: ArcView, which sold 10,000 copies in the > first six months of 1992. > > Larry > > On Wed, Jun 2, 2010 at 1:41 PM, Stefan Steini

[JPP-Devel] Generate file of tracings (Persona lized Feature Layers)‏

2010-06-02 Thread Hernan Arellano
Hi guys! I need to generate a file of tracings (like a feature layer), this file must contain distint shapes like points, lines, poligons, symbology, and text, all these shapes drawed by user on a map. I know that to do this, I need to generate a new FLayer for each kind of shape and draw on

Re: [JPP-Devel] OpenJump

2010-06-02 Thread Larry Becker
Thanks for the stats Stefen. Pretty impressive and comparable to the most popular GIS of all time: ArcView, which sold 10,000 copies in the first six months of 1992. Larry On Wed, Jun 2, 2010 at 1:41 PM, Stefan Steiniger wrote: > thanks Michael for answering > > as a note, we had altogether ab

Re: [JPP-Devel] How to hide menu options without desactivate the plugin

2010-06-02 Thread Hernan Arellano
Hi stefan! I have proved it and it works perfect! Thanks a lot! you rule man! Hernan. _ -- ThinkGeek and WIRED'

Re: [JPP-Devel] OpenJump

2010-06-02 Thread Stefan Steiniger
thanks Michael for answering as a note, we had altogether about 12'000 downloads of OpenJUMP 1.3.1 for windows and as zip in the past 6 months. Which makes 2000/month and is more than one year ago where we had about 1200/month. Now - what are all these people doing with OJ? ;) our list stats:

Re: [JPP-Devel] How to hide menu options without desactivate the plugin

2010-06-02 Thread Stefan Steiniger
Hei Hernan, The basic menus can't be controlled using default-plugins.xml - as we thought they are too basic and needed by all users. However, the classes JumpConfiguration (in the com package) and OpenJUMPConfiguration (in the org package) load the menu options as plugins. You can deactivate

Re: [JPP-Devel] Problem regarding measuring tools

2010-06-02 Thread Stefan Steiniger
you can't - as long as you ensure they are in the same coordinate system. We have an external plugin which allows to make transformations. see here: http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Working_with_Projections siddharth raghuvanshi wrote: > Hi, > > Thanks for cleari

[JPP-Devel] How to hide menu options without desactivate the plugin

2010-06-02 Thread Hernan Arellano
Hi all! thanks for answer in advance! I need to hide the options of the menu i.e. "FILE" and all its submenus, "EDIT" and all its submenus, . including the ABOUT menu. But i don´t want desactivate these plugins, i just want to use them only by code. I saw the file called "default-plugins.

Re: [JPP-Devel] Problem regarding measuring tools

2010-06-02 Thread siddharth raghuvanshi
Hi, Thanks for clearing my previous doubt. But if this is the case, then how can we perform spatial query : "is within distance", in which the source and the mask layer has different co-ordinate reference system?? Regards Siddharth On Wed, Jun 2, 2010 at 6:26 PM, Rahkonen Jukka wrote: > Hi,

Re: [JPP-Devel] Development - OpenJUMP

2010-06-02 Thread Benjamin Gudehus
Hi! I wrote a FeatureCollectionBuilder and a FeatureCollectionSchemaEditor for that in Groovy using the Builder design pattern ( http://groovy.codehaus.org/Builders). Look at this example code (from the unit tests). You can add and remove Attributes to the FeatureSchema. private featureCollecti

Re: [JPP-Devel] Development - OpenJUMP

2010-06-02 Thread Larry Becker
For tips on how to do this see: http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Extending_a_FeatureCollection_by_Adding_new_Attributes On Wed, Jun 2, 2010 at 9:17 AM, Larry Becker wrote: > Hi Caroline, > > You seem to be making progress on your project. Your current problem i

Re: [JPP-Devel] Development - OpenJUMP

2010-06-02 Thread Larry Becker
Hi Caroline, You seem to be making progress on your project. Your current problem is that when you alter a schema it only affects new features. You need to replace the old schema in each feature with the new one before copying attributes. regards, Larry 2010/6/2 Caroline Julliê Freitas Ribei

[JPP-Devel] Development - OpenJUMP

2010-06-02 Thread Caroline Julliê Freitas Ribeiro
I tried to put a new attribute to a old Feature, I altered the Schema but looks like the size of the array whete stay the data of the Feature is not actualized. I got the following Stack trace: java.lang.ArrayIndexOutOfBoundsException: 3 at com.vividsolutions.jump.feature.BasicFeature.get

Re: [JPP-Devel] Problem regarding measuring tools

2010-06-02 Thread Rahkonen Jukka
Hi, OpenJUMP does not know anything about projections and units. These data are in EPSG:4326 (WGS84 lon/lat) and units are degrees. Thus Tasmania is close to 10 degrees wide, which is correct. -Jukka Rahkonen- Lähettäjä: siddharth raghuvanshi [mai

Re: [JPP-Devel] How handle diferents menu items, inside the same plugin

2010-06-02 Thread Hernan Arellano
Ok, This was what I thought. thanks for the help!. Hernan. _ --