30 m_srid(
std::pair<unsigned
int,
std::string>(0,
""))
void setUnitName(const std::string &name)
Sets the SRS unit name.
std::pair< unsigned int, std::string > m_srid
void setName(const std::string &name)
Sets the SRS name.
const std::string & getUnitName() const
Returns the SRS unit name.
This file contains the structs necessary to represent a Spatial Reference System. ...
virtual ~SpatialReferenceSystem()
Virtual destructor.
void setSRID(int id, const std::string &authName="EPSG")
Sets the SRS integer identification.
SpatialReferenceSystem(const std::string &name="", const std::string &unitName="")
Default constructor.
const std::string & getName() const
Returns the SRS name.
void getSRID(int &id, std::string &authName) const
Returns SRS integer identification.