FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Geometry ::ILineString* OSGeo::FDO::Geometry::FgfGeometryFactory::CreateLineString ( System::Int32  dimensionType,
System::Int32  ordinateNumber,
System::Double  ordinates[] 
)

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

Parameters:
dimensionType 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 LineString

Reimplemented from OSGeo::FDO::Geometry::GeometryFactoryAbstract.


Comments or suggestions? Send us feedback.