[Geotools-gt2-users] SimpleFeature.getID(): unexspected results, depending on in Memeory or not

2008-10-31 Thread Julian Hagenauer
Hi, i have the following code: for( Iterator it = lines.iterator(); it.hasNext(); ) { SimpleFeature sf = (SimpleFeature)it.next(); if( sf.getAttribute("osm_id").equals(new Integer("4882717") ) ) System.out.println(sf.getID());

Re: [Geotools-gt2-users] How to reproject images the right way?

2008-10-31 Thread Daniele Romagnoli
Hi Milton, I'm doing some preliminar tests with your sample data. I have also fixed a missing import which prevented some EPSG code parsing. Here below, some feedbacks. On Wed, Oct 15, 2008 at 12:56 PM, Milton Jonathan <[EMAIL PROTECTED] > wrote: > Hello Simone, > > Thanks for your reply and sor

[Geotools-gt2-users] How to use the OracleDataStore

2008-10-31 Thread Milton Jonathan
Hello people I heard that the OracleDataStore was now brand new and nice, so I decided to try it out. However, I got into some trouble trying to put some data from a shapefile into the database. So, I'd like to ask some questions: 1. Is Oracle still officially "unsupported" (meaning we don't get

[Geotools-gt2-users] save/load metadata to database

2008-10-31 Thread Viktor Savkin
Hello. I need to save/load MetaData to some storage. I think that sql database (maybe postgre) will be the best variant. I want to know: 1. How can I save/load metadata to database? I didn't find any write method in MetadataSource. 2. I also need an ability to retrieve metadata using filters. Does

Re: [Geotools-gt2-users] How to reproject images the right way?

2008-10-31 Thread Milton Jonathan
Hello Daniele Thanks for the feedback! First of all, I know about the memory issue when not using JAI, not complaining. But things should ideally always work when using JAI, right..? OK, here we go: > I guess I have applied the same workaround. Did you simply changed the > DirectEpsgFactory

Re: [Geotools-gt2-users] How to use the OracleDataStore

2008-10-31 Thread Andrea Aime
Milton Jonathan ha scritto: > Hello people > > I heard that the OracleDataStore was now brand new and nice, so I > decided to try it out. Which version of the OracleDataStore are you using? The new one is in the the unsupported/jdbc-ng/jdbc-oracle module. > However, I got into some trouble tryi