FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Geometry ::ILinearRing* OSGeo::FDO::Geometry::FgfGeometryFactory::CreateLinearRing ( System::Int32  dimensionality,
System::Int32  ordinateNumber,
System::Double  ordinates[] 
)

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 Dimensionality)
ordinateNumber Input total number of ordinates in the array
ordinates Input ordinate array representing positions
Returns:
Returns a LinearRing

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


Comments or suggestions? Send us feedback.