Re: [Geotools-gt2-users] About shapefile structure

2008-06-18 Thread Michael Bedward
Hi Gloria My understanding is that the records are in arbitrary order - but I haven't ever tried to confirm that. Michael On Thu, Jun 19, 2008 at 9:47 AM, Gloria Muñoz <[EMAIL PROTECTED]> wrote: > Hi all! > > Here is a question about the shapefile structure. How are the records > ordered in the

Re: [Geotools-gt2-users] HELP! Using Netbeans with GeoTools

2008-06-18 Thread Michael Bedward
Hi Yes - working with a stable version of geotools is a good idea. In that case you don't need to compile geotools from source if you don't want to. You can download a binary distribution of 2.4.4 (the current stable version) at: http://geotools.codehaus.org/2.4.4 Regarding maven - you don't *

Re: [Geotools-gt2-users] HELP! Using Netbeans with GeoTools

2008-06-18 Thread Michael Bedward
On Thu, Jun 19, 2008 at 5:52 AM, Jody wrote: > Understood - can we make a page in the developers guide for netbeans > user- even if the page says use netbeans 6+. > And delete the page that tripped up luong8201... > Jody I'll have a go at that today or tomorrow Michael --

[Geotools-gt2-users] About shapefile structure

2008-06-18 Thread Gloria Muñoz
Hi all! Here is a question about the shapefile structure. How are the records ordered in the shapefile structure? I mean, first goes the main file header and then the records. I want to know if records are added to the shapefile following a specific order (clockwise from the top, from inside to ou

Re: [Geotools-gt2-users] HELP! Using Netbeans with GeoTools

2008-06-18 Thread fx5900
Also, on the geotools website 2.4 or 2.5. As i am very new to this presumably one would go for the stable release as it is recommended. Although, what i do not get is, when after downloading all the zip files, how do i plug this into my netbeans 6 as it were? Thanks fx5900 wrote: > > You mentio

Re: [Geotools-gt2-users] HELP! Using Netbeans with GeoTools

2008-06-18 Thread fx5900
You mentioned about adding the goetools svn site details into the IDE. Where would i get the information from to do that as i am a bit confused? Do you have a link to show this please? Also, i have downloaded NB 6 which looks pretty nice i might, and have noticed that i can download the latest Ma

Re: [Geotools-gt2-users] HELP! Using Netbeans with GeoTools

2008-06-18 Thread Jody Garnett
Understood - can we make a page in the developers guide for netbeans user- even if the page says use netbeans 6+. And delete the page that tripped up luong8201... Jody > Jody Garnett a écrit : >> I would follow the instructions for eclipse...where they say: mvn >> eclipse:eclipse use "mvn netbea

Re: [Geotools-gt2-users] Accuracy of screen to world position transformations

2008-06-18 Thread Martin Desruisseaux
LepiMarbois a écrit : > AffineTransform world2screen = RendererUtilities.worldToScreenTransform( > worldwg84, m_mapPane.getBounds(),Projections.getCRS(Projections.WGS84)); I don't know if RendererUtilities.worldToScreenTransform(...) is reliable. The mouse coordinates is relative to the coordina

Re: [Geotools-gt2-users] How to create a shapefile from ascii raster with goetools??

2008-06-18 Thread Michael Bedward
On Tue, Jun 17, 2008 at 3:07 AM, JuanVx <[EMAIL PROTECTED]> wrote: > > Hi Jody, > > I try by example but I can not find de "cafeanimal" API. This API is > important for the operation. Please help me. > Hi Sorry - I'm not sure if you're using the code that was on www.emilythecamel.com or the new c

Re: [Geotools-gt2-users] Newbie question MathTransform to Matrix

2008-06-18 Thread Martin Desruisseaux
Eric Strabala a écrit : > I'm looking to convert a MathTransform to a matrix. Can someone point > me in the right direction? You can not convert arbitrary math transform to a matrix. For example the following can *not* be converted to a matrix: * all map projections except "Equidistant Cylindr

[Geotools-gt2-users] Newbie question MathTransform to Matrix

2008-06-18 Thread Eric Strabala
Hi, I'm looking to convert a MathTransform to a matrix.  Can someone point me in the right direction? Thanks - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just abou

[Geotools-gt2-users] ImageMosaic and ImagePyramid starter...

2008-06-18 Thread Thomas Lutz
Hi list ! I've searched the docs and the sources and mailing lists, and so far I am not really sure how to start... What I've got: - 5 jpg's - all cover the same area - smallest one is 2 MB, largest 170 MB I managed to set up a client with widgets-swing-pending, and added the smallest file "st

Re: [Geotools-gt2-users] How to create a shapefile from ascii raster with goetools??

2008-06-18 Thread JuanVx
Hi Jody, I try by example but I can not find de "cafeanimal" API. This API is important for the operation. Please help me. Tanks PD: import org.cafeanimal.utils.CAUtils Jody Garnett wrote: > > There have been a couple of recent threads on this topic: > - > http://www.nabble.com/yet-anothe

Re: [Geotools-gt2-users] HELP! Using Netbeans with GeoTools

2008-06-18 Thread Martin Desruisseaux
Jody Garnett a écrit : > I would follow the instructions for eclipse...where they say: mvn > eclipse:eclipse use "mvn netbeans:netbeans" and hope for the best. "mvn netbeans:netbeans" do not exists because... we don't need it! As Michael said, NetBeans 6 + Maven plugin can open Maven project nat

[Geotools-gt2-users] Accuracy of screen to world position transformations

2008-06-18 Thread LepiMarbois
Dear All, I would like to get the position in lat/long (WGS84 ) of a point from a map displayed in various projections (WGS84, Lambert, Mercator ). I am getting strange results with the code below. With a map of France displayed entirely on the screen I am getting errors from nearly 0.5 degree, w