Re: [JPP-Devel] deeJUMP plugin

2007-08-13 Thread Dr. Markus Lupp (Müller)
Hi Landon,

Sunburned Surveyor schrieb:
> [snip]
>   

> I'd also like to know if the DeeJUMP team had any thoughts about
> Paul's suggestion of tapping into the Java port of PROJ4. It seems
> like a logical choice for projection code.
>   
When we started to include proj4 in deegree we had some problems with it 
(besides that it is a proj4 library). The problems were related to the 
precision of transformations, corrdinate axis order and naming of the 
projections. If the Java port shows the same problems, it would be good 
to be careful to include it in OJ.

Because of the mentioned problems we started to implement coordinate 
projection and transformation classes in deegree itself. The link to the 
java port that was sent over the OJ-list 
(http://www.jhlabs.com/java/maps/proj/) is very interesting for us. We 
will evaluate if the JH labs portal is a workable alternative for 
deegree. We can publish our results over the OJ list if there is interest.

Regards,

Markus

-- 
Dr. Markus Lupp
l a t / l o n  GmbH (Hamburg)
Gluckstr. 53a   22081 Hamburg, Germany
phone ++49 +177 2470742 fax ++49 +228 18496-29
http://www.lat-lon.de   http://www.deegree.org
--


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] deeJUMP plugin

2007-08-13 Thread Dr. Markus Lupp (Müller)
Hi Landon,

Sunburned Surveyor schrieb:
> [snip]
>   

> I'd also like to know if the DeeJUMP team had any thoughts about
> Paul's suggestion of tapping into the Java port of PROJ4. It seems
> like a logical choice for projection code.
>  


When we started to include proj4 in deegree we had some problems with it
(besides that it is a proj4 library). The problems were related to the
precision of transformations, corrdinate axis order and naming of the
projections. If the Java port shows the same problems, it would be good
to be careful to include it in OJ.

Because of the mentioned problems we started to implement coordinate
projection and transformation classes in deegree itself. The link to the
java port that was sent over the OJ-list
(http://www.jhlabs.com/java/maps/proj/) is very interesting for us. We
will evaluate if the JH labs portal is a workable alternative for
deegree. We can publish our results over the OJ list if there is interest.

Regards,

Markus

-- 
Dr. Markus Lupp
l a t / l o n  GmbH (Hamburg)
Gluckstr. 53a   22081 Hamburg, Germany
phone ++49 +177 2470742 fax ++49 +228 18496-29
http://www.lat-lon.de   http://www.deegree.org
--



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] deeJUMP plugin

2007-08-13 Thread Stefan Steiniger
of course, i am/we are interested in your evaluation results.

stefan

Dr. Markus Lupp (Müller) schrieb:
> Hi Landon,
> 
> Sunburned Surveyor schrieb:
>> [snip]
>>   
> 
>> I'd also like to know if the DeeJUMP team had any thoughts about
>> Paul's suggestion of tapping into the Java port of PROJ4. It seems
>> like a logical choice for projection code.
>>  
> 
> 
> When we started to include proj4 in deegree we had some problems with it
> (besides that it is a proj4 library). The problems were related to the
> precision of transformations, corrdinate axis order and naming of the
> projections. If the Java port shows the same problems, it would be good
> to be careful to include it in OJ.
> 
> Because of the mentioned problems we started to implement coordinate
> projection and transformation classes in deegree itself. The link to the
> java port that was sent over the OJ-list
> (http://www.jhlabs.com/java/maps/proj/) is very interesting for us. We
> will evaluate if the JH labs portal is a workable alternative for
> deegree. We can publish our results over the OJ list if there is interest.
> 
> Regards,
> 
> Markus
> 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] OJN: No SRID and VIEW support

2007-08-13 Thread Uwe Dalluege
Hi,

two wishes for Layer>Add Datastore Layer...

1. It would be nice if Layer>Add Datastore Layer...
can read SRID information.

2. It would be very nice if  Layer>Add Datastore Layer...
can read also VIEWS and not only tables from datastore.

Regards,

Uwe


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] OJN: SRID -1

2007-08-13 Thread Uwe Dalluege
Hi,

the PostGIS manual says that the SRID is -1 if there is no SRID information.
Does anyone sees a problem if we change in OpenJUMP
the default SRID value from 0 to -1 ?

Regards,

Uwe


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-13 Thread Uwe Dalluege
Hi,

I try to load images ( .jpg, .tng, .tif, .gif ) with Layer>Add Image Layer.
Sometimes I see nothing, sometimes I see a black window!

I there a trick to load an image?

Regards,

Uwe


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJN: SRID -1

2007-08-13 Thread Michaël Michaud
Hi,

Seems a good idea to me.
If someone experienced with other databases (oracle ?) can check there 
are no drawbacks...

Michaël

Uwe Dalluege a écrit :

>Hi,
>
>the PostGIS manual says that the SRID is -1 if there is no SRID information.
>Does anyone sees a problem if we change in OpenJUMP
>the default SRID value from 0 to -1 ?
>
>Regards,
>
>Uwe
>
>
>-
>This SF.net email is sponsored by: Splunk Inc.
>Still grepping through log files to find problems?  Stop.
>Now Search log events and configuration files using AJAX and a browser.
>Download your FREE copy of Splunk now >>  http://get.splunk.com/
>___
>Jump-pilot-devel mailing list
>Jump-pilot-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>  
>


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] release of OpenJUMP 1.2 C --- a second pre-release for OJ 1.2

2007-08-13 Thread Paul Austin
Stefan,

Use the branch/tag function if you are using the subclipse plugin.
Behind the scenes all it does is a "copy" in subversion.

Paul

Stefan Steiniger wrote:
> aehm.. as u see on the spelling errors, i am quite tired (it's 1am now)
> and i meant of course "trunk" instead of "trunc" ;)
>
> but one question remains: what is the difference between using the 
> functions "copy" and "branch/tag". Is for branch/tag the link stored?
> Because when "yes" i should redo the copy from "core/trunk/" to 
> "core/branches/1.2/"
>
> stefan
>
> Stefan Steiniger schrieb:
>   
>> ok..
>>
>> i hope i got it now:
>>
>> - i removed the first created /trunk/trunk/
>>
>>  > first create a branch by copying core/trunk to core/branches/1.2 
>> (current
>> 
>>> branch we have needs to be removed as it is not a full copy).
>>>   
>> done:
>> - i removed the old branches/.../
>> - i copied the stuff (folder by folder from trunc using subclipse copy 
>> function, maybe i should have chosen branch/tag as well)
>>
>> 
>>> Then from there create a copy of core/branches/1.2 to core/tags/1.2preC.
>>>   
>> done: i used the branch/tag option in subclipe to make a copy to 
>> core/tags/1.2preC/
>>
>> 
>>> Going forward we should commit to trunk and then when ready to make a 
>>> release merge changes that we want in trunk to the branches/1.2 and then 
>>> tag it at the point we make a release.
>>>   
>> ok.. we will further work on trunc. if we make a next large release i'll 
>> probably ask you again what to do :)
>>
>> thanx for your help Paul
>> stefan
>>
>>
>> 
>>> Paul
>>>
>>> Stefan Steiniger wrote:
>>>   
 Dear Users and Developers,

 yesterday I made an OpenJUMP 1.2 C releas with the saturday nightly 
 built. I added today also a Windows setup file.

 Todays changes by Michael are not included, but I thank him for updating 
 the changes.txt file (i forgot that, but wrote at least down what has 
 changed from OJ 1.2B to 1.2C: see release notes in the Sourceforge 
 download menu). I am glad that we  have setup the changes and changelog 
 files. :)

 I hope OJ runs on all platforms as expected, although i could not bring 
 to start on Linux/Knoppix on my machine, but Win and MacOSX should work 
 properly. If errors occure, please send a message to either list and 
 make a bug report.

 I am looking forward to have a final OpenJUMP 1.2 release in autumn.

 Until autumn we have to finish all translations (i think some functions 
 aren't translated), we should include some data, work with Larry's 
 installer which enables file-associations, check some libraries (i.e. 
 remove PostGIS 1.0.0?), and so on...

 stefan

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now >>  http://get.splunk.com/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   
 
>>> -
>>> This SF.net email is sponsored by: Splunk Inc.
>>> Still grepping through log files to find problems?  Stop.
>>> Now Search log events and configuration files using AJAX and a browser.
>>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
>>> ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>>
>>>   
>> -
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a browser.
>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>
>> 
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>   


--

Re: [JPP-Devel] OJN: SRID -1

2007-08-13 Thread David Zwiers
Oracle requires a 'real' srid number for each query -- aka you need to know 
your data's projection before doing a bbox query. Thus changing the default 
from 0 to -1 (don't think either are ESPG numbers) shouldn't affect Oracle.


  David Zwiers
  Vivid Solutions Inc. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michaël Michaud
Sent: August 13, 2007 4:01 AM
To: [EMAIL PROTECTED]; List for discussion of JPP development and use.
Subject: Re: [JPP-Devel] OJN: SRID -1

Hi,

Seems a good idea to me.
If someone experienced with other databases (oracle ?) can check there are no 
drawbacks...

Michaël

Uwe Dalluege a écrit :

>Hi,
>
>the PostGIS manual says that the SRID is -1 if there is no SRID information.
>Does anyone sees a problem if we change in OpenJUMP the default SRID 
>value from 0 to -1 ?
>
>Regards,
>
>Uwe
>
>
>---
>-- This SF.net email is sponsored by: Splunk Inc.
>Still grepping through log files to find problems?  Stop.
>Now Search log events and configuration files using AJAX and a browser.
>Download your FREE copy of Splunk now >>  http://get.splunk.com/ 
>___
>Jump-pilot-devel mailing list
>Jump-pilot-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>  
>


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/ 
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJ 1.2C: Add Image Layer

2007-08-13 Thread David Zwiers
Are the drivers installed? If I recall you need JAI for those formats. 


  David Zwiers
  Vivid Solutions Inc. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Uwe
Dalluege
Sent: August 13, 2007 4:29 AM
To: Devel Jump
Subject: [JPP-Devel] OJ 1.2C: Add Image Layer

Hi,

I try to load images ( .jpg, .tng, .tif, .gif ) with Layer>Add Image
Layer.
Sometimes I see nothing, sometimes I see a black window!

I there a trick to load an image?

Regards,

Uwe



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OJN: No SRID and VIEW support

2007-08-13 Thread Michaël Michaud
Hi Uwe,

I added your wishes to the feature request, but I forgot to ask you if 
you tried Paolo's Plugin (from sourceforge site) which has more advanced 
features than the plugin included in the core ?

Also, I did not realize you are the one who wrote (or improved ?) 
PostGIS with SRID PlugIn V1.2.1 

 
, which manages SRID and can also write data in a postgis database.
Should be good to have a unified way to access databases including all 
those features ;-)

Michaël

Uwe Dalluege a écrit :

>Hi,
>
>two wishes for Layer>Add Datastore Layer...
>
>1. It would be nice if Layer>Add Datastore Layer...
>can read SRID information.
>
>2. It would be very nice if  Layer>Add Datastore Layer...
>can read also VIEWS and not only tables from datastore.
>
>Regards,
>
>Uwe
>
>
>-
>This SF.net email is sponsored by: Splunk Inc.
>Still grepping through log files to find problems?  Stop.
>Now Search log events and configuration files using AJAX and a browser.
>Download your FREE copy of Splunk now >>  http://get.splunk.com/
>___
>Jump-pilot-devel mailing list
>Jump-pilot-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>  
>


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] postgis plugin SCM

2007-08-13 Thread Sunburned Surveyor
Paul,

Did you ever find the source code for the PostGOS Plug-In?

The Sunburned Surveyor

On 7/19/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
> in the jar itself?
>
> stefan
>
> Paul Austin schrieb:
> > Does anyone known where the SV/CVS or source code for the postgis
> > plug-in can be found?
> >
> > Cheers,
> > Paul
> >
> > -
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2005.
> > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> > ___
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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

2007-08-13 Thread Sunburned Surveyor
Stefan,

I am sorry it is taking me so long to respond to this e-mail. Is this
something that we need a patch for?

If so I can make the needed changes in the SVN.

Let me know.

The Sunburned Surveyor

On 7/24/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
> 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 Project (now implemented in the OJ beta, too) and
> got a NPE.
>
> I think a Feature should have Attributes containing null values, so I
> fixed this.
> The fixed class is attached.
>
> Greetings from cloudy Hanover,
> Malte
>
>
>
>
>
> /*
>  * Created on 12.01.2005
>  *
>  * SVN header information:
>  *  $Author: mentaer $
>  *  $Rev: 2509 $
>  *  $Date: 2007/02/03 14:19:04 $
>  *  $Id: FeatureCollectionTools.java,v 1.2 2007/02/03 14:19:04 mentaer Exp $s
>  */
> package de.fho.jump.pirol.utilities.apiTools;
>
> import java.util.ArrayList;
> import java.util.Date;
> import java.util.HashMap;
> import java.util.HashSet;
> import java.util.List;
> import java.util.Map;
> import java.util.Set;
>
> import com.vividsolutions.jts.geom.Coordinate;
> import com.vividsolutions.jts.geom.Envelope;
> import com.vividsolutions.jts.geom.Geometry;
> import com.vividsolutions.jts.geom.GeometryFactory;
> import com.vividsolutions.jump.feature.AttributeType;
> import com.vividsolutions.jump.feature.BasicFeature;
> import com.vividsolutions.jump.feature.Feature;
> import com.vividsolutions.jump.feature.FeatureCollection;
> import com.vividsolutions.jump.feature.FeatureDataset;
> import com.vividsolutions.jump.feature.FeatureSchema;
> import com.vividsolutions.jump.workbench.model.Layer;
> import com.vividsolutions.jump.workbench.plugin.PlugInContext;
> import com.vividsolutions.jump.workbench.ui.EditTransaction;
>
> import de.fho.jump.pirol.utilities.FeatureCollection.PirolFeatureCollection;
> import de.fho.jump.pirol.utilities.FormulaParsing.FormulaValue;
> import de.fho.jump.pirol.utilities.attributes.AttributeInfo;
> import de.fho.jump.pirol.utilities.comparisonAndSorting.ObjectComparator;
> import de.fho.jump.pirol.utilities.debugOutput.DebugUserIds;
> import de.fho.jump.pirol.utilities.debugOutput.PersonalLogger;
> import de.fho.jump.pirol.utilities.metaData.MetaInformationHandler;
>
> /**
>  * Class to speed up handling of FeatureCollections (or lists of features) 
> during progamming by implementing
>  * a set of common tasks.
>  * Most functions can be used in a static way, but on the other hand for each 
> FeatureCollection a instance of this class can be invoked.
>  * This might be more convenient, if there is more than one thing to do with 
> the same feature collection.
>  *
>  * @author Ole Rahn
>  * 
>  * FH Osnabrück - University of Applied Sciences Osnabrück,
>  * Project: PIROL (2005),
>  * Subproject: Daten- und Wissensmanagement
>  *
>  * @version $Rev: 2509 $
>  */
>
> public class FeatureCollectionTools extends ToolToMakeYourLifeEasier {
>
>protected FeatureCollection fc = null;
>protected List featureList;
>private HashMap fid2Object = new HashMap Feature>();
>
>protected static PersonalLogger logger = new 
> PersonalLogger(DebugUserIds.ALL);
>
>public FeatureCollectionTools( FeatureCollection fc ){
>super();
>this.fc = fc;
>this.featureList = this.fc.getFeatures();
>}
>
>public FeatureCollectionTools( List fcl ){
>super();
>this.featureList = fcl;
>}
>
>/**
> * gets the Feature with the given FID.
> [EMAIL PROTECTED] fid FID to look for
> [EMAIL PROTECTED] the feature
> */
>public Feature getFeature( int fid ){
>Integer FID = new Integer(fid);
>if (!this.fid2Object.containsKey(FID)){
>
> this.fid2Object.put(FID,FeatureCollectionTools.getFeatureFromCollection(this.featureList,
>  fid));
>}
>
>return (Feature)this.fid2Object.get(FID);
>}
>
>
>/**
> * Get the feature with the specified ID from the List
> [EMAIL PROTECTED] features array with Feature objects
> [EMAIL PROTECTED] fid the feature ID we are looking for
> [EMAIL PROTECTED] feature with specified FID if exists, else null
> */
>public static Feature getFeatureFromCollection( List features, 
> int fid ){
>return 
> FeatureCollectionTools.getFeatureFromCollection((Feature[])features.toArray(new
>  Feature[0]), fid);
>}
>
>/**
> * Get the feature with the specified ID from the array
> [EMAIL PROTECTED] features array with Feature objects
> [EMAIL PROTECTED] fid the feature ID we are looking for
> [EMAIL PROTECTED] feature with specified FID if exists, else null
> */
>public static Feature getFeatureFromCollection( Feature[] features, int 
> 

Re: [JPP-Devel] postgis plugin SCM

2007-08-13 Thread Paul Austin
Landon,

I found enough code to enable me to start work on an alternate Oracle
plug-in.

Paul

Sunburned Surveyor wrote:
> Paul,
>
> Did you ever find the source code for the PostGOS Plug-In?
>
> The Sunburned Surveyor
>
> On 7/19/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
>   
>> in the jar itself?
>>
>> stefan
>>
>> Paul Austin schrieb:
>> 
>>> Does anyone known where the SV/CVS or source code for the postgis
>>> plug-in can be found?
>>>
>>> Cheers,
>>> Paul
>>>
>>> -
>>> This SF.net email is sponsored by: Microsoft
>>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>>> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>>> ___
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>>
>>>   
>> -
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>> ___
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>> 
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>   


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] To Sunburned Surveyor - Help files

2007-08-13 Thread Sunburned Surveyor
Peppe,

It sounds like you and Stefan have got a good feel for the
documentation you would like to work on.

If you send me a quick link to the section of the wiki you are working
on then I will check it over.

The Sunburned Surveyor



On 8/3/07, Giuseppe Aruta <[EMAIL PROTECTED]> wrote:
>
>
> Stefan Steiniger <[EMAIL PROTECTED]> ha scritto:
> Hei Gusieppe,
>
> if you feel the information from the other docs is sufficient and
> necessary then use it otherwise make the improvements you want.
> I would also vote for a "quick - what's this for?" documentation, than
> for a comprehensive documentation. If the first version one is done, we
> can afterwards still extend the doc to a comprehensive guide. but at the
> end it is your decision, because you better can estimate what time you
> have for.
>
> stefan
> Hi Stefan,
> you're probabily right. A "quick - what's this for?", which was my original
> idea: a complete, simple, description of tools and functions. I have
> different docs which I wrote with different "degree" of description. Then I
> probabily make them simple. By the tiome that I have a complete structure of
> the whole help doc, we can extend it.
> The Toolbar section probabily needs a larger description, and some extra
> pictures. I will se when I will be back home.
>
> Peppe
>
>
> 
> 
> L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail
>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] momentum on people interested in JUMP/OpenJUMP DB support ; )

2007-08-13 Thread Stefan Steiniger
Hei Guys,

i just found this new project on sourceforge:

http://sourceforge.net/projects/jumpdbqplugin/

started just a few days ago by a Larry Reeder.


@LREEDER: I don't know if you are listing already to our developer list, 
if not would be nice to have you on there ;)

If you need some info (i.e. DB plugins that have been devloped so far) 
or people doing some testing. Then there should be a couple of people 
out there.

would be good to have you on the jpp-devel list.

stefan

PS: mhm.. how does it come that David knows about Oracle.. is there 
another plugin outhere (or the one from JTS).. i just wonder, after 
having also read Pauls message on Oracle.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


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

2007-08-13 Thread Stefan Steiniger
no.. it was a fix sended

Sunburned Surveyor schrieb:
> Stefan,
> 
> I am sorry it is taking me so long to respond to this e-mail. Is this
> something that we need a patch for?
> 
> If so I can make the needed changes in the SVN.
> 
> Let me know.
> 
> The Sunburned Surveyor
> 
> On 7/24/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
>> 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 Project (now implemented in the OJ beta, too) and
>> got a NPE.
>>
>> I think a Feature should have Attributes containing null values, so I
>> fixed this.
>> The fixed class is attached.
>>
>> Greetings from cloudy Hanover,
>> Malte
>>
>>
>>
>>
>>
>> /*
>>  * Created on 12.01.2005
>>  *
>>  * SVN header information:
>>  *  $Author: mentaer $
>>  *  $Rev: 2509 $
>>  *  $Date: 2007/02/03 14:19:04 $
>>  *  $Id: FeatureCollectionTools.java,v 1.2 2007/02/03 14:19:04 mentaer Exp $s
>>  */
>> package de.fho.jump.pirol.utilities.apiTools;
>>
>> import java.util.ArrayList;
>> import java.util.Date;
>> import java.util.HashMap;
>> import java.util.HashSet;
>> import java.util.List;
>> import java.util.Map;
>> import java.util.Set;
>>
>> import com.vividsolutions.jts.geom.Coordinate;
>> import com.vividsolutions.jts.geom.Envelope;
>> import com.vividsolutions.jts.geom.Geometry;
>> import com.vividsolutions.jts.geom.GeometryFactory;
>> import com.vividsolutions.jump.feature.AttributeType;
>> import com.vividsolutions.jump.feature.BasicFeature;
>> import com.vividsolutions.jump.feature.Feature;
>> import com.vividsolutions.jump.feature.FeatureCollection;
>> import com.vividsolutions.jump.feature.FeatureDataset;
>> import com.vividsolutions.jump.feature.FeatureSchema;
>> import com.vividsolutions.jump.workbench.model.Layer;
>> import com.vividsolutions.jump.workbench.plugin.PlugInContext;
>> import com.vividsolutions.jump.workbench.ui.EditTransaction;
>>
>> import de.fho.jump.pirol.utilities.FeatureCollection.PirolFeatureCollection;
>> import de.fho.jump.pirol.utilities.FormulaParsing.FormulaValue;
>> import de.fho.jump.pirol.utilities.attributes.AttributeInfo;
>> import de.fho.jump.pirol.utilities.comparisonAndSorting.ObjectComparator;
>> import de.fho.jump.pirol.utilities.debugOutput.DebugUserIds;
>> import de.fho.jump.pirol.utilities.debugOutput.PersonalLogger;
>> import de.fho.jump.pirol.utilities.metaData.MetaInformationHandler;
>>
>> /**
>>  * Class to speed up handling of FeatureCollections (or lists of features) 
>> during progamming by implementing
>>  * a set of common tasks.
>>  * Most functions can be used in a static way, but on the other hand for 
>> each FeatureCollection a instance of this class can be invoked.
>>  * This might be more convenient, if there is more than one thing to do with 
>> the same feature collection.
>>  *
>>  * @author Ole Rahn
>>  * 
>>  * FH Osnabrück - University of Applied Sciences Osnabrück,
>>  * Project: PIROL (2005),
>>  * Subproject: Daten- und Wissensmanagement
>>  *
>>  * @version $Rev: 2509 $
>>  */
>>
>> public class FeatureCollectionTools extends ToolToMakeYourLifeEasier {
>>
>>protected FeatureCollection fc = null;
>>protected List featureList;
>>private HashMap fid2Object = new HashMap> Feature>();
>>
>>protected static PersonalLogger logger = new 
>> PersonalLogger(DebugUserIds.ALL);
>>
>>public FeatureCollectionTools( FeatureCollection fc ){
>>super();
>>this.fc = fc;
>>this.featureList = this.fc.getFeatures();
>>}
>>
>>public FeatureCollectionTools( List fcl ){
>>super();
>>this.featureList = fcl;
>>}
>>
>>/**
>> * gets the Feature with the given FID.
>> [EMAIL PROTECTED] fid FID to look for
>> [EMAIL PROTECTED] the feature
>> */
>>public Feature getFeature( int fid ){
>>Integer FID = new Integer(fid);
>>if (!this.fid2Object.containsKey(FID)){
>>
>> this.fid2Object.put(FID,FeatureCollectionTools.getFeatureFromCollection(this.featureList,
>>  fid));
>>}
>>
>>return (Feature)this.fid2Object.get(FID);
>>}
>>
>>
>>/**
>> * Get the feature with the specified ID from the List
>> [EMAIL PROTECTED] features array with Feature objects
>> [EMAIL PROTECTED] fid the feature ID we are looking for
>> [EMAIL PROTECTED] feature with specified FID if exists, else null
>> */
>>public static Feature getFeatureFromCollection( List features, 
>> int fid ){
>>return 
>> FeatureCollectionTools.getFeatureFromCollection((Feature[])features.toArray(new
>>  Feature[0]), fid);
>>}
>>
>>/**
>> * Get the feature with the specified ID from the array
>> [EMAIL PROTECTED] features array with Feature objects
>> [EM

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

2007-08-13 Thread Sunburned Surveyor
Thanks for the clarification Stefan. It seems you are always several
steps ahead of me. :]

SS

On 8/13/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
> no.. it was a fix sended
>
> Sunburned Surveyor schrieb:
> > Stefan,
> >
> > I am sorry it is taking me so long to respond to this e-mail. Is this
> > something that we need a patch for?
> >
> > If so I can make the needed changes in the SVN.
> >
> > Let me know.
> >
> > The Sunburned Surveyor
> >
> > On 7/24/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
> >> 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 Project (now implemented in the OJ beta, too) and
> >> got a NPE.
> >>
> >> I think a Feature should have Attributes containing null values, so I
> >> fixed this.
> >> The fixed class is attached.
> >>
> >> Greetings from cloudy Hanover,
> >> Malte
> >>
> >>
> >>
> >>
> >>
> >> /*
> >>  * Created on 12.01.2005
> >>  *
> >>  * SVN header information:
> >>  *  $Author: mentaer $
> >>  *  $Rev: 2509 $
> >>  *  $Date: 2007/02/03 14:19:04 $
> >>  *  $Id: FeatureCollectionTools.java,v 1.2 2007/02/03 14:19:04 mentaer Exp 
> >> $s
> >>  */
> >> package de.fho.jump.pirol.utilities.apiTools;
> >>
> >> import java.util.ArrayList;
> >> import java.util.Date;
> >> import java.util.HashMap;
> >> import java.util.HashSet;
> >> import java.util.List;
> >> import java.util.Map;
> >> import java.util.Set;
> >>
> >> import com.vividsolutions.jts.geom.Coordinate;
> >> import com.vividsolutions.jts.geom.Envelope;
> >> import com.vividsolutions.jts.geom.Geometry;
> >> import com.vividsolutions.jts.geom.GeometryFactory;
> >> import com.vividsolutions.jump.feature.AttributeType;
> >> import com.vividsolutions.jump.feature.BasicFeature;
> >> import com.vividsolutions.jump.feature.Feature;
> >> import com.vividsolutions.jump.feature.FeatureCollection;
> >> import com.vividsolutions.jump.feature.FeatureDataset;
> >> import com.vividsolutions.jump.feature.FeatureSchema;
> >> import com.vividsolutions.jump.workbench.model.Layer;
> >> import com.vividsolutions.jump.workbench.plugin.PlugInContext;
> >> import com.vividsolutions.jump.workbench.ui.EditTransaction;
> >>
> >> import 
> >> de.fho.jump.pirol.utilities.FeatureCollection.PirolFeatureCollection;
> >> import de.fho.jump.pirol.utilities.FormulaParsing.FormulaValue;
> >> import de.fho.jump.pirol.utilities.attributes.AttributeInfo;
> >> import de.fho.jump.pirol.utilities.comparisonAndSorting.ObjectComparator;
> >> import de.fho.jump.pirol.utilities.debugOutput.DebugUserIds;
> >> import de.fho.jump.pirol.utilities.debugOutput.PersonalLogger;
> >> import de.fho.jump.pirol.utilities.metaData.MetaInformationHandler;
> >>
> >> /**
> >>  * Class to speed up handling of FeatureCollections (or lists of features) 
> >> during progamming by implementing
> >>  * a set of common tasks.
> >>  * Most functions can be used in a static way, but on the other hand for 
> >> each FeatureCollection a instance of this class can be invoked.
> >>  * This might be more convenient, if there is more than one thing to do 
> >> with the same feature collection.
> >>  *
> >>  * @author Ole Rahn
> >>  * 
> >>  * FH Osnabrück - University of Applied Sciences Osnabrück,
> >>  * Project: PIROL (2005),
> >>  * Subproject: Daten- und Wissensmanagement
> >>  *
> >>  * @version $Rev: 2509 $
> >>  */
> >>
> >> public class FeatureCollectionTools extends ToolToMakeYourLifeEasier {
> >>
> >>protected FeatureCollection fc = null;
> >>protected List featureList;
> >>private HashMap fid2Object = new HashMap >> Feature>();
> >>
> >>protected static PersonalLogger logger = new 
> >> PersonalLogger(DebugUserIds.ALL);
> >>
> >>public FeatureCollectionTools( FeatureCollection fc ){
> >>super();
> >>this.fc = fc;
> >>this.featureList = this.fc.getFeatures();
> >>}
> >>
> >>public FeatureCollectionTools( List fcl ){
> >>super();
> >>this.featureList = fcl;
> >>}
> >>
> >>/**
> >> * gets the Feature with the given FID.
> >> [EMAIL PROTECTED] fid FID to look for
> >> [EMAIL PROTECTED] the feature
> >> */
> >>public Feature getFeature( int fid ){
> >>Integer FID = new Integer(fid);
> >>if (!this.fid2Object.containsKey(FID)){
> >>
> >> this.fid2Object.put(FID,FeatureCollectionTools.getFeatureFromCollection(this.featureList,
> >>  fid));
> >>}
> >>
> >>return (Feature)this.fid2Object.get(FID);
> >>}
> >>
> >>
> >>/**
> >> * Get the feature with the specified ID from the List
> >> [EMAIL PROTECTED] features array with Feature objects
> >> [EMAIL PROTECTED] fid the feature ID we are looking for
> >> [EMAIL PROTECT