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
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
Remove StreamedRenderer.isMemoryPreloadingEnabled(), its a long dead experiment
---
Key: GEOT-1793
URL: http://jira.codehaus.org/browse/GEOT-1793
Project: GeoTools
I
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
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
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