OK, I ask it differently: for what purposes the database (no matter whether 
Access, Postgres, HSQL or what ever) is required?

I'll ask, because I don't have any experience with databases and I don't see 
a reason filling a database with a 6MB sql script for a plain transformation.

--
Mike


[EMAIL PROTECTED] schrieb:
> Hi Mike,
> 
> Sorry, I think you where talking of MS Access or Postgres. 
> 
> The HSQL database is inside the jar file, so you don´t have to install any 
> kind of server etc.
> 
> You can use also WKT of course.
> 
> ------------------------------------
> 
> CRSFactory wktFac=FactoryFinder.getCRSFactory(null);
> 
> wktFac.createFromWKT(wkt);
> 
> ------------------------------------
> 
> To get the WKT for the coordinate systems you can use the HSQL database once. 
> If you want to make a transformation to Gauß-Krüger the parameters in the 
> "gt2-epsg-wkt-2.2.2.jar" aren´t sufficient.
> 
> 
> Michael
> 
> 
> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Mike Lehmann
> Gesendet: Montag, 19. Februar 2007 18:01
> An: geotools-gt2-users@lists.sourceforge.net
> Betreff: Re: [Geotools-gt2-users] Transformation WGS84<->Gauss-Krüger without 
> database
> 
> 
> Hi Michael,
> 
> Thank you for your swift response. Maybe my question was not clear enough. 
> Is it *necessary* to have a database for just a more or less simple 
> transformation? I don't want to choose between hundreds of coordinate 
> systems, we just need two of them.
> 
> --
> Mike
> 
> 
> [EMAIL PROTECTED] schrieb:
>> Hi Mike,
>>
>> Just use the built in hsql database.
>>
>> You have to include the "hsqldb****.jar" and the 
>> "gt2-epsg-hsql-****.jar" into your classpath.
>>
>> The "org.geotools.referencing.FactoryFinder" will do the rest.
>>
>> It would be also good to make sure the concurrent epsg jar is in your 
>> classpath.
>>
>> Mit freundlichen Grüßen
>>  
>> Michael Fröhler
>>
>>
>>
>> -----Ursprüngliche Nachricht-----
>> Von: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED] Im Auftrag von Mike Lehmann
>> Gesendet: Montag, 19. Februar 2007 17:40
>> An: geotools-gt2-users@lists.sourceforge.net
>> Betreff: [Geotools-gt2-users] Transformation WGS84<->Gauss-Krüger without 
>> database
>>
>>
>> Hi,
>>
>> The last hours I read a lot of documentation about setting up CRS with 
>> geotools. Unfortunately, it seems to require a database. We only want 
>> to transform between two coordinate systems WGS84 (latitude, 
>> longitude) and Gauss-Krüger (Germany, chooseable center-meridian 
>> stripe). Is it really necessary to set up a database for this 
>> transformation?
>>
>> --
>> Thanks,
>> Mike
>>
>>
>>
>>
>> ----------------------------------------------------------------------
>> ---
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share your 
>> opinions on IT & business topics through brief surveys-and earn cash 
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Geotools-gt2-users mailing list Geotools-gt2-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>> --
>> RIWA GmbH 
>> Gesellschaft für Geoinformationen 
>> Sitz der Gesellschaft : Zwingerstrasse 1, 87435 Kempten (Allgäu)
>> Registergericht : Amtsgericht Kempten, HRB 6480
>> Geschäftsführer : Dipl.-Ing. Günter Kraus
>>
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your 
> opinions on IT & business topics through brief surveys-and earn cash 
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Geotools-gt2-users mailing list Geotools-gt2-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
> --
> RIWA GmbH 
> Gesellschaft für Geoinformationen 
> Sitz der Gesellschaft : Zwingerstrasse 1, 87435 Kempten (Allgäu)
> Registergericht : Amtsgericht Kempten, HRB 6480
> Geschäftsführer : Dipl.-Ing. Günter Kraus
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-gt2-users mailing list
Geotools-gt2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to