An utility class for reading a PostGIS EWKB.  
 More...
#include <EWKBReader.h>
An utility class for reading a PostGIS EWKB. 
Definition at line 46 of file EWKBReader.h.
 
  
  
      
        
          | static te::gm::Geometry* te::pgis::EWKBReader::getGeometry  | 
          ( | 
          const char *  | 
          ewkb,  | 
         
        
           | 
           | 
          const char **  | 
          endptr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivate   | 
  
 
 
  
  
      
        
          | static te::gm::LineString* te::pgis::EWKBReader::getLineString  | 
          ( | 
          const char *  | 
          ewkb,  | 
         
        
           | 
           | 
          const char **  | 
          endptr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivate   | 
  
 
 
  
  
      
        
          | static te::gm::Point* te::pgis::EWKBReader::getPoint  | 
          ( | 
          const char *  | 
          ewkb,  | 
         
        
           | 
           | 
          const char **  | 
          endptr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivate   | 
  
 
 
  
  
      
        
          | static te::gm::Polygon* te::pgis::EWKBReader::getPolygon  | 
          ( | 
          const char *  | 
          ewkb,  | 
         
        
           | 
           | 
          const char **  | 
          endptr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivate   | 
  
 
 
It returns a valid geometry from a given EWKB. 
- Parameters
 - 
  
    | ewkb | A valid EWKB geometry. | 
  
   
- Returns
 - A geometry created from reading the EWKB. The caller of this method will take the ownership of the returned geometry. 
 
 
 
It returns a valid geometry from a given hex-encoded EWKB. 
- Parameters
 - 
  
    | hewkb | An hex-encoded EWKB geometry. | 
  
   
- Returns
 - A geometry created from reading the HEWKB. The caller of this method will take the ownership of the returned geometry. 
 
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/postgis/EWKBReader.h