FDO API Reference Feature Data Objects

virtual FDO_GEOM_API FdoILineStringSegment* FdoGeometryFactoryAbstract::CreateLineStringSegment FdoInt32  dimtype,
FdoInt32  numOrdinates,
double *  ordinates
[pure 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

Implemented in FdoFgfGeometryFactory.


Comments or suggestions? Send us feedback.