Re: [Geotools-gt2-users] Updates to the user's guide?

2008-08-22 Thread Nair, Hari
On 8/22/08 3:55 AM, "Jody Garnett" <[EMAIL PROTECTED]> wrote: > Nair, Hari wrote: >> 2) The artifactId's in the pom.xml file are given as gt2-*, but the 2.5 >> release only has gt-*, right? There are no 2.5-M3 directories in the >> repositories for gt2-*. >> > Thanks - can you update the wiki

Re: [Geotools-gt2-users] grid coverage cell size

2008-08-22 Thread Martin Desruisseaux
Michael Bedward a écrit : > Is there a reason why CoverageUtilities isn't included in the javadocs ? It is internal mechanic. This class contains a bunch of methods that apply heuristic rules that may changes at any time, make assumptions, etc. Basically the org.geotools.resources package and su

[Geotools-gt2-users] Setting CRS for shapefile

2008-08-22 Thread Andrea P.
Hi, with GT2 2.5 (actually M3) is possible to set programmatically the Reference System for a shapefile datasource. Or is still necessary to have a prj file to do it ? Thx, Andrea Peri. - This SF.Net email is sponsored by

Re: [Geotools-gt2-users] grid coverage cell size

2008-08-22 Thread Michael Bedward
Is there a reason why CoverageUtilities isn't included in the javadocs ? 2008/8/22 Michael Bedward <[EMAIL PROTECTED]>: > 2008/8/22 Simone Giannecchini wrote: >> >> Ciao Michael, check the CoverageUtilities.getResolution method and >> improve it as needed. > > Will do - thanks Simone > > Michael >

Re: [Geotools-gt2-users] grid coverage cell size

2008-08-22 Thread Michael Bedward
2008/8/22 Simone Giannecchini wrote: > > Ciao Michael, check the CoverageUtilities.getResolution method and > improve it as needed. Will do - thanks Simone Michael - This SF.Net email is sponsored by the Moblin Your Move Dev

Re: [Geotools-gt2-users] Updates to the user's guide?

2008-08-22 Thread Jody Garnett
Nair, Hari wrote: > I just started with geotools yesterday, and I'm having trouble with the > "Reading a shapefile" example in the user's guide. > > Here are a few problems: > > 1) The repository locations don't seem to be correct. Ibiblio and > repo1.maven.org don't have org.geotools directories.

Re: [Geotools-gt2-users] grid coverage cell size

2008-08-22 Thread Simone Giannecchini
On Fri, Aug 22, 2008 at 5:03 AM, Michael Bedward <[EMAIL PROTECTED]> wrote: > 2008/8/21 Martin Desruisseaux wrote: >> To be slightly more generic, you may invoke >> org.geotools.referencing.operation.matrix.XAffineTransform.getScaleX0(gridToCRS) >> and XAffineTransform.getScaleY0(gridToCRS) instead