> Sounds like you put a lot of work in, is there anything that > prevent you > from making these changes available earlier? I am glad that you are > making them available now. I filed the JIRA issues, tried to collaborate with the module mantainer, etc. But it happens there was no real module mantainer nor anybody that seemed to care. All the JIRAs were simply rescheduled to a newer version after the other, after the other... I could have committed the fixes myself, but nobody ever said: "...OK, do it...". Also many bugs are due to a poor DataStore interface design and others are due to a poor JDBCDataStore (and children) implementation and also to bugs and omissions inside DataUtilities, so it was very difficult to fix them without impacting existing code. I offered to send fixed code, but nobody ever answered. In the end I gave up using GeoTools at all. Until it'll have a robust (or at least working) data access layer, I won't be in the position of wasting any more time with it. I still read the lists and write answers, but I can't do more. You just keep on adding new APIs, modifying existing ones, and tagging new version after new version, but nobody fixes existing bugs and they're going to became more and more with each new version. If decisions were on me I'd stop any new development until all (at least almost) the existing bugs are fixed. But, fortunately, they're not...
> > As for this bug: http://jira.codehaus.org/browse/GEOT-739 > > I think we are parsing the CRS out of oracle now - I am just > not sure > how to go the other way. > Martin can we put a "SRID:#" value into the CRS information > (much like > we do with "EPSG:#") right now? > > JTS Geometry SRID being an int is just kinda lame and we completly > ignore it. Basically SRID is an Oracle only concept (it has > the table > after all), and the oracle datastore needs to ensure it adds > the content > to the database correctly. PostGIS has the spatial_ref_sys table too, so the SRID also applies to it. Anyway, lame or not, JTS Geometry uses an int SRID and since GeoTools uses JTS Geometry it doesn't sound wise to ignore it... > > Jody > Bye Paolo Rizzi AVVERTENZE AI SENSI DEL D. LGS. 196/2003 Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i, sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceveste questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema; costituisce comportamento contrario ai principi dettati dal D. Lgs. 196/2003 il trattenere il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
