UNCLASSIFIED
GeographicTranslator
|
#include <vector>
#include "CoordinateType.h"
#include "Precision.h"
#include "SourceOrTarget.h"
#include "CoordinateTuple.h"
Go to the source code of this file.
Classes | |
class | MSP::CCS::CoordinateConversionService |
Namespaces | |
namespace | MSP |
namespace | MSP::CCS |
Variables | |
const int | MSP::CCS::NUMBER_COORD_SYS = 38 |
const int | MSP::CCS::COORD_SYS_CODE_LENGTH = 3 |
const int | MSP::CCS::COORD_SYS_NAME_LENGTH = 50 |
const int | MSP::CCS::DATUM_CODE_LENGTH = 7 |
const int | MSP::CCS::DATUM_NAME_LENGTH = 33 |
const int | MSP::CCS::ELLIPSOID_CODE_LENGTH = 3 |
const int | MSP::CCS::ELLIPSOID_NAME_LENGTH = 30 |
const int | MSP::CCS::CONVERT_MSG_LENGTH = 2048 |
const int | MSP::CCS::RETURN_MSG_LENGTH = 256 |