hi peppe,

well .. the first entries are commented out, so you can safely ignore 
them..

not sure why i kept them.. ok, i had a look now..  as far as i remember 
the german definitions had exchanged axes (x/y was y/x) .. so I kept the 
original defs delivered to me just for security purposes. Btw. I 
actually never studied geoinformatics or such .. so ''all'' I did was 
integrating geotools with jump in some aspects.

Thanks for your efforts.. ede
--
> Hi Edgar,
>   just a question about your plugin
>    
>   I saw in the cs.conf file that the wkt spec of EPSG codes are writen 2 
> times 
>   *******************************
>   #PROJCS["WGS 84 / UTM...
>   #GEOGCS["WGS 84"....
>   .......
>    
>   PROJCS["WGS 84 / UTM...
>   GEOGCS["WGS 84"....
>   .......
>   *****************************
>    
>   What is the reason? I want to put it on the wiki page
>    
>   Regards
>    
>   Peppe
>
>        
> ---------------------------------
> Tante idee per la salvaguardia del pianeta su
>  Yahoo! for good.
>   
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> ------------------------------------------------------------------------
>
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>   


-- 
public class WhoDidIt{ // A comment. I love comments 
  private static Person sender;

  public static void main (String[] foo){

  sender = new Person();
  sender.setName(new String[]{"Edgar", "Soldin"});

  Address address = new Address();
  address.setStreet("Stadtweg 119");
  address.setZip(39116);
  address.setCity("Magdeburg");
  address.setCountry("Germany");

  sender.setAddress(address);

  sender.setMobilePhone(" +49(0)171-2782880 ");
  sender.setWebSiteUrl(" http://www.soldin.de ");
  sender.setEmail(" [EMAIL PROTECTED] ");
  sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
  sender.setGender(true);

  System.out.println(sender.toString());
  }
}


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to