PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments...
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
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. 
 
const std::string & getGeometryType() const 
It returns the name of the instantiable subtype of Geometry of which this geometric object is an inst...
 
static const std::string sm_typeName
Geometry type name for TIN. 
 
TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches...
 
An Envelope defines a 2D rectangular region. 
 
TIN (triangulated irregular network) is a PolyhedralSurface consisting only of Triangle patches...
 
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings. 
 
TIN & operator=(const TIN &rhs)
Assignment operator. 
 
virtual PolyhedralSurface & operator=(const PolyhedralSurface &rhs)
Assignment operator.