Hi all! thanks for reading in advance! I got ESRI Shapefiles, they are made with the Projection Gauss Kruger Posgar 94 Number 1. I know that the epsg code is 22181, and i also know other atributes for this projection like OriginLongitude= -72 ; OriginLatitude= -90 ; FalseEasting= 1500000; FalseNorthing= 0; CentralMeridian= -72.
Gauss Kruger Posgar is synonymous of Transverse Mercator. I`ve found only this code in OpenJump for handling TransverseMercator: ******************************************************** new TransverseMercator() { { setSpheroid(new Spheroid(new Radius(Radius.GRS80))); setParameters(-72.0); }} ***************************** With the method setParameters i set up the CentralMeridian atribute, but how can I set up the rest of the atributes? o how can I do this in the correct way? Thanks!!! _________________________________________________________________
------------------------------------------------------------------------------
_______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel