| 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. | |
|
|
Constructs a default instance.
Definition at line 95 of file IGeometry.h. References FDO_GEOM_API. |
|
|
Default destructor.
Definition at line 103 of file IGeometry.h. References FDO_GEOM_API. |
|
|
Gets the type of the most-derived interface in the Geometry package for this object.
|
|
|
Gets the dimensionality of ordinates in this object.
|
|
|
Gets the envelope for the Geometry.
|
|
|
Gets the text string representation of this Geometry.
|
| Comments or suggestions? Send us feedback. |