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

Go to the source code of this file.

Macros

#define SINU_NO_ERROR   0x0000
 
#define SINU_LAT_ERROR   0x0001
 
#define SINU_LON_ERROR   0x0002
 
#define SINU_EASTING_ERROR   0x0004
 
#define SINU_NORTHING_ERROR   0x0008
 
#define SINU_CENT_MER_ERROR   0x0020
 
#define SINU_A_ERROR   0x0040
 
#define SINU_INV_F_ERROR   0x0080
 

Functions

long Set_Sinusoidal_Parameters (double a, double f, double Central_Meridian, double False_Easting, double False_Northing)
 
void Get_Sinusoidal_Parameters (double *a, double *f, double *Central_Meridian, double *False_Easting, double *False_Northing)
 
long Convert_Geodetic_To_Sinusoidal (double Latitude, double Longitude, double *Easting, double *Northing)
 
long Convert_Sinusoidal_To_Geodetic (double Easting, double Northing, double *Latitude, double *Longitude)
 

Macro Definition Documentation

◆ SINU_A_ERROR

#define SINU_A_ERROR   0x0040

Definition at line 86 of file ossimSinusoid.h.

◆ SINU_CENT_MER_ERROR

#define SINU_CENT_MER_ERROR   0x0020

Definition at line 85 of file ossimSinusoid.h.

◆ SINU_EASTING_ERROR

#define SINU_EASTING_ERROR   0x0004

Definition at line 83 of file ossimSinusoid.h.

◆ SINU_INV_F_ERROR

#define SINU_INV_F_ERROR   0x0080

Definition at line 87 of file ossimSinusoid.h.

◆ SINU_LAT_ERROR

#define SINU_LAT_ERROR   0x0001

Definition at line 81 of file ossimSinusoid.h.

◆ SINU_LON_ERROR

#define SINU_LON_ERROR   0x0002

Definition at line 82 of file ossimSinusoid.h.

◆ SINU_NO_ERROR

#define SINU_NO_ERROR   0x0000

Definition at line 80 of file ossimSinusoid.h.

◆ SINU_NORTHING_ERROR

#define SINU_NORTHING_ERROR   0x0008

Definition at line 84 of file ossimSinusoid.h.

Function Documentation

◆ Convert_Geodetic_To_Sinusoidal()

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

◆ Convert_Sinusoidal_To_Geodetic()

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

◆ Get_Sinusoidal_Parameters()

void Get_Sinusoidal_Parameters ( double *  a,
double *  f,
double *  Central_Meridian,
double *  False_Easting,
double *  False_Northing 
)

◆ Set_Sinusoidal_Parameters()

long Set_Sinusoidal_Parameters ( double  a,
double  f,
double  Central_Meridian,
double  False_Easting,
double  False_Northing 
)