Go to the documentation of this file.
   26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_TIN_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_TIN_H 
  133         static const std::
string sm_typeName; 
 
  139 #endif  // __TERRALIB_GEOMETRY_INTERNAL_TIN_H 
  
 
An Envelope defines a 2D rectangular region.
 
const std::string & getGeometryType() const
It returns the name of the instantiable subtype of Geometry of which this geometric object is an inst...
 
PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments.
 
PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments.
 
TIN(const TIN &rhs)
Copy constructor.
 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.
 
TIN(std::size_t nPolygons, GeomType t, int srid=0, Envelope *mbr=0)
It initializes the TIN with the specified spatial reference system id and envelope.
 
TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches.
 
#define TE_DEFINE_VISITABLE
 
TIN & operator=(const TIN &rhs)
Assignment operator.
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.