[Geotools-devel] GeoTools Build Report [ 2006/04/27 23:55 ]

2006-04-28 Thread Paul Ramsey
GeoTools2 module build report 20060427 gt2:referencing cleaned, compiled, tested, INSTALLED 2357 gt2:sample-data cleaned, compiled, tested, INSTALLED 2358 gt2:coverage cleaned, compiled, tested, INSTALLED 2359 gt2:api cleaned, compiled, tested, INSTALLED 2359 gt2:main cleaned,

RE: [Geotools-devel] GeoTools license information incorrect in the Wiki

2006-04-28 Thread pertti.tapola
We realize that the quick fix that we made has much poorer performance than the original code. This code is used every time a number is read in a shapefile. Our implementation generates a new string for each number while the original code simply inspected the characters from the buffer while p

RE: [Geotools-devel] GeoTools license information incorrect in the Wiki

2006-04-28 Thread pertti.tapola
Here is a list of GPL-licensed files that we found (by searching for " GPL" in the files): ext\indexed-shapefile\src\org\geotools\data\shapefile\indexed\IndexedSha pefileDataStoreFactory.java ext\validation\src\org\geotools\validation\attributes\EqualityValidation .java ext\validation\src\org\geot

RE: [Geotools-devel] GeoTools license information incorrect in the Wiki

2006-04-28 Thread pertti.tapola
This is what I found in the (version 2.1.0) sources, at the beginning of MySQLDataStoreFactory.java: /* Copyright (c) 2001, 2003 TOPP - www.openplans.org. All rights reserved. * This code is licensed under the GPL 2.0 license, availible at the root * application directory. */ /* *Geotools

[Geotools-devel] (no subject)

2006-04-28 Thread dblasby
Martin Desruisseaux wrote: > [EMAIL PROTECTED] a écrit : > >> Okay, its there now. I had awful problem moving the changes from 2.2.x >> to trunk. > > > Thanks, it seems to compile file now. > > I noticed the addition of the following dependency: > > import EDU.oswego.cs.dl.util.concurrent.Concurr

[Geotools-devel] more than one layer on a map

2006-04-28 Thread in er
Hello! Back in May 2005 I tested GeoServer, and there was Tasmania and I was able to turn on and to turn off layers. Download GeoServer this week again, many things have happened - this is great. The Tasmanian example as I saw it back in May 2005 is gone. Not that I am worried about Tasmania.

[Geotools-devel] [GT-Trunk-Snapshot] geotools-snapshot Build Failed

2006-04-28 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_snapshot?log=log20060427003035 --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated tech

Re: [Geotools-devel] more than one layer on a map

2006-04-28 Thread Jody Garnett
in er wrote: Hello! Back in May 2005 I tested GeoServer, and there was Tasmania and I was able to turn on and to turn off layers. Download GeoServer this week again, many things have happened - this is great. The Tasmanian example as I saw it back in May 2005 is gone. Not to worry it will b

[Geotools-devel] On the assignment of copyright for documentation

2006-04-28 Thread Adrian Custer
Hello all, Jody Garnett points out that the standard documentation license for Geotools docs is Gnu FDL. He points to: http://docs.codehaus.org/display/GEOT/1.3+Documentation+License as an example. I would suggest that the Geotools project also needs to obtain for itself the formal assignment o

[Geotools-devel] [jira] Created: (GEOT-843) jar is using Java 5 API

2006-04-28 Thread Ilja Preu? (JIRA)
jar is using Java 5 API --- Key: GEOT-843 URL: http://jira.codehaus.org/browse/GEOT-843 Project: GeoTools Type: Bug Components: referencing Versions: 2.2-RC2 Reporter: Ilja Preuß Assigned to: Martin Desruisseaux Priority: Cr

[Geotools-devel] Making FeatureType/AttributeType serializable

2006-04-28 Thread Andrea Aime
Hi, we are working on an application where we need to edit FeatureType/AttributeType stuff in a rich client, and the send them back to the server for update. The problem is, the communication protocol uses serialization, and these classes are not serializable. Can we mark them as Serializable or

Re: [Geotools-devel] Making FeatureType/AttributeType serializable

2006-04-28 Thread Jody Garnett
Andrea Aime wrote: Hi, we are working on an application where we need to edit FeatureType/AttributeType stuff in a rich client, and the send them back to the server for update. The problem is, the communication protocol uses serialization, and these classes are not serializable. Can we mark th

Re: [Geotools-devel] Making FeatureType/AttributeType serializable

2006-04-28 Thread Richard Gould
Jody Garnett wrote: Andrea Aime wrote: Hi, we are working on an application where we need to edit FeatureType/AttributeType stuff in a rich client, and the send them back to the server for update. The problem is, the communication protocol uses serialization, and these classes are not seriali

Re: [Geotools-devel] Making FeatureType/AttributeType serializable

2006-04-28 Thread David Zwiers
First off, I like the idea.   I though I'd provide a heads up here ... a couple months back I was doing some Jump developement, where features are serializable. During this time, the client did some data processing and saved the serialized results ... and thus came the issue: we could not read the

Re: [Geotools-devel] Making FeatureType/AttributeType serializable

2006-04-28 Thread Andrea Aime
David Zwiers ha scritto: First off, I like the idea. I though I'd provide a heads up here ... a couple months back I was doing some Jump developement, where features are serializable. During this time, the client did some data processing and saved the serialized results ... and thus came the

Re: [Geotools-devel] Making FeatureType/AttributeType serializable

2006-04-28 Thread Cory Horner
Richard Gould wrote: Jody Garnett wrote: Andrea Aime wrote: Hi, we are working on an application where we need to edit FeatureType/AttributeType stuff in a rich client, and the send them back to the server for update. The problem is, the communication protocol uses serialization, and thes

[Geotools-devel] [CC-Trunk] geotools Build Failed

2006-04-28 Thread jrm33
View results here -> http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_current?log=log20060428150005 --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated techn

[Geotools-devel] Programmers' Manual Prototype done.

2006-04-28 Thread Adrian Custer
Hey all, I'm done with the prototype for the Programmers' Manual. http://docs.codehaus.org/display/GEOTOOLS/Programmers+Manual+Prototype There are several decisions that are needed by the PMC: 1) what the tutorial examples' package(s) should be 2) what the tutorial examples' license shoul

Re: [Geotools-devel] Programmers' Manual Prototype done.

2006-04-28 Thread Jody Garnett
Adrian Custer wrote: Hey all, I'm done with the prototype for the Programmers' Manual. http://docs.codehaus.org/display/GEOTOOLS/Programmers+Manual+Prototype Thanks Adrian, Before we get going I am very interested in locking down writing style (sound like a broken record), I want to know

[Geotools-devel] Geometry Function Filters

2006-04-28 Thread Jesse Eichar
I am using the Geometry Function Filter for the styles used for rendering FeatureTypes of type Geometry because I want polygons to be rendered as polygons and lines as lines and so on. The problem I'm encountering is that when streaming renderer is making the request to the Datastore it sen

[Geotools-devel] AutoIncrementFIDMapper question

2006-04-28 Thread Michael Brasser
Hi,I am coming from the uDig mailing list. I was having problems in uDig saving information to a PostGIS database, and after debugging the problem for a while got to AutoIncrementFIDMapper in the Geotools package. In JDBCTextFeatureWriter, the function doInsert contains the line:current.setID(mappe