[Geotools-devel] [jira] Created: (GEOT-1794) Add startIndex to Query and Implement native paging support for PostGIS

2008-04-30 Thread JIRA
Add startIndex to Query and Implement native paging support for PostGIS --- Key: GEOT-1794 URL: http://jira.codehaus.org/browse/GEOT-1794 Project: GeoTools Issue Type: New F

Re: [Geotools-devel] error maven during building imageio-Extension- Custom Streams

2008-04-30 Thread Adrian Custer
Hey, It appears to be some unmet dependency. Simone will know more when he gets to his email next. (It's May day which is followed in Europe so he might be relaxing somewhere warm for a few days .) If you just need geotools though and not the imageio_ext stuff (it's for some image formats), you c

[Geotools-devel] [jira] Created: (GEOT-1793) Remove StreamedRenderer.isMemoryPreloadingEnabled(), its a long dead experiment

2008-04-30 Thread JIRA
Remove StreamedRenderer.isMemoryPreloadingEnabled(), its a long dead experiment --- Key: GEOT-1793 URL: http://jira.codehaus.org/browse/GEOT-1793 Project: GeoTools I

[Geotools-devel] error maven during building imageio-Extension- Custom Streams

2008-04-30 Thread M. F.
Hi, I have Build Failure (project imageio-ext) with Maven During the Building Image I/O-Extensions - Custom Streams. The main error is: package com.sun.imageio.streams does not exist My system is: -windows xp sp2, version 5.1 -maven version: 2.0.8 -java version: 1.6.0_06 Someone help me! Mich

[Geotools-devel] Paging support heads up

2008-04-30 Thread Gabriel Roldán
Hi all, So I went ahead and implemented paging support for postgis, which really means taking the startIndex and maxFeatures parameters and generating the sql queries with OFFSET and LIMIT. In the process, among consulting QueryCapabilities, I had to make a couple changes to SQLBuilder, Defaul

Re: [Geotools-devel] Creating a feature wrapper for Java beans

2008-04-30 Thread Andrea Aime
Anaxa Gore ha scritto: > Hi! > > I am currently writing a wrapper; to "convert" java beans to features, > throw the SimpleFeature interface... > But there are choices to do, and i would be happy to have your suggestions ! Sorry for the late response... > The idea is this : > > In an applicatio