CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
DbGeoData.h File Reference
#include "TD_PackPush.h"
#include "DbObject.h"
#include "OdDbGeoCoordinateSystem.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdDbGeoData
 

Typedefs

typedef OdSmartPtr< OdDbGeoDataOdDbGeoDataPtr
 

Functions

TOOLKIT_EXPORT OdResult oddbGetGeoDataObjId (const OdDbDatabase *pDb, OdDbObjectId &objId)
 
TOOLKIT_EXPORT OdResult oddbGetGeoDataTransform (const OdDbDatabase *pDbSource, const OdDbDatabase *pDbTarget, OdGePoint3d &pt, double &dRotation, double &dScale)
 

Typedef Documentation

◆ OdDbGeoDataPtr

This template class is a specialization of the OdSmartPtr class for OdDbGeoData object pointers.

Definition at line 578 of file DbGeoData.h.

Function Documentation

◆ oddbGetGeoDataObjId()

TOOLKIT_EXPORT OdResult oddbGetGeoDataObjId ( const OdDbDatabase * pDb,
OdDbObjectId & objId )

Global method which is used for getting the OdDbGeoData object ID.

Parameters
pDb[in/out] Pointer to a database.
objId[out] OdDbGeoData object ID.
Returns
Returns eOK if successful, or an appropriate error code if not.

◆ oddbGetGeoDataTransform()

TOOLKIT_EXPORT OdResult oddbGetGeoDataTransform ( const OdDbDatabase * pDbSource,
const OdDbDatabase * pDbTarget,
OdGePoint3d & pt,
double & dRotation,
double & dScale )