#include <IDTM.h>
Public Member Functions | |
BENTLEYDTM_EXPORT int64_t | GetPointCount () |
Gets the number of points of the DTM. More... | |
BENTLEYDTM_EXPORT DTMStatusInt | GetRange (DRange3dR range) |
Gets the range of the DTM. More... | |
BENTLEYDTM_EXPORT DTMStatusInt | GetTransformDTM (DTMPtr &transformedDtm, TransformCR transformation) |
Gets a Transformed copy of the DTM. More... | |
BENTLEYDTM_EXPORT bool | GetTransformation (TransformR transformation) |
Gets the Current Transformation for this DTM. More... | |
BENTLEYDTM_EXPORT DTMStatusInt | ExportToGeopakTinFile (WCharCP fileNameP, TransformCP transformation=nullptr) |
Save this DTM to a geopak tin file. More... | |
BENTLEYDTM_EXPORT BcDTMP | GetBcDTM () |
Gets the BcDTM of the Current DTM if this is a BcDTM. More... | |
BENTLEYDTM_EXPORT DTMStatusInt ExportToGeopakTinFile | ( | WCharCP | fileNameP, |
TransformCP | transformation = nullptr |
||
) |
Save this DTM to a geopak tin file.
[in] | geopak | tin file name. |
BENTLEYDTM_EXPORT BcDTMP GetBcDTM | ( | ) |
Gets the BcDTM of the Current DTM if this is a BcDTM.
BENTLEYDTM_EXPORT int64_t GetPointCount | ( | ) |
Gets the number of points of the DTM.
BENTLEYDTM_EXPORT DTMStatusInt GetRange | ( | DRange3dR | range | ) |
Gets the range of the DTM.
[out] | range | The range |
BENTLEYDTM_EXPORT bool GetTransformation | ( | TransformR | transformation | ) |
Gets the Current Transformation for this DTM.
[out] | transformation | The transformation. |
BENTLEYDTM_EXPORT DTMStatusInt GetTransformDTM | ( | DTMPtr & | transformedDtm, |
TransformCR | transformation | ||
) |
Gets a Transformed copy of the DTM.
[out] | transformedDTM | The transformed DTM. |
[in] | transformation | The transformation to apply. |