FDO .NET API Reference Feature Data Objects
static System::Void OSGeo::FDO::Spatial::SpatialUtility::GetExtents ( System::Byte  bytes[],
System::Double *  minX,
System::Double *  minY,
System::Double *  minZ,
System::Double *  maxX,
System::Double *  maxY,
System::Double *  maxZ 
) [static]

Gets the extents of a geometry contained in a byte array.

Parameters:
bytes Input Geometry whose extents will be returned
minX Output The minimim x position of the geometry
minY Output The minimim y position of the geometry
minZ Output The minimim z position of the geometry
maxX Output The maximum x position of the geometry
maxY Output The maximum y position of the geometry
maxZ Output The maximum z position of the geometry


Comments or suggestions? Send us feedback.