FDO API Reference Feature Data Objects

NAMESPACE_OSGEO_GEOMETRY::ILineStringSegment* FgfGeometryFactory::CreateLineStringSegment System::Int32  dimType,
System::Int32  ordinateNumber,
System::Double  ordinates[]
 

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

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

Reimplemented from GeometryFactoryAbstract.


Comments or suggestions? Send us feedback.