Geometry.h File Reference

Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. More...

#include "../common/BaseVisitable.h"
#include "../common/Enums.h"
#include "../datatype/AbstractData.h"
#include "Coord2D.h"
#include "Enums.h"
#include "Exception.h"
#include "Visitor.h"
#include <exception>
#include <map>
#include <string>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  te::gm::Geometry
 Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 

Typedefs

typedef boost::shared_ptr< Geometry > te::gm::GeometryShrPtr
 

Detailed Description

Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.

Definition in file Geometry.h.