|
GDAL
|
TriangulatedSurface class. More...
#include <ogr_geometry.h>
Public Member Functions | |
| OGRTriangulatedSurface () | |
| Constructor. | |
| OGRTriangulatedSurface (const OGRTriangulatedSurface &other) | |
| Copy constructor. | |
| ~OGRTriangulatedSurface () | |
| Destructor. | |
| OGRTriangulatedSurface & | operator= (const OGRTriangulatedSurface &other) |
| Assignment operator. | |
| virtual const char * | getGeometryName () const CPL_OVERRIDE |
| Returns the geometry name of the TriangulatedSurface. | |
| virtual OGRwkbGeometryType | getGeometryType () const CPL_OVERRIDE |
| Returns the WKB Type of TriangulatedSurface. | |
| virtual OGRErr | addGeometry (const OGRGeometry *) CPL_OVERRIDE |
Static Public Member Functions | |
| static OGRPolyhedralSurface * | CastToPolyhedralSurface (OGRTriangulatedSurface *poTS) |
| Casts the OGRTriangulatedSurface to an OGRPolyhedralSurface. | |
TriangulatedSurface class.
Destructor.
| OGRErr OGRTriangulatedSurface::addGeometry | ( | const OGRGeometry * | poNewGeom | ) | [virtual] |
Reimplemented from OGRPolyhedralSurface.
| OGRPolyhedralSurface * OGRTriangulatedSurface::CastToPolyhedralSurface | ( | OGRTriangulatedSurface * | poTS | ) | [static] |
Casts the OGRTriangulatedSurface to an OGRPolyhedralSurface.
The passed in geometry is consumed and a new one returned (or NULL in case of failure)
| poTS | the input geometry - ownership is passed to the method. |
| const char * OGRTriangulatedSurface::getGeometryName | ( | ) | const [virtual] |
Returns the geometry name of the TriangulatedSurface.
Reimplemented from OGRPolyhedralSurface.
| OGRwkbGeometryType OGRTriangulatedSurface::getGeometryType | ( | ) | const [virtual] |
Returns the WKB Type of TriangulatedSurface.
Reimplemented from OGRPolyhedralSurface.
1.7.6.1.