[Geotools-devel] Problem asking an empty layer schema through WFS

2009-09-10 Thread DGIS Devels
Hi, we have an error when we try asking the schema after inserting a feture on an empty layer through WFS. java.lang.NullPointerException at org.geotools.xml.gml.WFSFeatureTypeTransformer.transform(WFSFeatureTypeTransformer.java:54) at org.geotools.data.wfs.v1_0_0.WFS_1_0_0_DataStore.getSchema(W

[Geotools-devel] [jira] Created: (GEOT-2702) Remove caching from coverage processing

2009-09-10 Thread Simone Giannecchini (JIRA)
Remove caching from coverage processing --- Key: GEOT-2702 URL: http://jira.codehaus.org/browse/GEOT-2702 Project: GeoTools Issue Type: Improvement Components: core coverage Affects Versions:

Re: [Geotools-devel] StyleFactoryImpl: NoSuchMethodError: org.geotools.styling.Stroke.setGraphicFill(Lorg/opengis/style/Graphic; )

2009-09-10 Thread Stefan Krüger
Am Donnerstag 10 September 2009 17:33:31 schrieben Sie: > Stefan Krüger ha scritto: > > Hi > > > > Since i switched from GT2.6-M2 to trunc i get a strange error. When i run > > the attached class, i get > > > >> Exception in thread "main" java.lang.NoSuchMethodError: > >> org.geotools.styling.Strok

Re: [Geotools-devel] StyleFactoryImpl: NoSuchMethodError: org.geotools.styling.Stroke.setGraphicFill(Lorg/opengis/style/Graphic; )

2009-09-10 Thread Andrea Aime
Stefan Krüger ha scritto: > Hi > > Since i switched from GT2.6-M2 to trunc i get a strange error. When i run the > attached class, i get > >> Exception in thread "main" java.lang.NoSuchMethodError: >> org.geotools.styling.Stroke.setGraphicFill(Lorg/opengis/style/Graphic;)V at >> org.geotools.sty

[Geotools-devel] StyleFactoryImpl: NoSuchMethodError: org.geotools.styling.Stroke.setGraphicFill(Lorg/opengis/style/Graphic; )

2009-09-10 Thread Stefan Krüger
Hi Since i switched from GT2.6-M2 to trunc i get a strange error. When i run the attached class, i get >Exception in thread "main" java.lang.NoSuchMethodError: > org.geotools.styling.Stroke.setGraphicFill(Lorg/opengis/style/Graphic;)V at > org.geotools.styling.StyleFactoryImpl.createStroke(Style

Re: [Geotools-devel] Parsing error on creating WPS factory

2009-09-10 Thread Jody Garnett
Hi Matthias; that project ended almost two years ago and did not have enough funding to complete. In the last couple of weeks Andrea has taken an interest in the process API defined by that project and has recast it to allow set of names (rather then just one). With that in mind I think the parsin

[Geotools-devel] Parsing error on creating WPS factory

2009-09-10 Thread Matthias Lendholt
Dear list, I've created a convenience method to create WPSFactory in my project: public static WPSFactory getWpsFactory(URL wpsUrl, String processName)throws ServiceException, IOException { WebProcessingService wps = new WebProcessingService(wpsUrl); DescribeProcessRequest descRequest = wps

Re: [Geotools-devel] Light mutithreading on the streaming renderer

2009-09-10 Thread Andrea Aime
Simone Giannecchini ha scritto: >> Maybe there is something wrong with the way I've >> coded up the prefecthin iterator? Someone more familiar >> with the concurrent java utilitis might be able to tell. >> >> More in general, how do people feel about this? >> Good for a configuration knob in the St

Re: [Geotools-devel] Light mutithreading on the streaming renderer

2009-09-10 Thread Andrea Aime
Christian Müller ha scritto: > Hi, interesting discussion. I did something similar with my imagemosiac > jdbc module for decoding the tiles. > Scaled up well, the IBM power p6 has 4 CPUs at 100 %, consuming energy > like a washing machine. > I had also the idea using a prefetch mechanism like you

Re: [Geotools-devel] representing xml attributes in feature model

2009-09-10 Thread Rob Atkinson
Sitting here with the Guru... one of the GML editors, Simon Cox I got some useful insight into this pattern: 1) it is an encoding artefact, not part of the model (as already argued) 2) the pattern separates the role from the data type - and makes each explicit - so you get a role name, then an emb