Re: [Geotools-devel] Gml2Shp

2010-03-25 Thread fgdrf
try http://svn.osgeo.org/geotools/trunk/modules/library/main/src/main/java/org/geotools/gml/producer/FeatureTransformer.java org.geotools.gml.producer.FeatureTransformer there you can find a function transform to create a xml file. Maybe it helps ... Frank -- View this message in context: ht

[Geotools-devel] Review of a posted patch for issue GEOT-2404

2009-05-26 Thread fgdrf
Hello, could someone just review the reported bug http://jira.codehaus.org/browse/GEOT-2404 and the patch attached for it? It' seams to me nobody uses the MemoryDataStore Classes except of some test cases. It would be great if the patch could applied to the 2.5.x branch, because we are working

Re: [Geotools-devel] general questions about MemoryDa taStore, DataStores i.g. and Renderers

2009-03-27 Thread fgdrf
Hi Jody, hi Gabriel, Thanks for response! > I am the original implementor of MemoryDataStore and I am afraid it > needs a little love and attention. It was used to define the > datastore api and thus it is really focused on correctness; and not > speed or efficiency - indeed file based impleme

Re: [Geotools-devel] arcsde pom change reverted

2009-03-27 Thread fgdrf
1+ for for jpe_sdk (analog to jsde_sdk shiped by esri dvd's) Frank > -Ursprüngliche Nachricht- > Von: "Jody Garnett" > Gesendet: 27.03.09 00:17:06 > An: Gabriel Roldan > CC: Geotools-Devel list > Betreff: Re: [Geotools-devel] arcsde pom change reverted Okay lets agree on it (I based i

[Geotools-devel] general questions about MemoryDa taStore, DataStores i.g. and Renderers

2009-03-26 Thread fgdrf
Hi, I reviewed some DataStore implementations and have some questions. In MemoryDataStore is a comment that the features should return in the same order they were inserted. The FeatureSource interface does'nt expect a specific order and the MemoryDataStore comment set me on the wrong track I gu

Re: [Geotools-devel] Several problems using MemoryFea tureCollection/MemoryDataStore

2009-03-20 Thread fgdrf
Hi, I just found out, that the getBounds Method in MemoryDataStore does not work correctly. The org.geotools.gui.swing.map.map2d.stream.TempMemoryDataStore is also affected. The reason is the creation of a ReferencedEnvelope without a check whether the filter matches the first Feature. I guess

[Geotools-devel] Parsing WMS-Capabilities : Issue GEOT-1858

2009-03-04 Thread fgdrf
Hello, After having some problems adding a WMS 1.3.0 Layer (served from ArcGIS Server) if found an entry in geotools-user list (http://n2.nabble.com/Parsing-WMS-Capabilities-td1942642.html) and an issue created in Jira (http://jira.codehaus.org/browse/GEOT-1858) I guess i found a solution for

[Geotools-devel] JMapPane / JStreamXXXMap enhancements

2009-03-03 Thread fgdrf
hi, i'm currently using the JStream maps out of the package org.geotools.gui.swing.map.map2d.stream . But it's not easy to subclass because some of them are protected. What do you think, to make them public (see apended patch). cheers, Frank map2d.stream.handler.patch Description: Binary data

Re: [Geotools-devel] Several problems using MemoryFea tureCollection/MemoryDataStore

2009-02-11 Thread fgdrf
Hi Jody, thanks for the new constructor in MemoryDataStore. i checked it and it works with one exception: Creating a Layer with an empty collection using the constructor you defined the getBounds(Query query) function will return null. If a DataStore can return null for getBounds() the calling

Re: [Geotools-devel] Several problems using MemoryFea tureCollection/MemoryDataStore

2009-01-24 Thread fgdrf
Jody, the code i appended on Jan,23rd shows only the basic ideas but was not compileable against version 2.5.2 of geotools! Sorry for that, hopefully I didn't wasted your time! Currently i try to get the code adapted but got some problems with generics. The FeatureCollection has generic typ