Re: [Geotools-gt2-users] Creating Polygons and SurfaceBoundarys

2008-06-27 Thread Adrian Custer
On Thu, 2008-06-26 at 14:48 -0600, Tim Swanson wrote: I'm beginning to feel like a broken record, and I know the manpower doesn't exist right now to answer. But I think it's a good idea to get these questions on record. I am trying to create a Polygon (org.opengis.geometry.coordinate) using

[Geotools-gt2-users] Conversion CoordinateReferenceSystem to other CoordinateReferenceSystem

2008-06-27 Thread Luca Santaniello
Hi, I want convert my point from EPSG:3004 to EPSG:4326. How I can do it? Please help me. I'm beginner programmer. Thanks Luca Santaniello -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Scopri le tue passioni con

Re: [Geotools-gt2-users] check if geometry touches envelope

2008-06-27 Thread Jürgen Jacob
Dear Jody, thanks for your hint and the link. And the ascii art. I completely oversight this. I have to convert my bbox manually to a Polygon geometry or? I can't find any constructors or conversion methods... thanks again!! Jürgen Jody Garnett schrieb: If your geometry was a line and the

Re: [Geotools-gt2-users] Conversion CoordinateReferenceSystem to other CoordinateReferenceSystem

2008-06-27 Thread [EMAIL PROTECTED]
Does this help: http://www.nabble.com/How-to-convert-from-EPSG%3A4326-to-EPSG%3A23032- to7869646.html#a7908471 ? Christian Am 27.06.2008 um 09:22 schrieb Luca Santaniello: Hi, I want convert my point from EPSG:3004 to EPSG:4326. How I can do it? Please help me. I'm beginner

Re: [Geotools-gt2-users] Conversion CoordinateReferenceSystem to other CoordinateReferenceSystem

2008-06-27 Thread luca.santaniello
ChristianG wrote: Does this help: http://www.nabble.com/How-to-convert-from-EPSG%3A4326-to-EPSG%3A23032- to7869646.html#a7908471 ? Christian My code is: Coordinate coordinate = new Coordinate(x, y); GeometryFactory gf = new GeometryFactory(); Point vecchioPunto =

Re: [Geotools-gt2-users] ImagePyramidBuilder and gdal

2008-06-27 Thread Daniele Romagnoli
Hi Martin, Refactoring the ND work, me and Alessio have already started some work on metadata, partially leveraging on GML-JPEG2000 specifications (and some parts of 19111), also using some part of your Coverageio module as we discussed some months ago. Moreover, we have started a document with

Re: [Geotools-gt2-users] ImagePyramidBuilder and gdal

2008-06-27 Thread Daniele Romagnoli
Hi again, Since I have noticed that my last email could be buried in this post, I start a new thread to continue with our discussion about the work done by me and Alessio. Daniele On Fri, Jun 27, 2008 at 10:21 AM, Daniele Romagnoli [EMAIL PROTECTED] wrote: Hi Martin, Refactoring the ND work,

Re: [Geotools-gt2-users] ImagePyramidBuilder and gdal

2008-06-27 Thread Thomas Lutz
Ciao Simone, no problem, it's open source :-) it's me who has to apologize for bothering you with me to stupid to fix classpath issues :-). Maybe I should describe my path to the pyramidbuilder before describing my usage. I am putting together a demo client with

[Geotools-gt2-users] Coordinate Transformation EPSG:4326 to EPSG:23031

2008-06-27 Thread Wladimir Szczerban
Hi, I have a GPX file. I use GEOTOOLS to transform the wpt form EPSG:4326 to ESPG:23031. My problem is not getting the desired results. For example: For the point wpt lat=41.5549967 lon=1.6694312 the result must be X:389132.033 Y:4601425.53. but i obtain this result X:389036.16739

Re: [Geotools-gt2-users] Failed to connect to the EPSG database

2008-06-27 Thread luca.santaniello
I have similar problem. If i go my code from desktop app, this run. If i go my cde from my web app in jboss, it don't rus and generate following exception: Unavailable authority factory... Help me, please -- View this message in context:

Re: [Geotools-gt2-users] Types vs. Descriptors

2008-06-27 Thread Tim Swanson
On Thu, 2008-06-26 at 23:02 -0400, Jody Garnett wrote: Hi Tim, I have a nice table in my training course showing the similarities between the new feature model and a type system everyone is familiar with ... Java; I will try and include JavaBeans as an example as well so you get the idea

Re: [Geotools-gt2-users] Shapefile dependencies

2008-06-27 Thread Tim Swanson
On Fri, 2008-06-27 at 07:50 -0700, asantiago wrote: Hi all, I just have downloaded the GT 2.5 M2 version. How or where can I found which JAR must I use to get only support for shapefiles? There's a write up here: http://docs.codehaus.org/display/GEOTDOC/04+How+to+Read+a+Shapefile

Re: [Geotools-gt2-users] HSQL EPSG:9635

2008-06-27 Thread Martin Desruisseaux
Eric Strabala a écrit : I'm trying to create a CRS with EPSG:9635. factory = FactoryFinder.getCRSAuthorityFactory(EPSG, null); CoordinateReferenceSystem crs = factory.createCoordinateReferenceSystem(EPSG:9635); I get org.opengis.referencing.NoSuchAuthorityCodeException: Unknown