FDO API Reference Feature Data Objects

FDO_GEOM_API FdoEnvelopeImpl::FdoEnvelopeImpl double  minX,
double  minY,
double  maxX,
double  maxY
[protected]
 

Constructs a 2D FdoEnvelopeImpl object from X and Y ordinates.

Remarks:
Z ordinate value defaults to numeric_limits<double>::quiet_NaN().
Parameters:
minX Input Lower-left X ordinate
minY Input Lower-left Y ordinate
maxX Input Upper-right X ordinate
maxY Input Upper-right Y ordinate
Returns:
Returns nothing

Comments or suggestions? Send us feedback.