Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Isis Developer Reference
TransverseMercator.cpp File Reference
#include "TransverseMercator.h"
#include <cmath>
#include <cfloat>
#include "Constants.h"
#include "IException.h"
#include "TProjection.h"
#include "Pvl.h"
#include "PvlGroup.h"
#include "PvlKeyword.h"

Namespaces

namespace  Isis
 This is free and unencumbered software released into the public domain.
 

Functions

Isis::ProjectionTransverseMercatorPlugin (Isis::Pvl &lab, bool allowDefaults)
 This is the function that is called in order to instantiate a TransverseMercator object.
 

Function Documentation

◆ TransverseMercatorPlugin()

Isis::Projection * TransverseMercatorPlugin ( Isis::Pvl & lab,
bool allowDefaults )

This is the function that is called in order to instantiate a TransverseMercator object.

Parameters
labCube labels with appropriate Mapping information.
allowDefaultsIndicates whether CenterLongitude and ScaleFactor are allowed to be computed using the middle of the longitude range specified in the label, and the scale factor will default to 1.0.
Returns
Isis::Projection* Pointer to a TransverseMercator projection object.