Go to the documentation of this file.
29 #ifndef __TERRALIB_SRS_INTERNAL_WKTACTIONS_H
30 #define __TERRALIB_SRS_INTERNAL_WKTACTIONS_H
42 class SpatialReferenceSystem;
45 class GeographicCoordinateSystem;
46 class ProjectedCoordinateSystem;
157 std::pair<std::string, std::string>
m_axis;
158 std::map<std::string, std::string>
m_axes;
167 #endif // __TERRALIB_SRS_INTERNAL_WKTACTIONS_H
void createProjectedCoordinateSystem()
void setName(const std::string &name)
std::pair< std::string, double > m_parameter
std::map< std::string, double > m_params
std::string m_authorityName
void setSpheroidName(const std::string &name)
void setDz(const double &dz)
void setAuthorityCode(const std::string &code)
A geodetic datum defines a reference to measure Earth's surface.
void endProjectedCoordinateSystem()
void setConversionFactor(const double &f)
A Projected Coordinate System (PROJCS).
A Geographic Coordinate System (GEOGCS).
void setPrimeMeridian(const double &primem)
void createGeographicCoordinateSystem()
std::vector< double > m_sevenParams
void setProjectionName(const std::string &name)
A reference ellipsoid is an approximation of the Earth's surface as a squashed sphere.
void setAxisValue(const std::string &value)
void setPPM(const double &ppm)
void setEz(const double &ez)
void setUnitName(const std::string &name)
void setEx(const double &ex)
WKTActions()
Default constructor.
void setDy(const double &dy)
void setSemiMajorAxis(const double &rad)
A class that implements the Grammar Rules for well known text (WKT) format for Spatial Reference Syst...
SpatialReferenceSystem * getSRS()
It returns the SRS generated by the parser process.
std::string m_authorityCode
void setAxisName(const std::string &name)
void setDx(const double &dx)
std::map< std::string, std::string > m_axes
A Spatial Reference System, also known as a Coordinate System.
void setDatumName(const std::string &name)
void endGeographicCoordinateSystem()
ProjectedCoordinateSystem * m_projCS
void setEy(const double &ey)
void setInverseFlattening(const double &invflat)
void setParameter(const std::string &name)
GeographicCoordinateSystem * m_geoCS
void setParameterValue(const double &value)
std::pair< std::string, std::string > m_axis
void reset()
This method resets the Action class to original state.
SpatialReferenceSystem * m_srs
void setAuthorityName(const std::string &name)