| 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. | |
|
|
Constructs a default instance.
Definition at line 156 of file IEnvelope.h. References FDO_GEOM_API. |
|
|
Default destructor.
Definition at line 164 of file IEnvelope.h. References FDO_GEOM_API. |
|
|
Indicates whether the envelope's extents are set.
Implemented in FdoEnvelopeImpl. |
|
|
Gets the maximum X coordinate value.
Implemented in FdoEnvelopeImpl. |
|
|
Gets the maximum Y coordinate value.
Implemented in FdoEnvelopeImpl. |
|
|
Gets the maximum Z coordinate value.
Implemented in FdoEnvelopeImpl. |
|
|
Gets the minimum X coordinate value.
Implemented in FdoEnvelopeImpl. |
|
|
Gets the minimum Y coordinate value.
Implemented in FdoEnvelopeImpl. |
|
|
Gets the minimum Z coordinate value.
Implemented in FdoEnvelopeImpl. |
|
|
Gets the ordinates as an array.
Implemented in FdoEnvelopeImpl. |
| Comments or suggestions? Send us feedback. |