This abstract class is the superclass of all concrete SRS classes. More...
Public Types | |
typedef VgSRSDescriptor | Descriptor |
Public Member Functions | |
bool | isGeoReferenced () const |
Protected Member Functions | |
VgSRS () | |
This class constructor is protected to prevent direct instantiation. | |
virtual | ~VgSRS ()=0 |
Class destructor. | |
Friends | |
class | VgEngine::VgObjectBridge |
This abstract class is the superclass of all concrete SRS classes.
SRS stands for Spatial Reference System, it describes the space and coordinate system in which positions are expressed. Reference counted.
VgEngine::VgSRS::VgSRS | ( | ) | [protected] |
This class constructor is protected to prevent direct instantiation.
virtual VgEngine::VgSRS::~VgSRS | ( | ) | [protected, pure virtual] |
Class destructor.
It is pure virtual to force subclasses to reimplement it.
bool VgEngine::VgSRS::isGeoReferenced | ( | ) | const |
friend class VgEngine::VgObjectBridge [friend] |