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