FDO .NET API Reference Feature Data Objects
System::Void OSGeo::FDO::Geometry::IPointImp::GetPositionByMembers ( System::Double &  coordinateX,
System::Double &  coordinateY,
System::Double &  coordinateZ,
System::Double &  coordinateM,
System::Int32 &  dimensionality 
)

Gets the position of this point Geometry, by values of its member data. This is in aid of higher performance for any implementation that does not internally use FdoIDirectPosition objects for storage, or for an application seeking to avoid overhead of accessor methods.

Parameters:
coordinateX Output X ordinate value.
coordinateY Output Y ordinate value.
coordinateZ Output Z ordinate value.
coordinateM Output M ordinate value.
dimensionality Output Dimensionality of ordinates in this position.
Returns:
Returns nothing


Comments or suggestions? Send us feedback.