Re: [Geotools-devel] Re: Blocking Issue affecting CRS, features and streaming renderer.

2006-05-21 Thread Rob Atkinson
Using non EPSG CRS is neater, but at odds with practice and leaves an authority hole... IMHO the only hope of reconciling these things is to state that the OGC recognises EPSG as the authority for the geometry definition, not the representation (serialisation) rules, and that should be reinfor

Re: [Geotools-devel] Re: Blocking Issue affecting CRS, features and streaming renderer.

2006-05-21 Thread Martin Desruisseaux
Adrian Custer a écrit : Any chance you could write up a paragraph explaining what's going on with axis order? I'm assembling notes for an eventual writeup of the geotools CRS and this seems like an important corner case. The EPSG CRS's are all in the lat, long order except for 4326 which is long,

[Geotools-devel] CRS "article" for Mr Custer

2006-05-21 Thread Jody Garnett
Adrian Custer wrote: Hey Martin, Any chance you could write up a paragraph explaining what's going on with axis order? I'm assembling notes for an eventual writeup of the geotools CRS and this seems like an important corner case. The EPSG CRS's are all in the lat, long order except for 4326 whic

[Geotools-devel] Tip of the Day - getting rid of getFilterType

2006-05-21 Thread Jody Garnett
On trunk you can clean the use of getFilterType() by using instanceof: if (f instanceof PropertyIsLessThan)) { } Jody --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated t

Re: [Geotools-devel] Re: Blocking Issue affecting CRS, features and streaming renderer.

2006-05-21 Thread Adrian Custer
Hey Martin, Any chance you could write up a paragraph explaining what's going on with axis order? I'm assembling notes for an eventual writeup of the geotools CRS and this seems like an important corner case. The EPSG CRS's are all in the lat, long order except for 4326 which is long, lat? are the

[Geotools-devel] FM progress

2006-05-21 Thread Jody Garnett
Well things are moving a bit faster now that I have Justin right here to bother. Cory I saw where you were stuck writing a feature collection test and we have responded by: - removing the power set of builders (FeatureBuilder, FeatureCollectionBuilder, SmalFishBuilder, etc...) - producing a s

[Geotools-devel] Re: Blocking Issue affecting CRS, features and streaming renderer.

2006-05-21 Thread Jody Garnett
Martin Desruisseaux wrote: Simone Giannecchini a écrit : I am pretty sure that in gdal (which uses Proj) EPSG:4326 is lon,lat as expected, moreover Jody told me that OGC, after a long debat, now states that EPSG:4326 is lon,lat and not lat,lon as EPSG db (please Jody help me here). If this is an

[Geotools-devel] Re: Blocking Issue affecting CRS, features and streaming renderer.

2006-05-21 Thread Jody Garnett
Martin Desruisseaux wrote: Simone Giannecchini a écrit : Good news is, I might have found a guy to do his master thesis on advanced geospatial rendering. I would like to reuse your experience, the GO1 code, the old J2DRenderer code and a bit of my experience. He should start in september, let's

[Geotools-devel] Re: Blocking Issue affecting CRS, features and streaming renderer.

2006-05-21 Thread Martin Desruisseaux
Simone Giannecchini a écrit : I am pretty sure that in gdal (which uses Proj) EPSG:4326 is lon,lat as expected, moreover Jody told me that OGC, after a long debat, now states that EPSG:4326 is lon,lat and not lat,lon as EPSG db (please Jody help me here). If this is an OGC decision, then the EP

Re: [Geotools-devel] Maven 2 release progress

2006-05-21 Thread Martin Desruisseaux
Richard Gould a écrit : Do you get the same exception when running "mvn install" and "mvn org.geotools:gt2-javadoc:javadoc" both on trunk? Yeah, I get the same exception on trunk. Am I missing something? Not necessarly, it is likely to be a bug in the custom plugin. When invoking "mvn insta