OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <iostream>
#include <iomanip>
#include <ossim/base/ossimTieGptSet.h>
#include <ossim/base/ossimString.h>
#include <ossim/base/ossimDatum.h>
#include <ossim/base/ossimNotifyContext.h>
Go to the source code of this file.
Variables | |
const char * | SLAVEPATH_TAG = "SlavePath" |
const char * | MASTERPATH_TAG = "MasterPath" |
const char * | IMAGECOV_TAG = "ImageCovariance" |
const char * | GROUNDCOV_TAG = "GroundCovariance" |
const char * | TIEPOINTS_TAG = "SimpleTiePoint" |
const char* GROUNDCOV_TAG = "GroundCovariance" |
Definition at line 58 of file ossimTieGptSet.cpp.
Referenced by ossimTieGptSet::exportAsGmlNode(), and ossimTieGptSet::importFromGmlNode().
const char* IMAGECOV_TAG = "ImageCovariance" |
Definition at line 57 of file ossimTieGptSet.cpp.
Referenced by ossimTieGptSet::exportAsGmlNode(), and ossimTieGptSet::importFromGmlNode().
const char* MASTERPATH_TAG = "MasterPath" |
Definition at line 56 of file ossimTieGptSet.cpp.
Referenced by ossimTieGptSet::exportAsGmlNode(), and ossimTieGptSet::importFromGmlNode().
const char* SLAVEPATH_TAG = "SlavePath" |
Definition at line 55 of file ossimTieGptSet.cpp.
Referenced by ossimTieGptSet::exportAsGmlNode(), and ossimTieGptSet::importFromGmlNode().
const char* TIEPOINTS_TAG = "SimpleTiePoint" |
Definition at line 59 of file ossimTieGptSet.cpp.
Referenced by ossimTieGptSet::importFromGmlNode().