![]() |
VR-Forces 5.0.2 Developer's Guide
|
class DtIfOsgEarthCacheRequest:
The DtIfOsgEarthCacheRequest will contain information to allow the back-end to start to cache osgEarth data for the given area.

Public Member Functions | |
| DtIfOsgEarthCacheRequest () | |
| virtual | ~DtIfOsgEarthCacheRequest () |
| virtual int | type () const |
| virtual void | setRequestId (unsigned int id) |
| virtual unsigned int | requestId () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | setBounds (double minX, double minY, double maxX, double maxY) |
| virtual void | getBounds (double &minX, double &minY, double &maxX, double &maxY) |
| virtual void | setMinLOD (unsigned lod) |
| virtual unsigned | getMinLOD () const |
| virtual void | setMaxLOD (unsigned lod) |
| virtual unsigned | getMaxLOD () const |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | printDataToString (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| double | myMinX |
| double | myMinY |
| double | myMaxX |
| double | myMaxY |
| DtU32 | myRequestId |
| DtU32 | myMinLOD |
| DtU32 | myMaxLOD |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
| DtIfOsgEarthCacheRequest::DtIfOsgEarthCacheRequest | ( | ) |
default constructor
|
virtual |
destructor
|
virtual |
Returns DtLoadCompleteMessageType.
Implements DtSimInterfaceContent.
Set/Get the request id.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
virtual |
Note that the bounds are set in lat/lon degrees.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |