[Geotools-devel] [jira] Created: (GEOT-3249) Most filter functions are not null safe

2010-08-19 Thread Andrea Aime (JIRA)
Most filter functions are not null safe --- Key: GEOT-3249 URL: http://jira.codehaus.org/browse/GEOT-3249 Project: GeoTools Issue Type: Bug Components: core main Affects Versions: 2.6.5

[Geotools-devel] coverage styling freezes

2010-08-19 Thread andrea antonello
Hi, as part of the new raster style editor for udig I am trying to style a black and white geotiff. My first test is to just make two ColorMapEntry to change the two main colors to something else: ColorMap colorMap = sf.createColorMap(); Color one = Color.green; Color two

[Geotools-devel] georeference

2010-08-19 Thread Mohammed Rashad
How to do georeferencing using geotools? Is this possible? -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev

Re: [Geotools-devel] coverage styling freezes

2010-08-19 Thread andrea antonello
Quick update. The samplemodel of the image is modified by the styling operation. Ad since bwhite map was in MultiPixelPackedSampleModel, it resulted nicely handled (those images are heavily compressed). After the styling the image has a PixelInterleavedSampleModel model, which very probably makes

[Geotools-devel] [jira] Created: (GEOT-3250) GridFormatFinder should support Hints in its methods

2010-08-19 Thread Simone Giannecchini (JIRA)
GridFormatFinder should support Hints in its methods Key: GEOT-3250 URL: http://jira.codehaus.org/browse/GEOT-3250 Project: GeoTools Issue Type: Improvement Components: core

[Geotools-devel] ShapefileRenderer: R.I.P.

2010-08-19 Thread Andrea Aime
Hi, I've just committed a big patch that should make the usage of shapefile renderer a thing of the past. Basically all the specific optimizations it had went straight into the shapefile data store or in the query hints, so that every datastore can benefit from them (actually, any datastore that

Re: [Geotools-devel] ShapefileRenderer: R.I.P.

2010-08-19 Thread Balint Persics
Hi, This is a very fascinating patch, thank you! Which version of GeoTools is affected by this patch? Will it be backported to 2.6, or is is a new feature for 2.7? I asking it because of uDIG ships with GT 2.6.4. Thanks, Balint On Thu, Aug 19, 2010 at 14:26, Andrea Aime aa...@opengeo.org wrote:

Re: [Geotools-devel] ShapefileRenderer: R.I.P.

2010-08-19 Thread Andrea Aime
Balint Persics ha scritto: Hi, This is a very fascinating patch, thank you! Which version of GeoTools is affected by this patch? Will it be backported to 2.6, or is is a new feature for 2.7? I asking it because of uDIG ships with GT 2.6.4. Too big, too wide, there is no way it will be

Re: [Geotools-devel] [jira] Created: (GEOT-3250) GridFormatFinder should support Hints in its methods

2010-08-19 Thread Milton Jonathan
Hey Simone Picking that up, someone here just asked me the other day the following question: how to read a raster file with a user-specified CRS. I understand this patch will allow that, right? My questions: - Will this allow the user to override the raster's CRS, even if there is one? - Is

[Geotools-devel] make single pixel alpha, change color [was Re: coverage styling freezes]

2010-08-19 Thread andrea antonello
Hi Simone or Daniele, I guess you are the only ones here to have some insight in what should be done here. Given that some types of raster should not do changed in SampleModel throught styling, I was wondering if anyways something can be done. For example in the new styler for uDig I would need

Re: [Geotools-devel] proj4

2010-08-19 Thread Justin Deoliveira
A more direct port of proj4 to java is currently being maintained by the author of jts, Martin Davis: http://trac.osgeo.org/proj4j/ -Justin On Wed, Aug 18, 2010 at 5:24 PM, Jody Garnett jody.garn...@gmail.comwrote: GeoTools is an alternative...

Re: [Geotools-devel] ShapefileRenderer: R.I.P.

2010-08-19 Thread Justin Deoliveira
On Thu, Aug 19, 2010 at 5:26 AM, Andrea Aime aa...@opengeo.org wrote: Hi, I've just committed a big patch that should make the usage of shapefile renderer a thing of the past. Basically all the specific optimizations it had went straight into the shapefile data store or in the query hints,

Re: [Geotools-devel] ShapefileRenderer: R.I.P.

2010-08-19 Thread Jody Garnett
Don't worry Balint we need to make a copy of uDig against 2.7.x shortly. jody On Thu, Aug 19, 2010 at 10:43 PM, Balint Persics persi...@gmail.com wrote: Hi, This is a very fascinating patch, thank you! Which version of GeoTools is affected by this patch? Will it be backported to 2.6, or is

[Geotools-devel] [jira] Created: (GEOT-3251) Oracle Bounds calculation efficiency

2010-08-19 Thread Jody Garnett (JIRA)
Oracle Bounds calculation efficiency Key: GEOT-3251 URL: http://jira.codehaus.org/browse/GEOT-3251 Project: GeoTools Issue Type: Improvement Components: data jdbc-ng, data oraclespatial