Hei Hernan,

are you data in lat/lon or did you got data in different coordinate systems?

In general OpenJUMP does not care about the coordinate system. It just 
displays the coordinates as written in the shape file. Hence, you would 
only need to care about the coordinate system if you want to display 
data stored with different coordinate systems.

However if you need to transform data from one coordinate system into 
another one (with OpenJUMP) you may have a look here:
http://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=Working_with_Projections

stefan

Hernan Arellano wrote:
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

------------------------------------------------------------------------------

_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to