[Geotools-devel] question about SimpleFeaturePropertyAccessor

2010-03-08 Thread Rini.Angreani
Hi Justin, Since you're the author of the class, I'm wondering if you could help me. In SimpleFeaturePropertyAccessor.canHandle(), it does this: if ( object instanceof SimpleFeature ) { return ((SimpleFeature) object).getAttribute( xpath ) != null; } When we have a null value in the database,

Re: [Geotools-devel] Schema 'http://www.geotools.org/test:ft1' does not exist

2010-03-08 Thread Justin Deoliveira
Hi Lim, Sounds like you are making progress. About ContentDataStore.entry() yes your assumption is correct. The content entry map is created lazily so any time a feature type is access for the first time the createTypeNames() method will be called which does a full scan of the tables available

Re: [Geotools-devel] Schema 'http://www.geotools.org/test:ft1' does not exist

2010-03-08 Thread lim goh
Hi Justin, Thank you so much for your explanation. I definitely have not thought of that and will double check with Ingres but I believe Ingres is not a case-sensitive database. I also have not implemented IngresDialect properly such that it had been returning false for all calls to includeTable()

Re: [Geotools-devel] Schema 'http://www.geotools.org/test:ft1' does not exist

2010-03-08 Thread Justin Deoliveira
Hi Lim, All the tests for the jdbc data stores require a test setup class to run and populate a live database with data. For JDBCFeatureSourceTest this class is Called "JDBCTestSetup". One of the tables it must create is "ft1". So my first questions is have you implemented that class? And is yo

Re: [Geotools-devel] Problem getting column_name from geometry_columns table

2010-03-08 Thread Justin Deoliveira
Hi Henry, I am not exactly sure what you mean. It sounds like you just want to get the column_name values of the geometry_columns table? This is done with a standard result set: Statement st = ..; ResultSet rs = st.executeQuery("SELECT column_name from geomtrey_columns"); while(rs.next()) {

Re: [Geotools-devel] How Much Interest in "Precise" JTS to SVG Conversion?

2010-03-08 Thread Sunburned Surveyor
Christian, I don't have any plans to support interactive SVG at this point. I'm just trying to get my vector data into Inkscape. Thanks for the suggestion. Landon On Fri, Mar 5, 2010 at 10:44 PM, Christian Müller wrote: > Two years ago I have done something similar. > Fetching geometries from

[Geotools-devel] [jira] Reopened: (GEOT-2909) When a bundle vendor for jai operations doesn't match an available authority, the error message is wrong

2010-03-08 Thread Daniele Romagnoli (JIRA)
[ http://jira.codehaus.org/browse/GEOT-2909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniele Romagnoli reopened GEOT-2909: - Assignee: Daniele Romagnoli (was: Simone Giannecchini) Just opening to fix on 2.5.x > When a

[Geotools-devel] Problem getting column_name from geometry_columns table

2010-03-08 Thread Henry Chow
Hi all, My name is Henry, I am a developer for Ingres working on the UCOSP project along with Lim, Anthony, and Xiaoxiao. I am trying to retrieve the "column_name" field in the "geometry_columns" table in the database. I am calling this from the getMapping method of the IngresDialect class. Whe

Re: [Geotools-devel] DXF - module

2010-03-08 Thread Andrea Aime
Roy Braam ha scritto: > List, > > I want to submit a DXF-datastore module. It reads DXF files into the > feature structure of Geotools. The module only reads dxf files, not > (yet) write them. Hi Roy, welcome to GeoTools. To submit a module in the community section you first have to read the d

[Geotools-devel] DXF - module

2010-03-08 Thread Roy Braam
List, I want to submit a DXF-datastore module. It reads DXF files into the feature structure of Geotools. The module only reads dxf files, not (yet) write them. Roy Braam -- Download Intel® Parallel Studio Eva