FDO API Reference Feature Data Objects

virtual FDO_GEOM_API FdoILineStringSegment* FdoFgfGeometryFactory::CreateLineStringSegment FdoInt32  dimtype,
FdoInt32  numOrdinates,
double *  ordinates
[virtual]
 

Creates a LineStringSegment object by copying from an array of ordinates.

Parameters:
dimtype Input dimensionality of the ordinates (see FdoDimensionality)
numOrdinates Input total number of ordinates in the array
ordinates Input ordinate array representing positions
Returns:
Returns a LineStringSegment

Implements FdoGeometryFactoryAbstract.


Comments or suggestions? Send us feedback.