![]() |
VR-Forces 4.0.4 Class Documentation
|
An server is an entry for osgEarth. More...
Public Member Functions | |
| DtOsgEarthServerDescriptor () | |
| virtual const std::string & | mapName () |
| Returns the name of this server. | |
| virtual const std::string & | imageName () |
| Returns the name of this server. | |
| virtual const std::string & | fileName () |
| Returns the filename of this server. | |
| virtual const std::string & | path () |
| Returns the filename of this server. | |
| virtual const std::string & | description () |
| Returns the description of this server. | |
| virtual const std::string & | sysref () |
| Returns the reference system of this server. | |
| virtual const std::string & | fileContents () |
| Returns the reference system of this server. | |
| virtual bool | updateFile (const std::string &content) |
| Change the content of the file and save it. | |
| virtual bool | renameFile (const std::string &newName) |
| Change the the file's name. | |
| virtual bool | deleteFile () |
| Delete the the file. | |
| virtual bool | saveAs (const std::string &path, const std::string &filename) |
| save the file with a different name. | |
| virtual bool | initFromFile (const std::string &path, const std::string &fn) |
| initialize the descriptor with the file specified | |
Protected Member Functions | |
| virtual void | cleanUp () |
Protected Attributes | |
| std::string | myImageName |
| std::string | myMapName |
| std::string | myPath |
| std::string | myFilename |
| std::string | myDescription |
| std::string | myContent |
| std::string | mySysRef |
An server is an entry for osgEarth.
| virtual const std::string& makVrv::DtOsgEarthServerDescriptor::mapName | ( | ) | [virtual] |
Returns the name of this server.
| virtual const std::string& makVrv::DtOsgEarthServerDescriptor::imageName | ( | ) | [virtual] |
Returns the name of this server.
| virtual const std::string& makVrv::DtOsgEarthServerDescriptor::fileName | ( | ) | [virtual] |
Returns the filename of this server.
| virtual const std::string& makVrv::DtOsgEarthServerDescriptor::path | ( | ) | [virtual] |
Returns the filename of this server.
| virtual const std::string& makVrv::DtOsgEarthServerDescriptor::description | ( | ) | [virtual] |
Returns the description of this server.
| virtual const std::string& makVrv::DtOsgEarthServerDescriptor::sysref | ( | ) | [virtual] |
Returns the reference system of this server.
| virtual const std::string& makVrv::DtOsgEarthServerDescriptor::fileContents | ( | ) | [virtual] |
Returns the reference system of this server.
| virtual bool makVrv::DtOsgEarthServerDescriptor::updateFile | ( | const std::string & | content | ) | [virtual] |
Change the content of the file and save it.
reparse the file with the init function.
| virtual bool makVrv::DtOsgEarthServerDescriptor::renameFile | ( | const std::string & | newName | ) | [virtual] |
Change the the file's name.
| virtual bool makVrv::DtOsgEarthServerDescriptor::deleteFile | ( | ) | [virtual] |
Delete the the file.
| virtual bool makVrv::DtOsgEarthServerDescriptor::saveAs | ( | const std::string & | path, |
| const std::string & | filename | ||
| ) | [virtual] |
save the file with a different name.
| virtual bool makVrv::DtOsgEarthServerDescriptor::initFromFile | ( | const std::string & | path, |
| const std::string & | fn | ||
| ) | [virtual] |
initialize the descriptor with the file specified
| virtual void makVrv::DtOsgEarthServerDescriptor::cleanUp | ( | ) | [protected, virtual] |
std::string makVrv::DtOsgEarthServerDescriptor::myImageName [protected] |
std::string makVrv::DtOsgEarthServerDescriptor::myMapName [protected] |
std::string makVrv::DtOsgEarthServerDescriptor::myPath [protected] |
std::string makVrv::DtOsgEarthServerDescriptor::myFilename [protected] |
std::string makVrv::DtOsgEarthServerDescriptor::myDescription [protected] |
std::string makVrv::DtOsgEarthServerDescriptor::myContent [protected] |
std::string makVrv::DtOsgEarthServerDescriptor::mySysRef [protected] |