4 #ifndef FIRE_GEAR_PROJECTION_PROJECTION_HPP_INCLUDED 
    5 #define FIRE_GEAR_PROJECTION_PROJECTION_HPP_INCLUDED 
   10 #include "fire/export.hpp" 
   12 #include "fire/Object.hpp" 
   13 #include "fire/gear/projection/ProjectionTextType.hpp" 
   29 namespace projection {
 
   45   fire::gear::projection::ProjectionTextType::ProjectionTextType textType;
 
   66   Projection(
int srid, fire::gear::projection::ProjectionTextType::ProjectionTextType textType, 
const std::string& text);
 
   95   const int& getSrid() 
const;
 
  103   const fire::gear::projection::ProjectionTextType::ProjectionTextType& getTextType() 
const;
 
  111   const std::string& getText() 
const;
 
Classe per la gestione di un oggetto. 
Definition: Object.hpp:29
 
Classe per la gestione di una proiezione. 
Definition: Projection.hpp:34