VisioMove
2.1.5
|
This class implements georeferenced spatial reference systems. More...
Protected Member Functions | |
VgGeoReferencedSRS () | |
This constructor is declared protected to prevent direct instantiation. More... | |
virtual | ~VgGeoReferencedSRS () |
Class destructor. More... | |
![]() | |
VgSRS () | |
This class constructor is protected to prevent direct instantiation. More... | |
virtual | ~VgSRS ()=0 |
Class destructor. More... | |
Friends | |
class | VgInstanceFactory |
class | VgPositionToolbox |
Additional Inherited Members | |
![]() | |
bool | isGeoReferenced () const |
![]() | |
VgReferenced () | |
Constructor. More... | |
VgReferenced (const VgReferenced &pThis) | |
Copy constructor. More... | |
virtual | ~VgReferenced () |
Destructor. More... | |
VgReferenced & | operator= (const VgReferenced &pThis) |
Assignment operator. More... | |
void | ref () const |
This method is used to add a reference to this object. More... | |
int | unref () const |
This method is used to remove a reference to this object. More... | |
int | getNbReferences () const |
Retrieves the number of references to this object. More... | |
![]() | |
int | mNbReferences |
The number of references to this object. More... | |
This class implements georeferenced spatial reference systems.
It is not possible to create these, they are obtained through the VgEngine::VgPositionToolbox class.
|
protected |
This constructor is declared protected to prevent direct instantiation.
|
protectedvirtual |
Class destructor.
|
friend |
|
friend |