[Geotools-devel] update to geotools trunk docs and stylevisitor code

2008-04-28 Thread Jody Garnett
I had a chance to go over the trunk set up instructions (http://udig.refractions.net/confluence/display/ADMIN/Home) with a customer today .. And I got to learn first hand: - how useful those next/previous links are - that tracking geotools trunk *is* unstable :-D (stylevistior has some new meth

[Geotools-devel] issues with fix for GEOT-1678

2008-04-28 Thread Justin Deoliveira
Hi all, I have a few issues with this patch which is supposed to address performance with filters. 1) It causes floating point strings to be truncated to an integer. The following simple test case illustrates: Literal l = ff.literal("0.1"); Object o = l.evaluate(null); assertEquals( "0.1", o.t

Re: [Geotools-devel] Typo in SpatialCapabiltiesImpl class name

2008-04-28 Thread Jody Garnett
Please my SpellingCheckerDoesNotCheckCamelCase. Jody Gabriel Roldán wrote: > Hi, > > note the typo in the class name SpatialCapabiltiesImpl (missing "i"). > > afaik its a trunk only class by now. Should we just rename it or > new->delegate->deprecate? > > Gabriel > > -

Re: [Geotools-devel] API changed in StyleVisitor breaking GeoServer build and GeoTools indended usage

2008-04-28 Thread Andrea Aime
Jody Garnett ha scritto: > Andrea Aime wrote: >>> Sounds like that was not a complete patch then ... >> Not at all, that's why I'm complaining in the first place > Me 2. So what do we do ... I am a module maintainer on main and I need > to see the copy style visitor fixed (because *so* much extend

Re: [Geotools-devel] API changed in StyleVisitor breaking GeoServer build and GeoTools indended usage

2008-04-28 Thread Jody Garnett
Andrea Aime wrote: >> Sounds like that was not a complete patch then ... > Not at all, that's why I'm complaining in the first place Me 2. So what do we do ... I am a module maintainer on main and I need to see the copy style visitor fixed (because *so* much extends it). Sounds like we need a lis

Re: [Geotools-devel] API changed in StyleVisitor breaking GeoServer build and GeoTools indended usage

2008-04-28 Thread Andrea Aime
Jody Garnett ha scritto: > >>> Oh I see; so has the style duplicating visitor(s) been fixed up as >>> part of GeoTools? I often extend those (and override a few specific >>> methods in order to perform a "transform" of the origional style)... >> Nope, it has not been fixed, as I stated in my fir

Re: [Geotools-devel] API changed in StyleVisitor breaking GeoServer build and GeoTools indended usage

2008-04-28 Thread Jody Garnett
>> Oh I see; so has the style duplicating visitor(s) been fixed up as >> part of GeoTools? I often extend those (and override a few specific >> methods in order to perform a "transform" of the origional style)... > Nope, it has not been fixed, as I stated in my first mail, the > compiler has bee

Re: [Geotools-devel] API changed in StyleVisitor breaking GeoServer build and GeoTools indended usage

2008-04-28 Thread Andrea Aime
Jody Garnett ha scritto: > Andrea Aime wrote: >>> This will be a problem we have whenever we upgrade our code to a new >>> specification (or in this case meet the existing one). We would be >>> better advised to have StyleVistior implemented as an abstract class; >>> or at the very least have im

[Geotools-devel] Typo in SpatialCapabiltiesImpl class name

2008-04-28 Thread Gabriel Roldán
Hi, note the typo in the class name SpatialCapabiltiesImpl (missing "i"). afaik its a trunk only class by now. Should we just rename it or new->delegate->deprecate? Gabriel - This SF.net email is sponsored by the 2008 Java

Re: [Geotools-devel] API changed in StyleVisitor breaking GeoServer build and GeoTools indended usage

2008-04-28 Thread Jody Garnett
Andrea Aime wrote: >> This will be a problem we have whenever we upgrade our code to a new >> specification (or in this case meet the existing one). We would be >> better advised to have StyleVistior implemented as an abstract class; >> or at the very least have implementations get in the habit

Re: [Geotools-devel] API changed in StyleVisitor breaking GeoServer build and GeoTools indended usage

2008-04-28 Thread Andrea Aime
Jody Garnett ha scritto: > Andrea Aime wrote: >> I'm not complaining about the API change per se btw, this >> seems to be covered by the raster symbolizer proposal already >> (the new visits are there to allow visitors to handle the >> raster symbolizer components that were missing, a necessary >>

Re: [Geotools-devel] API changed in StyleVisitor breaking GeoServer build and GeoTools indended usage

2008-04-28 Thread Jody Garnett
Andrea Aime wrote: > I'm not complaining about the API change per se btw, this > seems to be covered by the raster symbolizer proposal already > (the new visits are there to allow visitors to handle the > raster symbolizer components that were missing, a necessary > change in order to make raster s

[Geotools-devel] [jira] Created: (GEOT-1790) Update of ArcSDE layers does not work

2008-04-28 Thread Andreas Oxenstierna (JIRA)
Update of ArcSDE layers does not work - Key: GEOT-1790 URL: http://jira.codehaus.org/browse/GEOT-1790 Project: GeoTools Issue Type: Bug Components: data arcsde Affects Versions: 2.4.2

Re: [Geotools-devel] Any interest in FeatureType-> XSDSchema generator?

2008-04-28 Thread Justin Deoliveira
Hi Theodor, I think there would be interest in having this utility in geotools definitely. Unfortunately XSD is hard to get decent error messages out of when you make a mistake. If you post a test case somewhere which illustrates the issue I would be happy to look at it. -Justin Theodor Foers

[Geotools-devel] Any interest in FeatureType-> XSDSchema generator?

2008-04-28 Thread Theodor Foerster
Hi, Some might have noticed, that I am currently trying to get something running, which produces a XSDSchema document based on a GT featureType. I adopted some parts of the geoserver implementation org.geoserver.wfs.xml.FeatureTypeSchema. Unfortunately, I get only a null Document back from the crea

Re: [Geotools-devel] ArcSDE state of play, some mistakes due to new feature model handling of Date converations

2008-04-28 Thread Gabriel Roldán
On Saturday 26 April 2008 01:58:16 am Jody Garnett wrote: > I have been a bit puzzled by some of the test failures, specifically > FilterTest.testBBoxFilter. and note FilterTest is out of the build, it was wrote by the guys that donated the transaction support and was made against that custom lay

[Geotools-devel] API changed in StyleVisitor breaking GeoServer build and GeoTools indended usage

2008-04-28 Thread Andrea Aime
Hi, since a few days the GeoServer build is broken due to a compile problem. The compile problem originates in an API change in the StyleVisitor interface. I looked into it. GeoTools has many many of such visitors, various of them used for things as style attribute extraction or style duplication.

[Geotools-devel] [jira] Created: (GEOT-1789) StyleVisitor API changes must be notified in the "upgrade to 2.5.x" page

2008-04-28 Thread Andrea Aime (JIRA)
StyleVisitor API changes must be notified in the "upgrade to 2.5.x" page Key: GEOT-1789 URL: http://jira.codehaus.org/browse/GEOT-1789 Project: GeoTools Issue Type: Tas

[Geotools-devel] [jira] Created: (GEOT-1788) StyleVisitor implementations must be changed to accomodate for the new API

2008-04-28 Thread Andrea Aime (JIRA)
StyleVisitor implementations must be changed to accomodate for the new API -- Key: GEOT-1788 URL: http://jira.codehaus.org/browse/GEOT-1788 Project: GeoTools Issue Type:

[Geotools-devel] [jira] Created: (GEOT-1787) TXT with at the left of comparison operations

2008-04-28 Thread Mauricio Pazos (JIRA)
TXT with at the left of comparison operations -- Key: GEOT-1787 URL: http://jira.codehaus.org/browse/GEOT-1787 Project: GeoTools Issue Type: Improvement

[Geotools-devel] Creating a feature wrapper for Java beans

2008-04-28 Thread Anaxa Gore
Hi! I am currently writing a wrapper; to "convert" java beans to features, throw the SimpleFeature interface... But there are choices to do, and i would be happy to have your suggestions ! The idea is this : In an application, we have a model (MVC pattern for instance), described by some classes