FDO API Reference Feature Data Objects
static FDO_GEOM_API FdoEnvelopeImpl* FdoEnvelopeImpl::Create ( double  minX,
double  minY,
double  maxX,
double  maxY 
) [static]

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.