This is MiscIrelandCoordConverter.h in view mode; [Download] [Up]
/*====================== MiscIrelandCoordConverter.h ========================*/
/* MiscIrelandCoordConverter class supports the calculations required for
converting between World and the Irish version of the Universal
Transverse Mercator coordinates.
DMA Release 0.8, Copyright @1993 by Genesis Project, Ltd. All Rights
Reserved. For further information on terms and conditions see
the MiscKit license.
HISTORY
12-Mar-93 Dale Amon at GPL
Split UTMGrid into constants and converter parts.
22-Feb-93 Dale Amon at GPL
Created.
*/
#import <Foundation/Foundation.h>
#import <MiscFoundation/MiscPlanetCoordConverter.h>
@class MiscUTMConstants;
@interface MiscIrelandCoordConverter:MiscPlanetCoordConverter
{
}
+ new;
- awakeAfterUsingCoder:(NSCoder *)aDecoder;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.