This is MiscUKUTMCoord.h in view mode; [Download] [Up]
/*=========================== MiscUKUTMCoord.h ==============================*/
/* MiscUKUTMCoord class contains and supports values representing locations
in the UK National Grid Universal Transverse Mercator coordinate system
as of March 1983.
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
26-Mar-93 Dale Amon at GPL
Created.
*/
#import <Foundation/Foundation.h>
#import <MiscFoundation/MiscUTMCoord.h>
@interface MiscUKUTMCoord:MiscUTMCoord
{
}
-initDescription: (NSString *) txt;
/* blocked methods */
-initDescription: (NSString *) txt constants: anObject;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.