4 #ifndef FIRE_GEAR_IO_WKBWRITER_HPP_INCLUDED 
    5 #define FIRE_GEAR_IO_WKBWRITER_HPP_INCLUDED 
   10 #include "fire/export.hpp" 
   97   std::string toString(std::istream& inputStream, 
const bool bSeparator = 
true);
 
  113   int getOutputDimension() 
const;
 
  122   void setOutputDimension(
int newOutputDimension);
 
  126   int getByteOrder() 
const;
 
  136   void setByteOrder(
int newByteOrder);
 
  141   bool getIncludeSRID() 
const;
 
  146   void setIncludeSRID(
bool newIncludeSRID);
 
ByteDataOrder
classe che specializza l' interfaccia del writer delle geometrie per il formato Well-known binary (WK...
Definition: WkbWriter.hpp:39
 
Definition: WkbWriter.hpp:44
 
Definition: Geometry.hpp:69