FDO API Reference | Feature Data Objects |
#include <ICurvePolygon.h>
Inherits FdoISurfaceAbstract.
Inheritance diagram for FdoICurvePolygon:
Definition at line 36 of file ICurvePolygon.h.
Public Member Functions | |
virtual FDO_GEOM_API FdoIRing * | GetExteriorRing () const =0 |
Gets the ring defining the outer boundary. | |
virtual FDO_GEOM_API FdoIRing * | GetInteriorRing (FdoInt32 index) const =0 |
Gets the interior ring at the specified (zero-based) index. | |
virtual FDO_GEOM_API FdoInt32 | GetInteriorRingCount () const =0 |
Gets the number of interior rings. | |
Protected Member Functions | |
FDO_GEOM_API | FdoICurvePolygon () |
Constructs a default instance. | |
virtual FDO_GEOM_API | ~FdoICurvePolygon () |
Default destructor. |
|
Constructs a default instance.
Definition at line 76 of file ICurvePolygon.h. References FDO_GEOM_API. |
|
Default destructor.
Definition at line 84 of file ICurvePolygon.h. References FDO_GEOM_API. |
|
Gets the ring defining the outer boundary.
|
|
Gets the interior ring at the specified (zero-based) index.
|
|
Gets the number of interior rings.
|
Comments or suggestions? Send us feedback. |