OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Macros | Functions
ossimTranmerc.h File Reference

Go to the source code of this file.

Macros

#define TRANMERC_NO_ERROR   0x0000
 
#define TRANMERC_LAT_ERROR   0x0001
 
#define TRANMERC_LON_ERROR   0x0002
 
#define TRANMERC_EASTING_ERROR   0x0004
 
#define TRANMERC_NORTHING_ERROR   0x0008
 
#define TRANMERC_ORIGIN_LAT_ERROR   0x0010
 
#define TRANMERC_CENT_MER_ERROR   0x0020
 
#define TRANMERC_A_ERROR   0x0040
 
#define TRANMERC_INV_F_ERROR   0x0080
 
#define TRANMERC_SCALE_FACTOR_ERROR   0x0100
 
#define TRANMERC_LON_WARNING   0x0200
 

Functions

long Set_Transverse_Mercator_Parameters (double a, double f, double Origin_Latitude, double Central_Meridian, double False_Easting, double False_Northing, double Scale_Factor)
 
void Get_Transverse_Mercator_Parameters (double *a, double *f, double *Origin_Latitude, double *Central_Meridian, double *False_Easting, double *False_Northing, double *Scale_Factor)
 
long Convert_Geodetic_To_Transverse_Mercator (double Latitude, double Longitude, double *Easting, double *Northing)
 
long Convert_Transverse_Mercator_To_Geodetic (double Easting, double Northing, double *Latitude, double *Longitude)
 

Macro Definition Documentation

◆ TRANMERC_A_ERROR

#define TRANMERC_A_ERROR   0x0040

Definition at line 98 of file ossimTranmerc.h.

◆ TRANMERC_CENT_MER_ERROR

#define TRANMERC_CENT_MER_ERROR   0x0020

Definition at line 97 of file ossimTranmerc.h.

◆ TRANMERC_EASTING_ERROR

#define TRANMERC_EASTING_ERROR   0x0004

Definition at line 94 of file ossimTranmerc.h.

◆ TRANMERC_INV_F_ERROR

#define TRANMERC_INV_F_ERROR   0x0080

Definition at line 99 of file ossimTranmerc.h.

◆ TRANMERC_LAT_ERROR

#define TRANMERC_LAT_ERROR   0x0001

Definition at line 92 of file ossimTranmerc.h.

◆ TRANMERC_LON_ERROR

#define TRANMERC_LON_ERROR   0x0002

Definition at line 93 of file ossimTranmerc.h.

◆ TRANMERC_LON_WARNING

#define TRANMERC_LON_WARNING   0x0200

Definition at line 101 of file ossimTranmerc.h.

◆ TRANMERC_NO_ERROR

#define TRANMERC_NO_ERROR   0x0000

Definition at line 91 of file ossimTranmerc.h.

◆ TRANMERC_NORTHING_ERROR

#define TRANMERC_NORTHING_ERROR   0x0008

Definition at line 95 of file ossimTranmerc.h.

◆ TRANMERC_ORIGIN_LAT_ERROR

#define TRANMERC_ORIGIN_LAT_ERROR   0x0010

Definition at line 96 of file ossimTranmerc.h.

◆ TRANMERC_SCALE_FACTOR_ERROR

#define TRANMERC_SCALE_FACTOR_ERROR   0x0100

Definition at line 100 of file ossimTranmerc.h.

Function Documentation

◆ Convert_Geodetic_To_Transverse_Mercator()

long Convert_Geodetic_To_Transverse_Mercator ( double  Latitude,
double  Longitude,
double *  Easting,
double *  Northing 
)

◆ Convert_Transverse_Mercator_To_Geodetic()

long Convert_Transverse_Mercator_To_Geodetic ( double  Easting,
double  Northing,
double *  Latitude,
double *  Longitude 
)

◆ Get_Transverse_Mercator_Parameters()

void Get_Transverse_Mercator_Parameters ( double *  a,
double *  f,
double *  Origin_Latitude,
double *  Central_Meridian,
double *  False_Easting,
double *  False_Northing,
double *  Scale_Factor 
)

◆ Set_Transverse_Mercator_Parameters()

long Set_Transverse_Mercator_Parameters ( double  a,
double  f,
double  Origin_Latitude,
double  Central_Meridian,
double  False_Easting,
double  False_Northing,
double  Scale_Factor 
)