FDO API Reference Feature Data Objects

IPointImp Class Reference

List of all members.

Detailed Description

The IPointImp class is a point Geometry type.


Public Member Functions

__property NAMESPACE_OSGEO_GEOMETRY::IDirectPositionget_Position ()
 Gets the position of this point Geometry.
System::Void 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.
 IPointImp (IntPtr unmanaged, Boolean autoDelete)

Comments or suggestions? Send us feedback.