|
CFx SDK Documentation
2023 SP0
|
#include <OdDbGeoCoordinateSystemPE.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdDbGeoCoordinateSystemPE) | |
| virtual | ~OdDbGeoCoordinateSystemPE () |
| virtual OdResult | create (const OdString &coordSysIdOrFullDef, OdDbGeoCoordinateSystemPtr &pCoordSys) const =0 |
| virtual OdResult | createAll (const OdGePoint3d &geoPt, OdArray< OdDbGeoCoordinateSystemPtr > &allCoordSys) const =0 |
| virtual OdResult | createAll (OdArray< OdDbGeoCoordinateSystemPtr > &allCoordSys, const OdDbGeoCoordinateSystemCategory *pCategory=NULL) const =0 |
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 () |
This abstract class represents a protocol extension for a coordinate reference system (CRS) definition.
<group OdDb_Classes>
Definition at line 65 of file OdDbGeoCoordinateSystemPE.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 73 of file OdDbGeoCoordinateSystemPE.h.
|
pure virtual |
Creates and returns a new OdDbGeoCoordinateSystem object from the current virtual catalog.
| coordSysIdOrFullDef | [in] ID, WKT or XML representation of the CRS definition to load. |
| pCoordSys | [out] New CRS. |
|
pure virtual |
Creates and returns a new OdDbGeoCoordinateSystem object for every existing, persistent CRS definition from the current virtual catalog.
| geoPt | [in] Geodetic point. |
| allCoordSys | [out] Array of pointers to the new CRS objects. |
|
pure virtual |
Creates and returns a new OdDbGeoCoordinateSystem object for every existing, persistent CRS definition from the current virtual catalog.
| allCoordSys | [out] Array of pointers to the new CRS objects. |
| pCategory | [in] Category. |
| OdDbGeoCoordinateSystemPE::ODRX_DECLARE_MEMBERS | ( | OdDbGeoCoordinateSystemPE | ) |