|
CFx SDK Documentation 2026 SP0
|
#include <OdGridFile.h>
Public Member Functions | |
| void | getFileName (OdString &sFileName) const |
| OdResult | setFileName (const OdString &sFileName) |
| OdUInt8 | getFileFormat () const |
| void | setFileFormat (OdUInt8 uFileFormat) |
| bool | isInverseDirection () const |
| void | setInverseDirection (bool bIsInverseDirection) |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
| static void | rxInit () |
| static void | rxUninit () |
This class represents a grid file.
<group OdSpatialReference_Classes>
Definition at line 37 of file OdGridFile.h.
| OdUInt8 OdSpatialReference::OdGridFile::getFileFormat | ( | ) | const |
Returns the File format of this grid file.
Returns the file name of this grid file.
| sFileName | [out] File name. |
| bool OdSpatialReference::OdGridFile::isInverseDirection | ( | ) | const |
Checks whether this grid file has inverse direction flag.
Sets the file format for this grid file.
| uFileFormat | [in] File format. |
Sets the file name for this grid file.
| sFileName | [in] File name. |
| void OdSpatialReference::OdGridFile::setInverseDirection | ( | bool | bIsInverseDirection | ) |
Set inverse direction flag for this grid file.
| bIsInverseDirection | [in] If true - set inverse direction flag. |