| FDO API Reference | Feature Data Objects |
#include <IGeometry.h>
Inherits FdoIDisposable.
Inherited by FdoICurveAbstract, FdoIGeometricAggregateAbstract, FdoIPoint, and FdoISurfaceAbstract.
Inheritance diagram for FdoIGeometry:

Definition at line 36 of file IGeometry.h.
Public Member Functions | |
| virtual FDO_GEOM_API FdoGeometryType | GetDerivedType () const=0 |
| Gets the type of the most-derived interface in the Geometry package for this object. | |
| virtual FDO_GEOM_API FdoInt32 | GetDimensionality () const=0 |
| Gets the dimensionality of ordinates in this object. | |
| virtual FDO_GEOM_API FdoIEnvelope * | GetEnvelope () const=0 |
| Gets the envelope for the Geometry. | |
| virtual FDO_GEOM_API FdoString * | GetText ()=0 |
| Gets the text string representation of this Geometry. | |
Protected Member Functions | |
| FDO_GEOM_API | FdoIGeometry () |
| Constructs a default instance. | |
| virtual FDO_GEOM_API | ~FdoIGeometry () |
| Default destructor. | |
| Comments or suggestions? Send us feedback. |