FDO API Reference Feature Data Objects

NAMESPACE_OSGEO_GEOMETRY::IMultiPoint* FgfGeometryFactory::CreateMultiPoint System::Int32  dimensionality,
System::Int32  ordinateNumber,
System::Double  ordinates[]
 

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

Parameters:
dimensionality 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 MultiPoint

Reimplemented from GeometryFactoryAbstract.


Comments or suggestions? Send us feedback.