Re: [JPP-Devel] FW: Autoreply: Jump-pilot-devel Digest, Vol 14, Issue 34

2007-07-24 Thread Stefan Steiniger
Hei, i though the "bounce" function of the email list would handle such cases? but it does not look like. btw. currently Sunburned and I manage all emails from non-list members by hand (about 4 emails a day) stefan Sunburned Surveyor wrote: >David, > >I believe the only thing I can do is ask

[JPP-Devel] NPE in de.fho.jump.pirol.utilities.apiTools.FeatureCollectionTools

2007-07-24 Thread Stefan Steiniger
forwad for Malte as I accidently delted his message from the pending request list Dear OpenJump Enthusiast, I've tried to make a copy of a FeatureCollection containing Features with null values. I used the cloneFeatureCollection-Method of the FeatureCollectionTools Class from the Pirol Projec

[JPP-Devel] Autoreply: Jump-pilot-devel Digest, Vol 14, Issue 35

2007-07-24 Thread aranguren
I am on holiday till the 3th of August and won't be able to reply to your email. For any urgent matters please contact Laura Senent at [EMAIL PROTECTED] - This transmission (including any attachments) may contain confidential

Re: [JPP-Devel] Coming off of hiatus...

2007-07-24 Thread Stefan Steiniger
> Does anyone have some ideas about our most pressing documentation > needs? Stefan, has Peppe sufficiently covered the new functionality in > OpenJUMP with his latest documentation efforts? mhm .. good question. I would wait if Peppe makes a proposal at which places he needs some help. I think t

Re: [JPP-Devel] Coding Stlyle / Namespace

2007-07-24 Thread Stefan Steiniger
Hei Harvey, as you are interested in modeling demographic trends.. it seems to me quite related to raster modeling. So if you aim to work with raster tools: we don't have map algebra at all for now. Thus, if you got your first experiences in OJ and want to extend the core for raster "tools"..

[JPP-Devel] FOSS4G 2007 Early Bird Registration Ends in ONE WEEK

2007-07-24 Thread Martin Davis
2007 Free and Open Source Software for Geospatial (FOSS4G) Conference September 24-27, Victoria, British Columbia http://www.foss4g2007.org/register/ Book now to get the early bird rates: conference registration before the deadline is just $395CAD; after July 27, registration is $565CAD. The

Re: [JPP-Devel] Coming off of hiatus...

2007-07-24 Thread Sunburned Surveyor
Stefan, I will remain supportive of Peppe's documentation efforts, and will try to help him whenever there is a need. Your suggestion of checking the task list on the wiki was a good one. I'm going to try to start using OpenJUMP at my day job this week for a simple GIS project managing survey co

[JPP-Devel] Pluggable Rendering - The End Of This Week???

2007-07-24 Thread Sunburned Surveyor
I believe I have finshed converting the built-in renderers to my pluggable rendering system. (I'm talking about the GridRenderer, PartSelectionRenderer, LineStringSelectionRenderer, and ScalebarRenderer, SelectionBackgroundRenderer, and FeatureSelectionRenderer.) I hope to start testing the pluggab

Re: [JPP-Devel] Pluggable Rendering - The End Of This Week???

2007-07-24 Thread Stefan Steiniger
> > [1] I noticed that OpenJUMP passes a "SCALE_SHOW" String to each tasks > RenderingManager. I wasn't able to find a Renderer for this String. I > did find an InstallScaleShowPlugIn class. This class has an > org.openjump package structure, so I don't think it was included in > the original JUMP

[JPP-Devel] Z value on packed coordinate sequence

2007-07-24 Thread Paul Austin
I just noticed that the packed coordinate sequence uses 0 for the z value if the dimension is < 3. I believe that to be inline with the Coordinate class it should be Nan Paul - This SF.net email is sponsored by: Splunk Inc.

Re: [JPP-Devel] Z value on packed coordinate sequence

2007-07-24 Thread Stefan Steiniger
mhm.. but if it is NaN, then some math functions as distance calculations would not work anymore? stefan Paul Austin schrieb: > I just noticed that the packed coordinate sequence uses 0 for the z > value if the dimension is < 3. > > I believe that to be inline with the Coordinate class it shou

Re: [JPP-Devel] Z value on packed coordinate sequence

2007-07-24 Thread Paul Austin
Hi Stefan, Posted on the wrong list. If you have a Coordinate(x,y) the z is NaN so therefore it should be in the PackedCoordinateSequence too. Paul Stefan Steiniger wrote: > mhm.. but if it is NaN, then some math functions as distance > calculations would not work anymore? > > stefan > > Pau