|
CFx SDK Documentation 2026 SP0
|
#include <DbGeoMapFieldsPE.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdDbGeoMapFieldsPE) | |
| virtual | ~OdDbGeoMapFieldsPE () |
| virtual OdInt8 | getLOD (OdDbGeoMap *pGeoMap) const |
| virtual bool | getIsOutOfDate (OdDbGeoMap *pGeoMap) const |
| virtual const OdBinaryData & | getPixelData (OdDbGeoMap *pGeoMap) const |
| virtual const OdGePoint2dArray & | getPtClipBnd (OdDbGeoMap *pGeoMap) const |
| virtual const OdStringArray & | getStrings (OdDbGeoMap *pGeoMap) const |
| virtual const OdGeVector3d & | getvU (OdDbGeoMap *pGeoMap) const |
| virtual const OdGeVector3d & | getvV (OdDbGeoMap *pGeoMap) const |
| virtual double | getTextHeight (OdDbGeoMap *pGeoMap) const |
| virtual OdCmColor | getTextColor (OdDbGeoMap *pGeoMap) const |
| virtual OdInt32 | getHeight (OdDbGeoMap *pGeoMap) const |
| virtual OdInt32 | getWidth (OdDbGeoMap *pGeoMap) const |
| virtual double | getImageWidth (OdDbGeoMap *pGeoMap) const |
| virtual double | getImageHeight (OdDbGeoMap *pGeoMap) const |
| virtual const OdGePoint3d & | getPtTextPosition (OdDbGeoMap *pGeoMap) const |
| virtual const OdGePoint3d & | getPtImageBottomLeft (OdDbGeoMap *pGeoMap) const |
| virtual OdInt8 | getResolution (OdDbGeoMap *pGeoMap) const |
| virtual OdResult | setLOD (OdDbGeoMap *pGeoMap, OdInt8 LOD) const |
| virtual OdResult | setIsOutOfDate (OdDbGeoMap *pGeoMap, bool bIsOutOfDate) const |
| virtual OdResult | setPixelData (OdDbGeoMap *pGeoMap, const OdBinaryData &pixelData) const |
| virtual OdResult | setPtClipBnd (OdDbGeoMap *pGeoMap, const OdGePoint2dArray &ptClipBnd) const |
| virtual OdResult | setStrings (OdDbGeoMap *pGeoMap, const OdStringArray &strings) const |
| virtual OdResult | setvU (OdDbGeoMap *pGeoMap, const OdGeVector3d &vU) const |
| virtual OdResult | setvV (OdDbGeoMap *pGeoMap, const OdGeVector3d &vV) const |
| virtual OdResult | setTextHeight (OdDbGeoMap *pGeoMap, double dTextHeight) const |
| virtual OdResult | setTextColor (OdDbGeoMap *pGeoMap, const OdCmColor &cColor) const |
| virtual OdResult | setHeight (OdDbGeoMap *pGeoMap, OdInt32 height) const |
| virtual OdResult | setWidth (OdDbGeoMap *pGeoMap, OdInt32 width) const |
| virtual OdResult | setImageWidth (OdDbGeoMap *pGeoMap, double dImageWidth) const |
| virtual OdResult | setImageHeight (OdDbGeoMap *pGeoMap, double dImageHeight) const |
| virtual OdResult | setPtTextPosition (OdDbGeoMap *pGeoMap, const OdGePoint3d &ptTextPosition) const |
| virtual OdResult | setPtImageBottomLeft (OdDbGeoMap *pGeoMap, const OdGePoint3d &ptImageBottomLeft) const |
| virtual OdResult | setResolution (OdDbGeoMap *pGeoMap, OdInt8 Resolution) const |
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 () |
An abstract class that represents a protocol extension for the OdDbGeoMap class, which provides direct access to OdDbGeoMap class fields.
<group OdDb_Classes>
Definition at line 36 of file DbGeoMapFieldsPE.h.
|
inlinevirtual |
Default destructor.
Definition at line 44 of file DbGeoMapFieldsPE.h.
|
virtual |
Returns the height of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the image height of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the image width of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the IsOutOfDate flag of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the LOD of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the pixel data of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the clip boundary array of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the bottom left position of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the text position of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the resolution of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the string array of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the text color of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the text height of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the width vector of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the height vector of the map image.
| pGeoMap | [in] Pointer to the map image object. |
|
virtual |
Returns the width of the map image.
| pGeoMap | [in] Pointer to the map image object. |
| OdDbGeoMapFieldsPE::ODRX_DECLARE_MEMBERS | ( | OdDbGeoMapFieldsPE | ) |
|
virtual |
Sets the height for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| height | [in] The height for the map image. |
|
virtual |
Sets the image height for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| dImageHeight | [in] The image height for the map image. |
|
virtual |
Sets the image width for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| dImageWidth | [in] The image width for the map image. |
|
virtual |
Sets the IsOutOfDate flag for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| bIsOutOfDate | [in] Boolean value for the IsOutOfDate flag. |
|
virtual |
Sets the LOD (Level of Detail) for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| LOD | [in] Level of detail. |
|
virtual |
Sets the pixel data for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| pixelData | [in] Image pixel data represented as binary data. |
|
virtual |
Sets the clip boundary array for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| ptClipBnd | [in] The clip boundary array for the map image. |
|
virtual |
Sets the bottom left position for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| ptImageBottomLeft | [in] The bottom left position for the map image. |
|
virtual |
Sets the text position for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| ptTextPosition | [in] The text position for the map image. |
|
virtual |
Sets the resolution for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| Resolution | [in] The resolution for the map image. |
|
virtual |
Sets the string array for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| strings | [in] The string array for the map image. |
|
virtual |
Sets the text color for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| cColor | [in] The text color for the map image. |
|
virtual |
Sets the text height for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| dTextHeight | [in] The text height for the map image. |
|
virtual |
Sets the width vector for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| vU | [in] The width vector for the map image. |
|
virtual |
Sets the height vector for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| vV | [in] The height vector for the map image. |
|
virtual |
Sets the width for the map image.
| pGeoMap | [in] Pointer to the map image object. |
| width | [in] The width for the map image. |