| FDO API Reference | Feature Data Objects |
#include <IEnvelope.h>
Inherits FdoIDisposable.
Inherited by FdoEnvelopeImpl.
Inheritance diagram for FdoIEnvelope:

Definition at line 39 of file IEnvelope.h.
Public Member Functions | |
| virtual FDO_GEOM_API bool | GetIsEmpty () const=0 |
| Indicates whether the envelope's extents are set. | |
| virtual FDO_GEOM_API double | GetMaxX () const=0 |
| Gets the maximum X coordinate value. | |
| virtual FDO_GEOM_API double | GetMaxY () const=0 |
| Gets the maximum Y coordinate value. | |
| virtual FDO_GEOM_API double | GetMaxZ () const=0 |
| Gets the maximum Z coordinate value. | |
| virtual FDO_GEOM_API double | GetMinX () const=0 |
| Gets the minimum X coordinate value. | |
| virtual FDO_GEOM_API double | GetMinY () const=0 |
| Gets the minimum Y coordinate value. | |
| virtual FDO_GEOM_API double | GetMinZ () const=0 |
| Gets the minimum Z coordinate value. | |
| virtual FDO_GEOM_API const double * | GetOrdinates ()=0 |
| Gets the ordinates as an array. | |
Protected Member Functions | |
| FDO_GEOM_API | FdoIEnvelope () |
| Constructs a default instance. | |
| virtual FDO_GEOM_API | ~FdoIEnvelope () |
| Default destructor. | |
| Comments or suggestions? Send us feedback. |