#include "GeoCore.h"
#include "BCoordSys.h"
#include "BPoint.h"
#include "BTransform.h"
#include "BPolygon.h"
#include "BCoordTransformSettings.h"
Namespaces | |
| namespace | GeoCalc |
| namespace | GeoCalc::CT |
| namespace | GeoCalc::ML |
| namespace | GeoCore |
Classes | |
| class | BCoordTransform |
| Encapsulates the properties of a tranformation from one coordinate system to another. More... | |
Typedefs | |
| typedef boost::shared_ptr < BCoordTransform > | BCoordTransformPtr |
| Defines a shared pointer that can be used to reference a BCoordTransform. | |
| typedef std::vector < BCoordTransform > | BCoordTransformVector |
| Defines a collection of BCoordTransform objects. | |
Enumerations | |
| enum | EDatumShiftStateType { eDatumShiftStateUnknown, eDatumShiftStateSuccess, eDatumShiftStateCancel, eDatumShiftStateNoChoices, eDatumShiftStateNoShiftNeeded, eDatumShiftStateUserPickedNone } |
| Enumeration of the various results of calling the BCoordSysRepository::EstablishDatumShift method. More... | |