|
VisioMove
2.1.5
|
This class implements local metric spatial reference systems. More...

Protected Member Functions | |
| VgMetricSRS () | |
| This class constructor is protected to prevent direct instantiation. More... | |
| virtual | ~VgMetricSRS () |
| Class destructor. More... | |
Protected Member Functions inherited from VgEngine::VgSRS | |
| VgSRS () | |
| This class constructor is protected to prevent direct instantiation. More... | |
| virtual | ~VgSRS ()=0 |
| Class destructor. More... | |
Friends | |
| class | VgInstanceFactory |
| class | VgLayer |
| class | VgPositionToolbox |
Additional Inherited Members | |
Public Member Functions inherited from VgEngine::VgSRS | |
| bool | isGeoReferenced () const |
Public Member Functions inherited from VgEngine::VgReferenced | |
| 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... | |
Protected Attributes inherited from VgEngine::VgReferenced | |
| int | mNbReferences |
| The number of references to this object. More... | |
This class implements local metric spatial reference systems.
It is not possible to create these, they are obtained through the VgEngine::VgPositionToolbox class, or through each of the application's layers.
|
protected |
This class constructor is protected to prevent direct instantiation.
|
protectedvirtual |
Class destructor.
|
friend |
|
friend |
|
friend |