26 #ifndef __TERRALIB_GEOMETRY_INTERNAL_MULTISURFACE_H 
   27 #define __TERRALIB_GEOMETRY_INTERNAL_MULTISURFACE_H 
   77         MultiSurface(
const MultiSurface& rhs);
 
   89         virtual MultiSurface& operator=(
const MultiSurface& rhs);
 
  123         double getArea() 
const;
 
  134         Point* getCentroid() 
const;
 
  147         Coord2D* getCentroidCoord() 
const;
 
  156         Point* getPointOnSurface() 
const;
 
  167         Coord2D* getCoordOnSurface() 
const;
 
  174         double getPerimeter() 
const;
 
  196 #endif  // __TERRALIB_GEOMETRY_INTERNAL_MULTISURFACE_H 
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surface...
 
#define TE_DEFINE_VISITABLE
 
It is a collection of other geometric objects. 
 
An utility struct for representing 2D coordinates. 
 
virtual ~MultiSurface()
Virtual destructor. 
 
An utility struct for representing 2D coordinates. 
 
Dimensionality
From Wikipedia: "in mathematics, the dimension of an object is an intrinsic property, independent of the space in which the object may happen to be embedded". 
 
A point with x and y coordinate values. 
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
A base class for values that can be retrieved from the data access module. 
 
It is a collection of other geometric objects. 
 
An Envelope defines a 2D rectangular region.