FDO API Reference Feature Data Objects
static FDO_GEOM_API FdoFgfGeometryFactory* FdoFgfGeometryFactory::GetPrivateInstance ( FdoInt32  numGeometries,
FdoInt32  numPositions,
FdoInt32  numEnvelopes,
FdoInt32  numCurveSegments,
FdoInt32  numRings 
) [static]

Instantiates an object of this class.

Remarks:
This class is its own factory. This method will return a new, private instance, with any internal object pools tuned to the input parameters. NOTE: objects created by this factory should NOT be passed between threads.
Parameters:
numGeometries Input Minimum number of geometries to pool.
numPositions Input Minimum number of positions to pool.
numEnvelopes Input Minimum number of envelopes to pool.
numCurveSegments Input Minimum number of curve segments to pool.
numRings Input Minimum number of polygon rings to pool.
Returns:
Returns a FdoFgfGeometryFactory object


Comments or suggestions? Send us feedback.