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
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:
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
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
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
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
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
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
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
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
10 matches
Mail list logo