VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtOsgEarthServerDescriptor Class Reference

An server is an entry for osgEarth.

Public Member Functions

 DtOsgEarthServerDescriptor ()
 
virtual ~DtOsgEarthServerDescriptor ()
 
virtual const std::string & mapName ()
 
virtual const std::string & imageName ()
 
virtual const std::string & fileName ()
 
virtual const std::string & path ()
 
virtual const std::string & description ()
 
virtual const std::string & sysref ()
 
virtual const std::string & fileContents ()
 
virtual bool updateFile (const std::string &content)
 
virtual bool renameFile (const std::string &newName)
 
virtual bool deleteFile ()
 
virtual bool saveAs (const std::string &path, const std::string &filename)
 
virtual bool initFromFile (const std::string &path, const std::string &fn)
 

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
 

Constructor & Destructor Documentation

makVrv::DtOsgEarthServerDescriptor::DtOsgEarthServerDescriptor ( )
virtual makVrv::DtOsgEarthServerDescriptor::~DtOsgEarthServerDescriptor ( )
virtual

Member Function Documentation

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 ( )
protectedvirtual

Member Data Documentation

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

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)