FDO API Reference Feature Data Objects

virtual FDO_GEOM_API FdoILinearRing* FdoGeometryFactoryAbstract::CreateLinearRing FdoInt32  dimensionality,
FdoInt32  numOrdinates,
double *  ordinates
[pure virtual]
 

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

Remarks:
The ordinates representing the first and last positions must be equal.
Parameters:
dimensionality 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 LinearRing

Implemented in FdoFgfGeometryFactory.


Comments or suggestions? Send us feedback.