Modify

Ticket #3876 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

UTM class to support other TM based national grids

Reported by: Polarbear Owned by: team
Priority: normal Component: Core
Version: Keywords: UTM, national grids
Cc:

Description

It would be good if support for national TM projections could be considered in the generic UTM implementation currently going on.

This might be as simple as providing an interface for some core parameters.

E.g. I successfully hacked the current UTM 33 stub by using 8.0 as the centre meridian, and suddenly all my Irish TM references were orthogonal...

Attachments

Change History

comment:1 Changed 2 years ago by stoecker

Well, theoretically setting the meridian is already implemented, only currently the values are ignored when initializing the class. I had no time yet to fix that issue. Mainly it is to read and use the first value of the list given as argument (including validity checks).

comment:2 Changed 2 years ago by Polarbear

currently in UTM.java, the zone and the UTMScaleFactor are wired at the beginning of the class implementation, while the UTMCentralMeridianDeg is computed from the zone.

National TMs can have scale factors, central meridians and true/false origins different from UTM, for example  http://en.wikipedia.org/wiki/Irish_Transverse_Mercator#Comparison_of_ITM.2C_Irish_Grid_and_UTM

As I assume the core calculation is the same I thought all parameters could be kept adjustable.

In other words, keeping the generic TM calculation separate from the UTM specifics.

comment:3 Changed 2 years ago by stoecker

See getPreferences() and setPreferences() at end of file (the two with TODO's inside). Currently only zone is handled as prefs (or not yet handled - TODO), others could be added. They will be presented in preferences dialog when UTM is choosen.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will be changed from team. Next status will be 'new'
Next status will be 'needinfo'The owner will change to Polarbear
as duplicate The resolution will be set to duplicate. Next status will be 'closed'The specified ticket will be cross-referenced with this ticket
The owner will be changed from team to anonymous. Next status will be 'assigned'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.