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
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
An utility struct for representing 2D coordinates.
virtual ~MultiSurface()
Virtual destructor.
#define TEGEOMEXPORT
You can use this macro in order to export/import classes and functions from this module.
A point with x and y coordinate values.
An Envelope defines a 2D rectangular region.
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 base class for values that can be retrieved from the data access module.
#define TE_DEFINE_VISITABLE
MultiSurface is a class that represents a 2-dimensional GeometryCollection whose elements are surface...
It is a collection of other geometric objects.
An utility struct for representing 2D coordinates.
It is a collection of other geometric objects.