IEnvelope represents the minimum bounding box of a geometry.
More...
#include <hydrocouplespatial.h>
|
| virtual | ~IEnvelope ()=default |
| | IEnvelope destructor.
|
| |
| virtual double | minX () const =0 |
| | The minimum x-coordinate value for this IEnvelope.
|
| |
| virtual double | maxX () const =0 |
| | The maximum x-coordinate value for this IEnvelope.
|
| |
| virtual double | minY () const =0 |
| | The minimum y-coordinate value for this IEnvelope.
|
| |
| virtual double | maxY () const =0 |
| | The maximum y-coordinate value for this IEnvelope.
|
| |
| virtual double | minZ () const =0 |
| | The minimum z-coordinate value for this IEnvelope.
|
| |
| virtual double | maxZ () const =0 |
| | The maximum z-coordinate value for this IEnvelope.
|
| |
IEnvelope represents the minimum bounding box of a geometry.
◆ ~IEnvelope()
| virtual HydroCouple::Spatial::IEnvelope::~IEnvelope |
( |
| ) |
|
|
virtualdefault |
◆ maxX()
| virtual double HydroCouple::Spatial::IEnvelope::maxX |
( |
| ) |
const |
|
pure virtual |
The maximum x-coordinate value for this IEnvelope.
- Returns
- The maximum x-coordinate.
◆ maxY()
| virtual double HydroCouple::Spatial::IEnvelope::maxY |
( |
| ) |
const |
|
pure virtual |
The maximum y-coordinate value for this IEnvelope.
- Returns
- The maximum y-coordinate.
◆ maxZ()
| virtual double HydroCouple::Spatial::IEnvelope::maxZ |
( |
| ) |
const |
|
pure virtual |
The maximum z-coordinate value for this IEnvelope.
- Returns
- The maximum z-coordinate.
◆ minX()
| virtual double HydroCouple::Spatial::IEnvelope::minX |
( |
| ) |
const |
|
pure virtual |
The minimum x-coordinate value for this IEnvelope.
- Returns
- The minimum x-coordinate.
◆ minY()
| virtual double HydroCouple::Spatial::IEnvelope::minY |
( |
| ) |
const |
|
pure virtual |
The minimum y-coordinate value for this IEnvelope.
- Returns
- The minimum y-coordinate.
◆ minZ()
| virtual double HydroCouple::Spatial::IEnvelope::minZ |
( |
| ) |
const |
|
pure virtual |
The minimum z-coordinate value for this IEnvelope.
- Returns
- The minimum z-coordinate.
The documentation for this class was generated from the following file: