| 
    Fire Core
    8.0.0.alpha
    
   GIS framework per tutti gli usi 
   | 
 
Classe per la gestione di una proiezione. Continua...
#include <Projection.hpp>
  
 Membri pubblici | |
| Projection (int srid, fire::gear::projection::ProjectionTextType::ProjectionTextType textType, const std::string &text) | |
| Costruttore.  Continua... | |
| Projection (const fire::gear::projection::Projection &projection) | |
| Costruttore di copia.  Continua... | |
| fire::gear::projection::Projection & | operator= (const fire::gear::projection::Projection &projection) | 
| Operatore di assegnamento.  Continua... | |
| virtual | ~Projection () | 
| Distruttore.  | |
| const int & | getSrid () const | 
| Restituisce l'identificativo del sistema di riferimento della proiezione.  Continua... | |
| const  fire::gear::projection::ProjectionTextType::ProjectionTextType &  | getTextType () const | 
| Restituisce il tipo del testo della proiezione.  Continua... | |
| const std::string & | getText () const | 
| Restituisce il testo della proiezione.  Continua... | |
| fire::gear::projection::Projection * | clone () const | 
| Duplica la proiezione.  Continua... | |
  Membri pubblici ereditati da fire::Object | |
| Object () | |
| Costruttore.  | |
| Object (const Object &object) | |
| Costruttore di copia.  Continua... | |
| fire::Object & | operator= (const fire::Object &object) | 
| Operatore di assegnamento.  Continua... | |
| virtual | ~Object () | 
| Distruttore.  | |
| virtual fire::Class < fire::Object > *  | getClass () const | 
| Restituisce la classe dell'oggetto.  Continua... | |
| virtual bool | equals (const Object &object) const | 
| Restituisce l'indicazione se l'oggetto è uguale ad un altro oggetto.  Continua... | |
| virtual bool | operator== (const Object &object) const | 
| Operatore di uguaglianza.  Continua... | |
| std::size_t | hashCode () const | 
| Restituisce il codice dell'oggetto.  Continua... | |
| void | notify () const | 
| Notifica.  | |
| void | notifyAll () const | 
| Notifica tutti.  | |
| virtual std::string | toString () const | 
| Restituisce la rappresentazione alfabetica dell'oggetto.  Continua... | |
| void | wait () const | 
| Aspetta.  | |
| void | waitFor (std::size_t timeout) const | 
| Aspetta per un determinato tempo (in millisecondi)  Continua... | |
| void | waitFor (std::size_t timeout, int nanos) const | 
| Aspetta per un determinato tempo (in millisecondi)  Continua... | |
| virtual bool | operator< (const Object &object) const | 
| Operatore di minoranza.  Continua... | |
Altri membri ereditati | |
  Tipi pubblici ereditati da fire::Object | |
| 
typedef boost::unique_lock < boost::mutex >  | LockGuard | 
| Guardia per la sincronizzazione dell'oggetto.  | |
  Membri protetti ereditati da fire::Object | |
| Object * | clone () const | 
| Duplica l'oggetto.  Continua... | |
| void | finalize () | 
| Finalizza l'oggetto.  | |
  Attributi protetti ereditati da fire::Object | |
| boost::mutex | mutex | 
| Variabile per la sincronizzazione dell'oggetto.  | |
Classe per la gestione di una proiezione.
| fire::gear::projection::Projection::Projection | ( | int | srid, | 
| fire::gear::projection::ProjectionTextType::ProjectionTextType | textType, | ||
| const std::string & | text | ||
| ) | 
Costruttore.
| srid | Identificativo del sistema di riferimento della proiezione | 
| textType | Tipo del testo della proiezione | 
| text | Testo della proiezione | 
| fire::gear::projection::Projection::Projection | ( | const fire::gear::projection::Projection & | projection | ) | 
Costruttore di copia.
| projection | Proiezione | 
| fire::gear::projection::Projection* fire::gear::projection::Projection::clone | ( | ) | const | 
Duplica la proiezione.
| const int& fire::gear::projection::Projection::getSrid | ( | ) | const | 
Restituisce l'identificativo del sistema di riferimento della proiezione.
| const std::string& fire::gear::projection::Projection::getText | ( | ) | const | 
Restituisce il testo della proiezione.
| const fire::gear::projection::ProjectionTextType::ProjectionTextType& fire::gear::projection::Projection::getTextType | ( | ) | const | 
Restituisce il tipo del testo della proiezione.
| fire::gear::projection::Projection& fire::gear::projection::Projection::operator= | ( | const fire::gear::projection::Projection & | projection | ) | 
Operatore di assegnamento.
| projection | Proiezione |